]> granicus.if.org Git - clang/commit
Nasty rewriter bug which turns out to have an easy fix in
authorFariborz Jahanian <fjahanian@apple.com>
Wed, 30 Jun 2010 16:31:08 +0000 (16:31 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Wed, 30 Jun 2010 16:31:08 +0000 (16:31 +0000)
commit03e80e446edac1479bab1daa14e8bd9a46bd6c52
tree65a2aa2fbe6b9637e0c19cf1ea572e14e7fd98fb
parent25973455aed1cdc9c40b208c792b5db4f8f1297d
Nasty rewriter bug which turns out to have an easy fix in
rewriting a c-style cast expression in statement printer.
Fixes radar 8143056.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@107289 91177308-0d34-0410-b5e6-96231b3b80d8
clang.xcodeproj/project.pbxproj
lib/AST/StmtPrinter.cpp
test/Rewriter/rewrite-elaborated-type.mm [new file with mode: 0644]