aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/enum.cpp
AgeCommit message (Expand)Author
2009-10-09Add CheckCallReturnType and start using it for regular call expressions. This...Anders Carlsson
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-03-22Check that the return/argument types of calls are complete.Eli Friedman
2009-03-19Print the context of tag types as part of pretty-printing, e.g.,Douglas Gregor
2009-03-06Implement the GNU semantics for forward declarations of enum types inDouglas Gregor
2009-01-16Fix <rdar://problem/6502934>. We were creating an ImplicitCastExprDouglas Gregor
2008-12-12Add test of enumerator typesDouglas Gregor