clang-1/lib
Chris Lattner e32f74c7af fix error recovery in the case of a jump to a label with no definition
to create a well formed AST instead of a dangling pointer.  This resolves
several fixme's.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69459 91177308-0d34-0410-b5e6-96231b3b80d8
2009-04-18 19:30:02 +00:00
..
AST Lazy deserialization of function bodies for PCH files. For the Carbon 2009-04-18 00:07:54 +00:00
Analysis FunctionDecl::getBody() is getting an ASTContext argument for use in 2009-04-18 00:02:19 +00:00
Basic optimize and comment GetDiagInfo. 2009-04-16 06:13:46 +00:00
CodeGen Use getAsPointerType instead of using getCanonicalType directly. 2009-04-18 08:54:40 +00:00
Driver Preliminary PCH support in the driver 2009-04-18 00:34:01 +00:00
Frontend Don't emit name-lookup tables for functions or methods in the PCH files 2009-04-18 15:49:20 +00:00
Headers glibc plays some weird games with multiple different definitions of 2009-04-18 19:11:11 +00:00
Lex more fun with line markers: the digit string is required to be interpreted 2009-04-18 18:35:15 +00:00
Parse Add support for the __has_trivial_destructor type trait. 2009-04-17 02:34:54 +00:00
Rewrite Change Lexer::MeasureTokenLength to take a LangOptions reference. 2009-04-14 23:22:57 +00:00
Sema fix error recovery in the case of a jump to a label with no definition 2009-04-18 19:30:02 +00:00
CMakeLists.txt Really fix cmake style builds. 2009-03-24 17:52:34 +00:00
Makefile Stub out some structure for C++ driver. 2009-03-02 19:59:07 +00:00