llvm-project/clang/lib
Chris Lattner 40cc0044e7 make scope checking be static functions instead of sema methods.
llvm-svn: 69429
2009-04-18 07:36:39 +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 fix incorrect lowering of __builtin_ia32_shufpd, rdar://6803924 2009-04-18 07:01:54 +00:00
Driver Preliminary PCH support in the driver 2009-04-18 00:34:01 +00:00
Frontend Store the type ID for __builtin_va_list in the PCH file, so that the 2009-04-18 05:55:16 +00:00
Headers fix misspelt attribute. 2009-04-17 17:55:23 +00:00
Lex fix PR3927 by being more careful about the pp test for identifier. 2009-04-18 06:44:18 +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 make scope checking be static functions instead of sema methods. 2009-04-18 07:36:39 +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