llvm-project/clang/lib/Parse
Douglas Gregor 60060d6f8f Treat the Microsoft/Borland keyword "__except" as a context-sensitive
keyword, because both libstdc++ and libc++ use "__except" as an
identifier. Fixes <rdar://problem/10322555>.

llvm-svn: 142636
2011-10-21 03:57:52 +00:00
..
CMakeLists.txt Thread Safety: Patch to implement delayed parsing of attributes within a 2011-09-08 17:42:22 +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 When we end up having to parse the initializer of a C++ member early 2011-10-17 17:09:53 +00:00
ParseDecl.cpp Improve the diagnostic when a comma ends up at the end of a declarator group 2011-10-19 21:33:05 +00:00
ParseDeclCXX.cpp Add -Wc++98-compat warnings for uses of the new keywords 'alignof', 'char16_t', 2011-10-17 23:06:20 +00:00
ParseExpr.cpp Improve the warning for cv-qualifiers on free functions, from Ahmed Charles! 2011-10-19 06:04:55 +00:00
ParseExprCXX.cpp Improve the warning for cv-qualifiers on free functions, from Ahmed Charles! 2011-10-19 06:04:55 +00:00
ParseInit.cpp Introduce BalancedDelimiterTracker, to better track open/close 2011-10-12 16:37:45 +00:00
ParseObjc.cpp Introduce BalancedDelimiterTracker, to better track open/close 2011-10-12 16:37:45 +00:00
ParsePragma.cpp OpenCL: disallow '#pragma OPENCL EXTENSION all : enable', per OpenCL 1.1 9.1 2011-10-06 03:00:50 +00:00
ParsePragma.h Recognize gcc's ms_struct pragma (and ignore for now). 2011-04-25 18:49:15 +00:00
ParseStmt.cpp Treat the Microsoft/Borland keyword "__except" as a context-sensitive 2011-10-21 03:57:52 +00:00
ParseTemplate.cpp Implement -Wc++98-compat warnings for the parser. 2011-10-15 05:09:34 +00:00
ParseTentative.cpp Provide half floating point support as a storage only type. 2011-10-14 23:23:15 +00:00
Parser.cpp Treat the Microsoft/Borland keyword "__except" as a context-sensitive 2011-10-21 03:57:52 +00:00
RAIIObjectsForParser.h Rename Diagnostic to DiagnosticsEngine as per issue 5397 2011-09-25 23:23:43 +00:00