summaryrefslogtreecommitdiff
path: root/test/SemaCXX/enum.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Test] Fix test file for C++98 modeDavid Bolvansky2018-10-181-1/+3
* [Diagnostics] Add missing expected warning to test fileDavid Bolvansky2018-10-181-1/+1
* [Sema] Error out early for tags defined inside an enumeration.Volodymyr Sapsai2017-09-151-0/+10
* Explicitly permit undefined behavior in constant initializers for globalRichard Smith2015-12-081-1/+16
* Pedantic diagnostic correction: in C++, we have integral constant expressions,Richard Smith2012-01-151-1/+1
* Don't perform integral promotions from an incompletion enumerationDouglas Gregor2010-09-121-0/+5
* Fix for PR7911 and PR7921: make isIntegralOrEnumerationType return falseEli Friedman2010-08-191-0/+5
* Complain when an unnamed enumeration has no enumerations (inDouglas Gregor2010-07-131-0/+4
* In C++, allow a declaration of an enum to follow a definition of thatDouglas Gregor2010-06-221-1/+3
* In C++, one cannot assign from an arithmetic type to an enumerationDouglas Gregor2010-05-231-1/+9
* Implement the lvalue-to-rvalue conversion where needed. TheDouglas Gregor2010-02-031-0/+4
* When looking up enumerator names for redeclaration, use theDouglas Gregor2010-01-191-0/+11
* 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