]> granicus.if.org Git - clang/commit
When generating Spelling enumeration values, do not generate identifiers in the reser...
authorAaron Ballman <aaron@aaronballman.com>
Thu, 16 Jan 2014 19:44:01 +0000 (19:44 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Thu, 16 Jan 2014 19:44:01 +0000 (19:44 +0000)
commitc43559325f5c0abc6b2af7afa3c8f5b9e8765683
tree4b17d9ece625cd9a9a3d7cb31573cec4a6829ed5
parentb889277f5fa21ad0d64b4aae0012779715446fb3
When generating Spelling enumeration values, do not generate identifiers in the reserved namespace. Strip underscores as appropriate, taking care to not create duplicate identifiers.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@199414 91177308-0d34-0410-b5e6-96231b3b80d8
utils/TableGen/ClangAttrEmitter.cpp