llvm-project/clang/test/CXX/dcl.dcl/dcl.spec
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.fct.spec Implement [dcl.fct.spec]p6. 2010-01-24 16:49:46 +00:00
dcl.stc When pretty-printing tag types, only print the tag if we're in C (and 2010-03-10 11:27:22 +00:00
dcl.type When pretty-printing tag types, only print the tag if we're in C (and 2010-03-10 11:27:22 +00:00
dcl.typedef C++0x [dcl.typedef]p4, take 3, where we actually figure out what "that 2010-01-11 22:30:10 +00:00