summaryrefslogtreecommitdiffstats
path: root/clang/Driver/RewriteObjC.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Unbreak SerializationTest and the Rewriter by doing the work in HandleTransla...Ted Kremenek2008-08-081-2/+5
* Fix for <rdar://problem/6113807> clang ObjC rewriter: crash rewriting attache...Steve Naroff2008-08-061-1/+3
* Finish fixing <rdar://problem/5929344> clang ObjC rewriter: "extern int __CFC...Steve Naroff2008-08-051-0/+4
* Fix <rdar://problem/6108119> clang ObjC rewriter: if no newline at end of inp...Steve Naroff2008-08-051-1/+1
* Fix incomplete implementation for rewriting protocol refs.Steve Naroff2008-07-291-0/+25
* remove some unneeded calls to getCanonicalTypeChris Lattner2008-07-261-3/+2
* Fix RewriteObjC::RewriteObjCThrowStmt() to respect whitespace between the @ a...Steve Naroff2008-07-251-1/+6
* Fix Sema::ActOnClassMessage() to pass through the identifier for "super". Steve Naroff2008-07-241-0/+2
* unindent this function by using an early exit, not functionality change.Chris Lattner2008-07-211-160/+160
* move two more lists of protocols over to use ObjCList<ObjCProtocolDecl>,Chris Lattner2008-07-211-20/+16
* RewriteObjC::RewriteObjCForCollectionStmt() needs to handle bodies with a sin...Steve Naroff2008-07-211-2/+18
* introduce a new ObjCList templated class and start moving Chris Lattner2008-07-211-7/+7
* RewriteObjC::SynthMessageExpr(): Fix super rewrite (a fairly recent regression).Steve Naroff2008-07-161-1/+4
* Remove a FIXME from RewriteObjC::RewriteObjCSynchronizedStmt().Steve Naroff2008-07-161-2/+5
* RewriteObjC::Initialize(): add function decls used by @synchronized.Steve Naroff2008-07-161-0/+3
* Two fixes:Steve Naroff2008-07-161-7/+13
* RewriteObjC::RewriteObjCTryStmt():Don't synthesize a catch begin if there are...Steve Naroff2008-07-161-13/+13
* Teach RewriteObjC::RewriteObjCMethodDecl() to deal with pointer to function r...Steve Naroff2008-07-161-1/+33
* Switch 'super' from being a weird cast thing to being a predefined expr node.Chris Lattner2008-06-211-25/+8
* Change self/_cmd to be instances of ImplicitParamDecl instead of ParmVarDecl.Chris Lattner2008-06-171-3/+4
* -Changes to TagDecl:Argyrios Kyrtzidis2008-06-091-6/+8
* Fix <rdar://problem/5976164> clang ObjC rewriter: for ... in enumeration inse...Steve Naroff2008-06-021-0/+1
* Added "InitializeTU" to ASTConsumer. This is used by Sema::ParseAST to pass aTed Kremenek2008-05-311-1/+7
* Fix <rdar://problem/5917992> clang ObjC rewriter: #end from #if statement los...Steve Naroff2008-05-311-3/+60
* Fix <rdar://problem/5969777> clang ObjC rewriter: #imported file name mysteri...Steve Naroff2008-05-311-4/+1
* Hack RewriteObjC::RewriteObjCStringLiteral() to include the filename in the g...Steve Naroff2008-05-311-0/+11
* give location info to another paren expr.Chris Lattner2008-05-281-1/+2
* minor changes, collect the range of an expr before rewriting the subexprsChris Lattner2008-05-231-14/+19
* Explicitly #include Support/Streams.h when using llvm::cout and friends.Dan Gohman2008-05-211-0/+1
* Fix rewriter bug <rdar://problem/5929344> clang ObjC rewriter: "extern int __...Steve Naroff2008-05-151-4/+4
* Fix <rdar://problem/5924225> clang ObjC rewriter: objc_exception_throw declar...Steve Naroff2008-05-091-1/+1
* Make sure the prototype for objc_msgSend_fpret() returns a double.Steve Naroff2008-05-081-3/+3
* Fix <rdar://problem/5879237> clang objc rewriter: ivars not accessible in str...Steve Naroff2008-05-081-34/+33
* Fix <rdar://problem/5887874> clang ObjC rewriter: Use a different name for 'o...Steve Naroff2008-05-071-3/+3
* Fix <rdar://problem/5908598> clang ObjC rewriter: typo in #pragma at endSteve Naroff2008-05-071-1/+1
* Fix <rdar://problem/5879237> clang objc rewriter: ivars not accessible in str...Steve Naroff2008-05-061-3/+29
* Fix <rdar://problem/5888515> clang ObjC rewriter: Use objc.h for declarations...Steve Naroff2008-05-061-15/+17
* Fix <rdar://problem/5881225> clang ObjC Rewriter: Protocol structure defined ...Steve Naroff2008-05-061-1/+11
* Remove bogus cast (<rdar://problem/5874848> clang objc-rewriter: structure wi...Steve Naroff2008-04-181-1/+1
* Implement FIXME discoved by <rdar://problem/5874876> Rewriter: Explicit ivar ...Steve Naroff2008-04-181-6/+5
* Fix <rdar://problem/5874697> Rewriter: method arguments with complex types no...Steve Naroff2008-04-181-6/+8
* Addition of TranslationUnitDecl to the AST:Argyrios Kyrtzidis2008-04-171-16/+19
* Remove FileVarDecl and BlockVarDecl. They are replaced by VarDecl::isBlockVar...Steve Naroff2008-04-151-5/+5
* Remove bogus token...Steve Naroff2008-04-141-1/+1
* Rename a file and update the Xcode project.Steve Naroff2008-04-141-0/+2990
OpenPOWER on IntegriCloud