clang-1/include/clang
Ted Kremenek 62059e8095 Add a bug category for NSError** checks.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56394 91177308-0d34-0410-b5e6-96231b3b80d8
2008-09-21 06:57:40 +00:00
..
AST Finish pushing blocks attribute through the clang attribute machinery. 2008-09-18 16:44:58 +00:00
Analysis Add a bug category for NSError** checks. 2008-09-21 06:57:40 +00:00
Basic Add --suppress-system-warnings (on by default, use =0 to disable) 2008-09-12 18:10:20 +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 Add support for expected-note to Clang's -verify option 2008-09-11 02:46:36 +00:00
Lex Rename Preprocessor::DisableBacktrack -> Preprocessor::CommitBacktrackedTokens. 2008-08-24 12:29:43 +00:00
Parse Finish pushing blocks attribute through the clang attribute machinery. 2008-09-18 16:44:58 +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