clang-1/include/clang
Ted Kremenek d17062cc23 Added prototype implementation of the DeclGroup, DeclGroupRef, and DeclGroupOwningRef classes.
Documentation and testing are pending.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56611 91177308-0d34-0410-b5e6-96231b3b80d8
2008-09-25 17:13:40 +00:00
..
AST Added prototype implementation of the DeclGroup, DeclGroupRef, and DeclGroupOwningRef classes. 2008-09-25 17:13:40 +00:00
Analysis Fix PR 2819: Compute dataflow values for all CFG blocks by not relying on having the "Exit" block being reachable by all (or any) of the blocks in the CFG. 2008-09-23 18:02:10 +00:00
Basic Downgrade incompatible block pointer error to a warning (to be consistent with incompatible pointer warnings in general). 2008-09-24 23:31:10 +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