]> granicus.if.org Git - clang/commit
Fix the AST printer for attributed statements so that it does not print duplicate...
authorAaron Ballman <aaron@aaronballman.com>
Tue, 13 May 2014 16:12:14 +0000 (16:12 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Tue, 13 May 2014 16:12:14 +0000 (16:12 +0000)
commiteba9195e0075e8b03bce8a31d2d09d5ec50f4e71
tree0c9a2354061a8b32c83caec83c65ab9303f8c580
parent27f98ae6741019cb3615c0ad4ff65f4b16a5d929
Fix the AST printer for attributed statements so that it does not print duplicate attribute introducers. Eg) [[clang::fallthrough]] instead of  [[[[clang::fallthrough]]]]

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@208706 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/StmtPrinter.cpp
test/PCH/stmt-attrs.cpp
test/SemaCXX/ast-print.cpp