hanchenye-llvm-project/clang/lib/Parse
Chad Rosier e3aac2c864 [ms-inline asm] Remove the -fenable-experimental-ms-inline-asm flag. MS-style
inline assembly can be enable with -fasm-blocks or -fms-extensions alone.

llvm-svn: 173186
2013-01-22 19:38:32 +00:00
..
CMakeLists.txt clang/lib: [CMake] Update tblgen'd dependencies. 2012-07-27 06:18:33 +00:00
Makefile
ParseAST.cpp Fix indent. 2012-12-21 19:43:33 +00:00
ParseCXXInlineMethods.cpp Tighten types a bit. No functionality change. 2013-01-08 21:00:12 +00:00
ParseDecl.cpp Implement OpenCL event_t as Clang builtin type, including event_t related OpenCL restrictions (OpenCL 1.2 spec 6.9) 2013-01-20 12:31:11 +00:00
ParseDeclCXX.cpp Fix five more cases of tokens which can legally follow a type specifier. 2013-01-19 03:48:05 +00:00
ParseExpr.cpp Implement OpenCL event_t as Clang builtin type, including event_t related OpenCL restrictions (OpenCL 1.2 spec 6.9) 2013-01-20 12:31:11 +00:00
ParseExprCXX.cpp Remove useless 'llvm::' qualifier from names like StringRef and others that are 2013-01-12 19:30:44 +00:00
ParseInit.cpp s/CPlusPlus0x/CPlusPlus11/g 2013-01-02 11:42:31 +00:00
ParseObjc.cpp objectiveC (take two): don't warn when in -Wselector mode and 2013-01-22 18:35:43 +00:00
ParsePragma.cpp Sort all of Clang's files under 'lib', and fix up the broken headers 2012-12-04 09:13:33 +00:00
ParsePragma.h Permanently end the whole "pragma got handled by the parser too early" 2012-10-04 02:36:51 +00:00
ParseStmt.cpp [ms-inline asm] Remove the -fenable-experimental-ms-inline-asm flag. MS-style 2013-01-22 19:38:32 +00:00
ParseTemplate.cpp PR14918: Don't confuse braced-init-lists after template variable declarations 2013-01-15 06:49:38 +00:00
ParseTentative.cpp Implement OpenCL event_t as Clang builtin type, including event_t related OpenCL restrictions (OpenCL 1.2 spec 6.9) 2013-01-20 12:31:11 +00:00
Parser.cpp Implement C++11 semantics for [[noreturn]] attribute. This required splitting 2013-01-17 01:30:42 +00:00
RAIIObjectsForParser.h Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments. 2012-09-15 20:20:27 +00:00