]> granicus.if.org Git - clang/commit
When pretty printing attributes that have enumeration arguments, print the enumerator...
authorAaron Ballman <aaron@aaronballman.com>
Mon, 15 Sep 2014 15:14:13 +0000 (15:14 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Mon, 15 Sep 2014 15:14:13 +0000 (15:14 +0000)
commit663b4dd44efe005ebd0d07ffbd509e56c4f4d5cc
tree83a63b8ecccc66b771a9e00a815e8cb96340b7e4
parent0454256be74225962cb2a7fe7c63256adc6cf297
When pretty printing attributes that have enumeration arguments, print the enumerator identifier (as a string literal) instead of the internal enumerator integral value.

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