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 7476c20 commit 12ccc24Copy full SHA for 12ccc24
clang/include/clang/Basic/DiagnosticOptions.h
@@ -124,7 +124,7 @@ class DiagnosticOptions : public RefCountedBase<DiagnosticOptions>{
124
/// default).
125
std::vector<std::string> VerifyPrefixes;
126
127
- /// The list of -Wsystem-header-in-module=... options used to override
+ /// The list of -Wsystem-headers-in-module=... options used to override
128
/// whether -Wsystem-headers is enabled on a per-module basis.
129
std::vector<std::string> SystemHeaderWarningsModules;
130
0 commit comments