File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 exclude : Cargo.lock$|/test([^/]*)/.*$(?<!\.qlref)|.*\.patch$|.*\.qll?$
1313
1414 - repo : https://github.com/pre-commit/mirrors-clang-format
15- rev : v17.0.6
15+ rev : v20.1.8
1616 hooks :
1717 - id : clang-format
1818
Original file line number Diff line number Diff line change @@ -30,10 +30,11 @@ template <typename T>
3030concept HasLAndRParenLoc = requires (T e) {
3131 e.getLParenLoc ();
3232 e.getRParenLoc ();
33- } && !(HasSourceRange<T>)&& !(HasStartAndEndLoc<T>);
33+ } && !(HasSourceRange<T>) && !(HasStartAndEndLoc<T>);
3434
3535template <typename T>
36- concept HasOneLoc = requires (T e) { e.getLoc (); } && !(HasSourceRange<T>)&&(!HasStartAndEndLoc<T>);
36+ concept HasOneLoc =
37+ requires (T e) { e.getLoc (); } && !(HasSourceRange<T>) && (!HasStartAndEndLoc<T>);
3738
3839template <typename T>
3940concept HasOneLocField = requires (T e) { e.Loc ; };
You can’t perform that action at this time.
0 commit comments