]> granicus.if.org Git - clang/commit
Cleanup: Switch the preprocessor to err_pp_expected_after
authorAlp Toker <alp@nuanti.com>
Mon, 30 Dec 2013 01:59:29 +0000 (01:59 +0000)
committerAlp Toker <alp@nuanti.com>
Mon, 30 Dec 2013 01:59:29 +0000 (01:59 +0000)
commitfb6edef8552edd84bd04df0dca5a543cd5e88943
tree934c86a7cdfb34007a36d9a93977ca73c0afc2a1
parent4eabbac65ae4437c501ab29bb36ae5215e3689c8
Cleanup: Switch the preprocessor to err_pp_expected_after

This is approaching consistency but the PP and Parse categories they still have
slightly different wording:

def err_pp_expected_after : Error<"missing %1 after %0">;
def err_expected_after   : Error<"expected %1 after %0">;

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@198189 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticLexKinds.td
lib/Lex/PPExpressions.cpp
lib/Lex/PPMacroExpansion.cpp