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 e5e04a5 commit 2564e38Copy full SHA for 2564e38
clang/include/clang/Basic/DiagnosticLexKinds.td
@@ -347,7 +347,7 @@ class NonportablePath : Warning<
347
"non-portable path to file '%0'; specified path differs in case from file"
348
" name on disk">;
349
def pp_nonportable_path : NonportablePath,
350
- InGroup<DiagGroup<"nonportable-include-path">>;
+ InGroup<DiagGroup<"nonportable-include-path">>, DefaultIgnore;
351
def pp_nonportable_system_path : NonportablePath, DefaultIgnore,
352
InGroup<DiagGroup<"nonportable-system-include-path">>;
353
0 commit comments