summaryrefslogtreecommitdiff
path: root/test/SemaCXX/enum.cpp
AgeCommit message (Expand)Author
2017-09-15[Sema] Error out early for tags defined inside an enumeration.Volodymyr Sapsai
2015-12-08Explicitly permit undefined behavior in constant initializers for globalRichard Smith
2012-01-15Pedantic diagnostic correction: in C++, we have integral constant expressions,Richard Smith
2010-09-12Don't perform integral promotions from an incompletion enumerationDouglas Gregor
2010-08-19Fix for PR7911 and PR7921: make isIntegralOrEnumerationType return falseEli Friedman
2010-07-13Complain when an unnamed enumeration has no enumerations (inDouglas Gregor
2010-06-22In C++, allow a declaration of an enum to follow a definition of thatDouglas Gregor
2010-05-23In C++, one cannot assign from an arithmetic type to an enumerationDouglas Gregor
2010-02-03Implement the lvalue-to-rvalue conversion where needed. TheDouglas Gregor
2010-01-19When looking up enumerator names for redeclaration, use theDouglas Gregor
2009-12-16Fix test.Eli Friedman
2009-12-16Make sure C-specific enum warning doesn't trigger in C++.Eli Friedman
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-09First pass at implementing C++ enum semantics: calculate (and store) anJohn McCall
2009-12-04When recovering from an invalid forward reference to an enum type in C++,John McCall
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