Add new 'remark' diagnostic type

llvm-svn: 202477
This commit is contained in:
Tobias Grosser 2014-02-28 09:42:12 +00:00
parent b86b56c0db
commit 6c6af852f9
1 changed files with 3 additions and 3 deletions

View File

@ -84,9 +84,9 @@ ConditionValueKindStrings[] = {
};
// Mapping strings.
static const char *MappingStrings[] = { "0", "MAP_IGNORE",
"MAP_WARNING", "MAP_ERROR",
"MAP_FATAL" };
static const char *MappingStrings[] = { "0", "MAP_IGNORE",
"MAP_REMARK", "MAP_WARNING",
"MAP_ERROR", "MAP_FATAL" };
// PPCallbacksTracker functions.