index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
Driver
/
RewriteObjC.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Unbreak SerializationTest and the Rewriter by doing the work in HandleTransla...
Ted Kremenek
2008-08-08
1
-2
/
+5
*
Fix for <rdar://problem/6113807> clang ObjC rewriter: crash rewriting attache...
Steve Naroff
2008-08-06
1
-1
/
+3
*
Finish fixing <rdar://problem/5929344> clang ObjC rewriter: "extern int __CFC...
Steve Naroff
2008-08-05
1
-0
/
+4
*
Fix <rdar://problem/6108119> clang ObjC rewriter: if no newline at end of inp...
Steve Naroff
2008-08-05
1
-1
/
+1
*
Fix incomplete implementation for rewriting protocol refs.
Steve Naroff
2008-07-29
1
-0
/
+25
*
remove some unneeded calls to getCanonicalType
Chris Lattner
2008-07-26
1
-3
/
+2
*
Fix RewriteObjC::RewriteObjCThrowStmt() to respect whitespace between the @ a...
Steve Naroff
2008-07-25
1
-1
/
+6
*
Fix Sema::ActOnClassMessage() to pass through the identifier for "super".
Steve Naroff
2008-07-24
1
-0
/
+2
*
unindent this function by using an early exit, not functionality change.
Chris Lattner
2008-07-21
1
-160
/
+160
*
move two more lists of protocols over to use ObjCList<ObjCProtocolDecl>,
Chris Lattner
2008-07-21
1
-20
/
+16
*
RewriteObjC::RewriteObjCForCollectionStmt() needs to handle bodies with a sin...
Steve Naroff
2008-07-21
1
-2
/
+18
*
introduce a new ObjCList templated class and start moving
Chris Lattner
2008-07-21
1
-7
/
+7
*
RewriteObjC::SynthMessageExpr(): Fix super rewrite (a fairly recent regression).
Steve Naroff
2008-07-16
1
-1
/
+4
*
Remove a FIXME from RewriteObjC::RewriteObjCSynchronizedStmt().
Steve Naroff
2008-07-16
1
-2
/
+5
*
RewriteObjC::Initialize(): add function decls used by @synchronized.
Steve Naroff
2008-07-16
1
-0
/
+3
*
Two fixes:
Steve Naroff
2008-07-16
1
-7
/
+13
*
RewriteObjC::RewriteObjCTryStmt():Don't synthesize a catch begin if there are...
Steve Naroff
2008-07-16
1
-13
/
+13
*
Teach RewriteObjC::RewriteObjCMethodDecl() to deal with pointer to function r...
Steve Naroff
2008-07-16
1
-1
/
+33
*
Switch 'super' from being a weird cast thing to being a predefined expr node.
Chris Lattner
2008-06-21
1
-25
/
+8
*
Change self/_cmd to be instances of ImplicitParamDecl instead of ParmVarDecl.
Chris Lattner
2008-06-17
1
-3
/
+4
*
-Changes to TagDecl:
Argyrios Kyrtzidis
2008-06-09
1
-6
/
+8
*
Fix <rdar://problem/5976164> clang ObjC rewriter: for ... in enumeration inse...
Steve Naroff
2008-06-02
1
-0
/
+1
*
Added "InitializeTU" to ASTConsumer. This is used by Sema::ParseAST to pass a
Ted Kremenek
2008-05-31
1
-1
/
+7
*
Fix <rdar://problem/5917992> clang ObjC rewriter: #end from #if statement los...
Steve Naroff
2008-05-31
1
-3
/
+60
*
Fix <rdar://problem/5969777> clang ObjC rewriter: #imported file name mysteri...
Steve Naroff
2008-05-31
1
-4
/
+1
*
Hack RewriteObjC::RewriteObjCStringLiteral() to include the filename in the g...
Steve Naroff
2008-05-31
1
-0
/
+11
*
give location info to another paren expr.
Chris Lattner
2008-05-28
1
-1
/
+2
*
minor changes, collect the range of an expr before rewriting the subexprs
Chris Lattner
2008-05-23
1
-14
/
+19
*
Explicitly #include Support/Streams.h when using llvm::cout and friends.
Dan Gohman
2008-05-21
1
-0
/
+1
*
Fix rewriter bug <rdar://problem/5929344> clang ObjC rewriter: "extern int __...
Steve Naroff
2008-05-15
1
-4
/
+4
*
Fix <rdar://problem/5924225> clang ObjC rewriter: objc_exception_throw declar...
Steve Naroff
2008-05-09
1
-1
/
+1
*
Make sure the prototype for objc_msgSend_fpret() returns a double.
Steve Naroff
2008-05-08
1
-3
/
+3
*
Fix <rdar://problem/5879237> clang objc rewriter: ivars not accessible in str...
Steve Naroff
2008-05-08
1
-34
/
+33
*
Fix <rdar://problem/5887874> clang ObjC rewriter: Use a different name for 'o...
Steve Naroff
2008-05-07
1
-3
/
+3
*
Fix <rdar://problem/5908598> clang ObjC rewriter: typo in #pragma at end
Steve Naroff
2008-05-07
1
-1
/
+1
*
Fix <rdar://problem/5879237> clang objc rewriter: ivars not accessible in str...
Steve Naroff
2008-05-06
1
-3
/
+29
*
Fix <rdar://problem/5888515> clang ObjC rewriter: Use objc.h for declarations...
Steve Naroff
2008-05-06
1
-15
/
+17
*
Fix <rdar://problem/5881225> clang ObjC Rewriter: Protocol structure defined ...
Steve Naroff
2008-05-06
1
-1
/
+11
*
Remove bogus cast (<rdar://problem/5874848> clang objc-rewriter: structure wi...
Steve Naroff
2008-04-18
1
-1
/
+1
*
Implement FIXME discoved by <rdar://problem/5874876> Rewriter: Explicit ivar ...
Steve Naroff
2008-04-18
1
-6
/
+5
*
Fix <rdar://problem/5874697> Rewriter: method arguments with complex types no...
Steve Naroff
2008-04-18
1
-6
/
+8
*
Addition of TranslationUnitDecl to the AST:
Argyrios Kyrtzidis
2008-04-17
1
-16
/
+19
*
Remove FileVarDecl and BlockVarDecl. They are replaced by VarDecl::isBlockVar...
Steve Naroff
2008-04-15
1
-5
/
+5
*
Remove bogus token...
Steve Naroff
2008-04-14
1
-1
/
+1
*
Rename a file and update the Xcode project.
Steve Naroff
2008-04-14
1
-0
/
+2990
[prev]