clang-1/include/clang
Steve Naroff 83ba14e260 - Add a convenience constructor to Type.
- Many rewriter modifications.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@57003 91177308-0d34-0410-b5e6-96231b3b80d8
2008-10-03 15:04:50 +00:00
..
AST - Add a convenience constructor to Type. 2008-10-03 15:04:50 +00:00
Analysis Add a QualType to ConjuredSymbol to represent the type and size of the symbol. 2008-10-01 00:21:14 +00:00
Basic Unbreak build: claim an extra bit for BuiltinID. 2008-10-02 16:40:43 +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 clean up a bunch of fixme's I added, by moving 2008-09-26 21:18:42 +00:00
Parse Pass postfix attributes to ActOnFields (mismarked a file). 2008-10-03 02:05:12 +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