summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/enum.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
| | | | | | Tests and drivers updated, still need to shuffle dirs. llvm-svn: 67602
* Check that the return/argument types of calls are complete.Eli Friedman2009-03-221-2/+2
| | | | llvm-svn: 67485
* Print the context of tag types as part of pretty-printing, e.g.,Douglas Gregor2009-03-191-3/+1
| | | | | | struct N::M::foo llvm-svn: 67284
* Implement the GNU semantics for forward declarations of enum types inDouglas Gregor2009-03-061-0/+15
| | | | | | C and C++. Fixes PR3688. llvm-svn: 66282
* Fix <rdar://problem/6502934>. We were creating an ImplicitCastExprDouglas Gregor2009-01-161-1/+12
| | | | | | with reference type (it should be an lvalue with non-reference type). llvm-svn: 62345
* Add test of enumerator typesDouglas Gregor2008-12-121-0/+14
llvm-svn: 60940
OpenPOWER on IntegriCloud