clang-1/include/clang
Argyrios Kyrtzidis a88b509d23 Pass SourceRanges by reference to the various Diag methods.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@55284 91177308-0d34-0410-b5e6-96231b3b80d8
2008-08-24 13:14:02 +00:00
..
AST Add support for parsing the objc_gc attribute. Tests will come shortly. 2008-08-23 23:22:21 +00:00
Analysis Simplify interface to Store::AddDecl 2008-08-23 00:50:55 +00:00
Basic Add TargetInfo::useNeXTRuntimeAsDefault 2008-08-23 08:43:39 +00:00
CodeGen Refactored driver logic for CodeGen into LLVMCodeGenWriter. This ASTConsumer layers on top of LLVMCodeGen (another existing ASTConsumer) to emit bitcode files to disk. This layering takes this logic out of clang.cpp and puts it directly into the ASTConsumer interface. The benefit is that now --emit-llvm works with both serialized ASTs and regular source files. 2008-08-05 18:50:11 +00:00
Driver Moved HTMLDiagnostics to lib/Driver. 2008-08-24 02:33:36 +00:00
Lex Rename Preprocessor::DisableBacktrack -> Preprocessor::CommitBacktrackedTokens. 2008-08-24 12:29:43 +00:00
Parse Pass SourceRanges by reference to the various Diag methods. 2008-08-24 13:14:02 +00:00
Rewrite add missing class declaration 2008-08-16 12:36:27 +00:00
Sema ParseAST now never releases the passed ASTConsumer. This is the responsibility of the client. 2008-08-08 02:46:37 +00:00