summaryrefslogtreecommitdiffstats
path: root/clang/Driver/ASTConsumers.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* - Minor cleanup to yesterday's changes to Sema::ObjcActOnStartOfMethodDef();Steve Naroff2007-11-121-2/+2
| | | | | | | | - Add Sema::CurMethodDecl, in preparation for adding ObjcIvarRefExpr. - Add ObjcInterfaceDecl::lookupInstanceVariable(), in prep for adding ivars. - A couple renames in ObjcInterfaceDecl, while I was in the vicinity:-) llvm-svn: 44015
* pretty priting for method definitions.Fariborz Jahanian2007-11-101-2/+53
| | | | llvm-svn: 43986
* Patch for objc2's property ASTs, as well as pretty-priting the ASTs.Fariborz Jahanian2007-11-061-3/+71
| | | | llvm-svn: 43778
* Take 2.Devang Patel2007-10-311-1/+7
| | | | | | | | Make target info available to clang code generator. This is far from complete but this helps clang codegen module make progress. At the moment target triplet and target description strings are hard coded in clang::TargetInfo llvm-svn: 43572
* temporarily revert devang's patch to link in the llvm codegen etc.Chris Lattner2007-10-311-15/+1
| | | | llvm-svn: 43544
* Make target info available to clang code generator.Devang Patel2007-10-311-1/+15
| | | | | | | This is far from complete but this helps clang codegen module make progress. llvm-svn: 43536
* Pretty printing for ivar list of an interface block.Fariborz Jahanian2007-10-261-2/+15
| | | | llvm-svn: 43382
* Fix -ast-dump for ObjC.Steve Naroff2007-10-141-0/+6
| | | | llvm-svn: 42967
* This patch implementa objective-c's @compatibilty-alias declaration.Fariborz Jahanian2007-10-111-0/+9
| | | | llvm-svn: 42883
* Added a new class for Interfaces qualified by protocol list.Fariborz Jahanian2007-10-081-2/+20
| | | | | | | Protocols are now sorted and made unique in the list. Enhanced pretty printer for @interface (So, I can see the protocol list). llvm-svn: 42776
* Several small patches to do pretty printing for objective-c top-level declsFariborz Jahanian2007-10-081-2/+30
| | | | | | | (minimal printing), Derive ObjcClassDecl from Decl. Ted may want to take note of the change I made to CFGRecStmtDeclVisitor.h llvm-svn: 42764
* Rename ASTStreamers.* -> ASTConsumers.*Chris Lattner2007-10-071-0/+356
llvm-svn: 42718
OpenPOWER on IntegriCloud