llvm-capstone/clang/test/CXX
Peter Collingbourne 2f3cf4b158 Add support for alignment-specifiers in C1X and C++11, remove
support for the C++0x draft [[align]] attribute and add the C1X
standard header file stdalign.h

llvm-svn: 140796
2011-09-29 18:04:28 +00:00
..
basic De-Unicode-ify. 2011-08-12 05:49:51 +00:00
class PR10458: Finesse behaviour of C++0x features when in pre-0x mode. Accept for-range and auto with an ExtWarn, and produce a -Wc++0x-compat warning in C++98 mode when auto is used as a storage class. 2011-09-04 19:54:14 +00:00
class.access Enforce access control for conversion operators used in contextual 2011-09-21 08:36:56 +00:00
class.derived Get rid of handling of the 'explicit' keyword from class-head. We still parse it though, although that will change shortly. 2011-03-25 14:31:08 +00:00
conv Drop an unjustified limitation from Type::isObjectType(). Fixes PR7801 and doesn't seem to break anything. 2010-08-05 01:21:19 +00:00
dcl.dcl Add support for alignment-specifiers in C1X and C++11, remove 2011-09-29 18:04:28 +00:00
dcl.decl Basic/Diagnostics: Rewrite DiagnosticIDs::getDiagnosticLevel completely to be straighter line code, use the new DiagnosticMappingInfo flags, and eliminate the odd MAP_WARNING_NO_WERROR and friend mappings. 2011-09-29 01:58:05 +00:00
except Throw the switch to convert clang to the new exception handling model! 2011-09-19 20:31:14 +00:00
expr Implement support for C++11 in-class initialization of non-static data members. 2011-06-11 17:19:42 +00:00
lex Allow C99 hexfloats in C++0x mode. This change resolves the standards 2011-08-30 22:40:35 +00:00
over Make yet another placeholder type, this one marking that an expression is a bound 2011-04-26 20:42:42 +00:00
special In constructors, don't generate implicit initializers for members of anonymous structs contained within anonymous unions. 2011-09-19 13:34:43 +00:00
stmt.stmt Declare and define implicit move constructor and assignment operator. 2011-08-30 19:58:05 +00:00
temp Declare and define implicit move constructor and assignment operator. 2011-08-30 19:58:05 +00:00