summaryrefslogtreecommitdiffstats
path: root/include/clang/Basic/DiagnosticLexKinds.td
diff options
context:
space:
mode:
authorTaewook Oh <twoh@fb.com>2016-06-04 03:14:43 +0000
committerTaewook Oh <twoh@fb.com>2016-06-04 03:14:43 +0000
commitd079610a7e74bd4b0bd7e866a9ebb7db2012d138 (patch)
tree10ca498a73332c39d79e0f8abbbdfa6b260f455c /include/clang/Basic/DiagnosticLexKinds.td
parentbdf3f27871b94ec92b0fd74abc4839308ee681d9 (diff)
Revert commit r271708
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@271761 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Basic/DiagnosticLexKinds.td')
-rw-r--r--include/clang/Basic/DiagnosticLexKinds.td4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/clang/Basic/DiagnosticLexKinds.td b/include/clang/Basic/DiagnosticLexKinds.td
index 52116a603d..dab8cf279c 100644
--- a/include/clang/Basic/DiagnosticLexKinds.td
+++ b/include/clang/Basic/DiagnosticLexKinds.td
@@ -274,10 +274,6 @@ def ext_missing_whitespace_after_macro_name : ExtWarn<
"whitespace required after macro name">;
def warn_missing_whitespace_after_macro_name : Warning<
"whitespace recommended after macro name">;
-def pp_nonportable_path : Warning<
- "non-portable path to file '%0'; specified path differs in case from file"
- " name on disk">,
- InGroup<NonportableIncludePath>;
def pp_pragma_once_in_main_file : Warning<"#pragma once in main file">,
InGroup<DiagGroup<"pragma-once-outside-header">>;