llvm-project/clang/lib/Parse
Douglas Gregor 8b7d403684 Allow C++0x enumerations with a fixed underlying type in
Objective-C. The @encode'ing of such an enumeration type is the same
as its underlying type. <rdar://problem/5276348>.

llvm-svn: 139297
2011-09-08 17:18:35 +00:00
..
CMakeLists.txt CMake: LLVM_NO_RTTI must be obsolete now! 2011-02-10 09:15:32 +00:00
Makefile BUILD_ARCHIVE is the default for libraries, no need to set it. 2010-07-18 00:14:47 +00:00
ParseAST.cpp Introduce a -cc1 option "-emit-module", that creates a binary module 2011-08-25 22:30:56 +00:00
ParseCXXInlineMethods.cpp Support code-completion for C++ inline methods and ObjC buffering methods. 2011-09-04 03:32:15 +00:00
ParseDecl.cpp Allow C++0x enumerations with a fixed underlying type in 2011-09-08 17:18:35 +00:00
ParseDeclCXX.cpp Add test case for defaulted copy and move structure validation. 2011-09-04 18:14:28 +00:00
ParseExpr.cpp Support code-completion for C++ inline methods and ObjC buffering methods. 2011-09-04 03:32:15 +00:00
ParseExprCXX.cpp Support code-completion for C++ inline methods and ObjC buffering methods. 2011-09-04 03:32:15 +00:00
ParseInit.cpp Improve caret location for the GNU old-style field designator warning, from David Blaikie 2011-08-27 00:13:16 +00:00
ParseObjc.cpp Implement the Objective-C 'instancetype' type, which is an alias of 2011-09-08 01:46:34 +00:00
ParsePragma.cpp remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports 2011-07-23 10:55:15 +00:00
ParsePragma.h Recognize gcc's ms_struct pragma (and ignore for now). 2011-04-25 18:49:15 +00:00
ParseStmt.cpp When parsing a function-try-block that does not have a 2011-09-07 20:36:12 +00:00
ParseTemplate.cpp objc - Simplify switing objc decl context by using 2011-08-22 17:59:19 +00:00
ParseTentative.cpp Add support for Microsoft __ptr32 keyword. 2011-08-25 00:36:46 +00:00
Parser.cpp Implement the Objective-C 'instancetype' type, which is an alias of 2011-09-08 01:46:34 +00:00
RAIIObjectsForParser.h Parsing/AST support for Structured Exception Handling 2011-04-28 01:08:34 +00:00