llvm-project/clang/test/CXX/dcl.decl
John McCall 85f9055955 When pretty-printing tag types, only print the tag if we're in C (and
therefore not creating ElaboratedTypes, which are still pretty-printed
with the written tag).

Most of these testcase changes were done by script, so don't feel too
sorry for my fingers.

llvm-svn: 98149
2010-03-10 11:27:22 +00:00
..
dcl.init When pretty-printing tag types, only print the tag if we're in C (and 2010-03-10 11:27:22 +00:00
dcl.meaning When pretty-printing tag types, only print the tag if we're in C (and 2010-03-10 11:27:22 +00:00
dcl.name In some contexts, type declarations cannot occur. Pass this information down to ParseClassSpecifier, to make its decision easier. Fixes PR6200. 2010-02-03 21:21:43 +00:00