clang-1/include/clang
Chris Lattner 58ace88985 Fix PR3075, __builtin_stdarg_start being misprototyped. This affects netbsd headers.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@59419 91177308-0d34-0410-b5e6-96231b3b80d8
2008-11-16 18:43:46 +00:00
..
AST Fix PR3075, __builtin_stdarg_start being misprototyped. This affects netbsd headers. 2008-11-16 18:43:46 +00:00
Analysis Enhance modularization: return a <state,loc> pair to let GRExprEngine modify the 2008-11-16 07:06:26 +00:00
Basic Implement parsing and semantic checking of the 'mutable' keyword. 2008-11-14 23:42:31 +00:00
CodeGen Add GetModule accessor to ModuleBuilder 2008-10-21 19:55:09 +00:00
Driver Hook up the Plist diagnostic client to the driver. 2008-11-03 23:18:07 +00:00
Lex Using llvm::OwningPtr<> for CurLexer and CurTokenLexer. This makes both the ownership semantics of these objects explicit within the Preprocessor and also tightens up the code (explicit deletes not needed). 2008-11-13 17:11:24 +00:00
Parse Implement parsing and semantic checking of the 'mutable' keyword. 2008-11-14 23:42:31 +00:00
Rewrite make the -rewrite-test a bit more interesting: it now 2008-10-12 06:09:52 +00:00
Sema Comment fix, ParseAST does not take ownership of the consumer. 2008-10-27 22:01:05 +00:00