hanchenye-llvm-project/clang/lib/Parse
David Blaikie 83d382b1ca Switch assert(0/false) llvm_unreachable.
llvm-svn: 140367
2011-09-23 05:06:16 +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 Support code-completion for C++ inline methods and ObjC buffering methods. 2011-09-04 03:32:15 +00:00
ParseDecl.cpp ArrayRef-ifying the fields passed to Sema::ActOnFields 2011-09-22 02:58:26 +00:00
ParseDeclCXX.cpp Rename LangOptions::Microsoft to LangOptions::MicrosoftExt to make it clear that this flag must be used only for Microsoft extensions and not emulation; to avoid confusion with the new LangOptions::MicrosoftMode flag. 2011-09-17 17:15:52 +00:00
ParseExpr.cpp Switch assert(0/false) llvm_unreachable. 2011-09-23 05:06:16 +00:00
ParseExprCXX.cpp Switch assert(0/false) llvm_unreachable. 2011-09-23 05:06:16 +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 Switch assert(0/false) llvm_unreachable. 2011-09-23 05:06:16 +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 Changes to the name lookup have caused a regression in the digraph fix-it hint. 2011-09-19 19:01:00 +00:00
ParseTemplate.cpp [microsoft] Fix a bug in -fdelayed-template-parsing mode where we were not reentering the delayed function context correctly. The problem was that all template params were reintroduced inside the same scope. So if we had a situation where we had 2 template params with the same name at different scope then clang would generate an error about ambiguous name. 2011-09-22 22:14:56 +00:00
ParseTentative.cpp Modules: introduce the __module_private__ declaration specifier, which 2011-09-09 02:06:17 +00:00
Parser.cpp Rename LangOptions::Microsoft to LangOptions::MicrosoftExt to make it clear that this flag must be used only for Microsoft extensions and not emulation; to avoid confusion with the new LangOptions::MicrosoftMode flag. 2011-09-17 17:15:52 +00:00
RAIIObjectsForParser.h Parsing/AST support for Structured Exception Handling 2011-04-28 01:08:34 +00:00