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 cb4f24b commit e1fd681Copy full SHA for e1fd681
clang/include/clang/Basic/DiagnosticIDs.h
@@ -37,7 +37,7 @@ namespace clang {
37
DIAG_SIZE_DRIVER = 400,
38
DIAG_SIZE_FRONTEND = 200,
39
DIAG_SIZE_SERIALIZATION = 120,
40
- DIAG_SIZE_LEX = 400,
+ DIAG_SIZE_LEX = 500,
41
DIAG_SIZE_PARSE = 700,
42
DIAG_SIZE_AST = 300,
43
DIAG_SIZE_COMMENT = 100,
0 commit comments