summaryrefslogtreecommitdiffstats
path: root/clang/include
diff options
context:
space:
mode:
Diffstat (limited to 'clang/include')
-rw-r--r--clang/include/clang/Basic/DiagnosticLexKinds.def2
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/include/clang/Basic/DiagnosticLexKinds.def b/clang/include/clang/Basic/DiagnosticLexKinds.def
index 8c9a82688a7..ad08ba976cb 100644
--- a/clang/include/clang/Basic/DiagnosticLexKinds.def
+++ b/clang/include/clang/Basic/DiagnosticLexKinds.def
@@ -274,6 +274,8 @@ DIAG(err_pp_linemarker_invalid_filename, ERROR,
"invalid filename for line marker directive")
DIAG(err_pp_linemarker_invalid_flag, ERROR,
"invalid flag line marker directive")
+DIAG(err_pp_linemarker_invalid_pop, ERROR,
+ "invalid line marker flag '2': cannot pop empty include stack")
DIAG(ext_pp_line_too_big, EXTENSION,
"C requires #line number to be less than %0, allowed as extension")
OpenPOWER on IntegriCloud