We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca5a614 commit 13977baCopy full SHA for 13977ba
.clang-tidy
@@ -71,4 +71,9 @@
71
# https://clang.llvm.org/extra/clang-tidy/checks/misc/include-cleaner.html
72
- key: misc-include-cleaner.IgnoreHeaders
73
value: (gmock/gmock|gtest/gtest|third_party|build/linux/debian).*
74
+
75
+ ExtraArgs:
76
+ # b/382774818: disable unknown pragma warnings until we can figure out why
77
+ # unknown pragmas are being warned about.
78
+ - -Wno-unknown-pragmas
79
...
0 commit comments