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 f55c26f commit ab59a89Copy full SHA for ab59a89
clang/include/clang/Basic/Diagnostic.h
@@ -971,7 +971,7 @@ class DiagnosticsEngine : public RefCountedBase<DiagnosticsEngine> {
971
/// diagnostics in specific files.
972
/// Mapping file is expected to be a special case list with sections denoting
973
/// diagnostic groups and `src` entries for globs to suppress. `emit` category
974
- /// can be used to disable suppression. THe last glob that matches a filepath
+ /// can be used to disable suppression. The last glob that matches a filepath
975
/// takes precedence. For example:
976
/// [unused]
977
/// src:clang/*
0 commit comments