Skip to content

Commit

Permalink
Clangformat
Browse files Browse the repository at this point in the history
  • Loading branch information
mjp41 committed Nov 27, 2023
1 parent 496574f commit 6e3d959
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 13 deletions.
18 changes: 9 additions & 9 deletions src/lang.cc
Original file line number Diff line number Diff line change
Expand Up @@ -271,14 +271,14 @@ namespace verona
std::vector<Pass> passes()
{
return {
modules(), structure(), reference(), conditionals(),
lambda(), autocreate(), defaultargs(), typenames(),
typeview(), typefunc(), typealg(), typeflat(),
typevalid(), typereference(), codereuse(), memberconflict(),
resetimplicit(), reverseapp(), application(), assignlhs(),
localvar(), assignment(), autofields(), autorhs(),
partialapp(), traitisect(), nlrcheck(), anf(),
defbeforeuse(), drop(), validtypeargs(), // typeinfer(),
};
modules(), structure(), reference(), conditionals(),
lambda(), autocreate(), defaultargs(), typenames(),
typeview(), typefunc(), typealg(), typeflat(),
typevalid(), typereference(), codereuse(), memberconflict(),
resetimplicit(), reverseapp(), application(), assignlhs(),
localvar(), assignment(), autofields(), autorhs(),
partialapp(), traitisect(), nlrcheck(), anf(),
defbeforeuse(), drop(), validtypeargs(), // typeinfer(),
};
}
}
5 changes: 1 addition & 4 deletions src/main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@ namespace verona
int main(int argc, char** argv)
{
trieste::Driver d(
"Verona",
&verona::options(),
verona::parser(),
verona::passes());
"Verona", &verona::options(), verona::parser(), verona::passes());

return d.run(argc, argv);
}

0 comments on commit 6e3d959

Please sign in to comment.