]> granicus.if.org Git - clang/commit
Preprocessor: don't exit early in CheckMacroName()
authorAlp Toker <alp@nuanti.com>
Sat, 31 May 2014 03:38:08 +0000 (03:38 +0000)
committerAlp Toker <alp@nuanti.com>
Sat, 31 May 2014 03:38:08 +0000 (03:38 +0000)
commit96dd0dfe842893651cdc6b377502685731183163
treee96c75310d5bc31704e87af114f7e02e8c1f6fd5
parenta7025137ce0d1583b21c595b751a421f7bd02fcb
Preprocessor: don't exit early in CheckMacroName()

The checks below can hypothetically apply to converted operator name
identifiers.

In practice there are no builtin macros etc. with those names so there's no
behavioural change to test.

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