summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/enum.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix test.Eli Friedman2009-12-161-10/+1
* Make sure C-specific enum warning doesn't trigger in C++.Eli Friedman2009-12-161-11/+11
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* First pass at implementing C++ enum semantics: calculate (and store) anJohn McCall2009-12-091-0/+30
* When recovering from an invalid forward reference to an enum type in C++,John McCall2009-12-041-2/+2
* Add CheckCallReturnType and start using it for regular call expressions. This...Anders Carlsson2009-10-091-1/+1
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-6/+5
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Check that the return/argument types of calls are complete.Eli Friedman2009-03-221-2/+2
* Print the context of tag types as part of pretty-printing, e.g.,Douglas Gregor2009-03-191-3/+1
* Implement the GNU semantics for forward declarations of enum types inDouglas Gregor2009-03-061-0/+15
* Fix <rdar://problem/6502934>. We were creating an ImplicitCastExprDouglas Gregor2009-01-161-1/+12
* Add test of enumerator typesDouglas Gregor2008-12-121-0/+14
OpenPOWER on IntegriCloud