]> granicus.if.org Git - clang/commit
Use the type as written when pretty-printing C-style casts. Patch by Grzegorz Jablonski.
authorEli Friedman <eli.friedman@gmail.com>
Thu, 18 Oct 2012 21:53:46 +0000 (21:53 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Thu, 18 Oct 2012 21:53:46 +0000 (21:53 +0000)
commit25c9bc117d8825dce7911f6fddf3725d1914a7c6
tree2f5d1ad005b6f403c2c277531f66b0445bcaddac
parentda3301eec823fe770bfa49a1cb19649506caa698
Use the type as written when pretty-printing C-style casts.  Patch by Grzegorz Jablonski.

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