You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Apply clang-format on src/rust too
- Enable modernize-type-traits, readability-redundant-casting,
readability-redundant-declaration tidy checks
- Fix compile_flags.txt based on bzlmod transition
Copy file name to clipboardExpand all lines: compile_flags.txt
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,8 @@
16
16
-Iexternal/ncrypto/include
17
17
-isystembazel-bin/external/sqlite3
18
18
-Isrc
19
+
-isystem/usr/lib/llvm-21/include/c++/v1
20
+
-isystem/usr/lib/llvm-21/lib/clang/21/include
19
21
-isystem/usr/lib/llvm-20/include/c++/v1
20
22
-isystem/usr/lib/llvm-20/lib/clang/20/include
21
23
-isystem/usr/lib/llvm-19/include/c++/v1
@@ -137,3 +139,13 @@
137
139
-Wunused-variable
138
140
-no-canonical-prefixes
139
141
-fbracket-depth=512
142
+
-D___COMMENT_0___="include paths needed while bzlmod and WORKSPACE are used together resulting in mangled path names, can drop after bzlmod transition is complete"
0 commit comments