llvm-project/clang/test/CXX/dcl.dcl
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
..
basic.namespace Fix a really trivial crasher and begin fleshing out one of the namespace test 2010-02-25 09:32:59 +00:00
dcl.enum Improve handling of enumerator values for C and C++, including: 2010-02-01 23:36:03 +00:00
dcl.link Switch CodeGen's "is this variable declaration a definition?" logic 2010-02-06 05:15:45 +00:00
dcl.spec When pretty-printing tag types, only print the tag if we're in C (and 2010-03-10 11:27:22 +00:00