]> granicus.if.org Git - clang/commit
If an attribute has a semantically meaningful spelling (such as ArgumentWithTypeTagAt...
authorAaron Ballman <aaron@aaronballman.com>
Wed, 22 Jan 2014 21:51:20 +0000 (21:51 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Wed, 22 Jan 2014 21:51:20 +0000 (21:51 +0000)
commit3ae45cd64dde6a2c4af7f7ef533302312c747a52
treed95468ee4b2f34a6c11b6e9d4f56a940c46015b1
parent01d8f1c5f2a96277cc9451118fa59416c3d1570d
If an attribute has a semantically meaningful spelling (such as ArgumentWithTypeTagAttr or MSInheritanceAttr), display the spelling used for the attribute as part of the AST dump. This should ease debugging the AST for these attributes. Attributes without semantically meaningful spelling variations are not affected.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@199834 91177308-0d34-0410-b5e6-96231b3b80d8
test/Misc/ast-dump-attr.cpp
utils/TableGen/ClangAttrEmitter.cpp