Skip to content

Commit 12ccc24

Browse files
authored
[clang] Fix flag typo in comment
Fixed for more accurate searches of the flag `-Wsystem-headers-in-module=`.
1 parent 7476c20 commit 12ccc24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/Basic/DiagnosticOptions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ class DiagnosticOptions : public RefCountedBase<DiagnosticOptions>{
124124
/// default).
125125
std::vector<std::string> VerifyPrefixes;
126126

127-
/// The list of -Wsystem-header-in-module=... options used to override
127+
/// The list of -Wsystem-headers-in-module=... options used to override
128128
/// whether -Wsystem-headers is enabled on a per-module basis.
129129
std::vector<std::string> SystemHeaderWarningsModules;
130130

0 commit comments

Comments
 (0)