Skip to content

Commit 6c6af85

Browse files
committed
Add new 'remark' diagnostic type
llvm-svn: 202477
1 parent b86b56c commit 6c6af85

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

clang-tools-extra/pp-trace/PPCallbacksTracker.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ ConditionValueKindStrings[] = {
8484
};
8585

8686
// Mapping strings.
87-
static const char *MappingStrings[] = { "0", "MAP_IGNORE",
88-
"MAP_WARNING", "MAP_ERROR",
89-
"MAP_FATAL" };
87+
static const char *MappingStrings[] = { "0", "MAP_IGNORE",
88+
"MAP_REMARK", "MAP_WARNING",
89+
"MAP_ERROR", "MAP_FATAL" };
9090

9191
// PPCallbacksTracker functions.
9292

0 commit comments

Comments
 (0)