clang-1/include/clang
Chris Lattner da3253d8a9 fix a crash on unnamed properties like:
@property (readonly) int : 4;



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@57805 91177308-0d34-0410-b5e6-96231b3b80d8
2008-10-20 06:33:53 +00:00
..
AST Change a couple of cast<> to reinterpret_cast<>. 2008-10-19 12:05:48 +00:00
Analysis Add pretty-printing support for FieldRegions. 2008-10-17 21:05:44 +00:00
Basic fix a crash on unnamed properties like: 2008-10-20 06:33:53 +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 Change FormTokenWithChars to take the token kind to form, since all clients 2008-10-12 04:51:35 +00:00
Parse Support attributes in *yet another* place. Is there any place you 2008-10-20 04:57:38 +00:00
Rewrite make the -rewrite-test a bit more interesting: it now 2008-10-12 06:09:52 +00:00
Sema Add --disable-free flag to clang. 2008-10-16 16:54:18 +00:00