]> granicus.if.org Git - clang/commit
When pretty-printing an anonymous tag type that is associated with a typedef, use...
authorDouglas Gregor <dgregor@apple.com>
Tue, 10 Mar 2009 18:11:21 +0000 (18:11 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 10 Mar 2009 18:11:21 +0000 (18:11 +0000)
commit4e16d0478407b556c819b5836a3564a9fdee8d5f
treec47f95d3a1f51a34674ad3b254d8432b184b4751
parentee1828a6b5ae1bc4ea300e48f3840ac1ec5be295
When pretty-printing an anonymous tag type that is associated with a typedef, use the name of the typedef rather than <anonymous>

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@66559 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/Type.cpp