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
/
lib
/
Frontend
/
RewriteObjC.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Patch to get around a rewriter bug rewriting storage class
Fariborz Jahanian
2010-03-04
1
-6
/
+15
*
Fixes a bug whereby static const block var has static
Fariborz Jahanian
2010-03-04
1
-0
/
+17
*
Cast a pointer to 'long long' to satisfy all compilation models.
Fariborz Jahanian
2010-03-02
1
-1
/
+3
*
More rewriter of nested blocks fun stuff.
Fariborz Jahanian
2010-03-01
1
-19
/
+28
*
Prevent rewriter crash when variable type is missing.
Fariborz Jahanian
2010-02-26
1
-0
/
+4
*
Minor cleanup of the rewriter.
Fariborz Jahanian
2010-02-26
1
-18
/
+22
*
Removed some unused code in rewriter.
Fariborz Jahanian
2010-02-26
1
-28
/
+2
*
Fix rewriting of byref variables in nested blocks.
Fariborz Jahanian
2010-02-26
1
-2
/
+9
*
Rewriting of imported variable from outer
Fariborz Jahanian
2010-02-26
1
-0
/
+1
*
Support rewriting of property synthesis with retain/copy
Fariborz Jahanian
2010-02-26
1
-25
/
+98
*
Implement nasty rewriting of nested blocks when inner
Fariborz Jahanian
2010-02-24
1
-4
/
+76
*
Fix rewriting of a method when return type is
Fariborz Jahanian
2010-02-24
1
-0
/
+4
*
Fixes a rewriting of qualified-id type which exposed a bigger
Fariborz Jahanian
2010-02-23
1
-5
/
+0
*
Fixes a rewriting of byref variable when its initializer is
Fariborz Jahanian
2010-02-22
1
-13
/
+29
*
Eliminate the default arguments to ASTContext::getFunctionType(),
Douglas Gregor
2010-02-21
1
-13
/
+37
*
Revert: "Change InitListExpr to allocate the array for holding references"
Ted Kremenek
2010-02-19
1
-10
/
+6
*
Change InitListExpr to allocate the array for holding references
Ted Kremenek
2010-02-19
1
-6
/
+10
*
Patch removes IVars list from ObjCInterfaceDecl and
Fariborz Jahanian
2010-02-19
1
-3
/
+3
*
__typeof should be able to handle block pointer types when
Fariborz Jahanian
2010-02-18
1
-1
/
+1
*
Minor rewriter cleanup and a test for a block rewriting bug.
Fariborz Jahanian
2010-02-16
1
-1
/
+1
*
Fix rewriter bug when function call inside block with block parameter
Fariborz Jahanian
2010-02-16
1
-4
/
+41
*
Fix a broken rewritin of @implementation keyword.
Fariborz Jahanian
2010-02-15
1
-1
/
+1
*
Pass StringRefs to InsertText/ReplaceText in RewriteObjC and remove a ton of ...
Benjamin Kramer
2010-02-14
1
-120
/
+91
*
Fixes a rewriter bug rewriting function decl.
Fariborz Jahanian
2010-02-12
1
-2
/
+14
*
Fixes a rewriting bug where order of constructor expression arguments did not...
Fariborz Jahanian
2010-02-11
1
-15
/
+28
*
Allocate the SubExprs array in ObjCMessageExpr using the allocator associated...
Ted Kremenek
2010-02-11
1
-2
/
+2
*
Eliminate a bunch of unnecessary ASTContexts from members functions of
Douglas Gregor
2010-02-11
1
-2
/
+2
*
Patch to rewrite blocks into unique api names.
Fariborz Jahanian
2010-02-10
1
-13
/
+16
*
Provide rewriting suppport for use of __typeof__
Fariborz Jahanian
2010-02-10
1
-1
/
+43
*
Comment out category's property decls. in rewrite.
Fariborz Jahanian
2010-02-10
1
-0
/
+4
*
Add guard in RewriteObjC::HandleTopLevelSingleDecl() to not do
Ted Kremenek
2010-02-05
1
-5
/
+3
*
Fixes a minor rewriter bug messaging inside a function call.
Fariborz Jahanian
2010-02-05
1
-1
/
+5
*
Some clean up of replacement text API no longer needed by
Fariborz Jahanian
2010-02-05
1
-2
/
+2
*
Fix a nested ivar reference rewriting bug.
Fariborz Jahanian
2010-02-05
1
-13
/
+40
*
Fix rewriting of 'const' __block variables in
Fariborz Jahanian
2010-02-04
1
-2
/
+16
*
Fix more rewriting of protocol-quialified 'id' type.
Fariborz Jahanian
2010-02-03
1
-0
/
+2
*
Fix up rewriting of protocol qualified types in objc rewriter.
Fariborz Jahanian
2010-02-02
1
-1
/
+9
*
Fixes rewriter bug rewriting byref related API where a struct
Fariborz Jahanian
2010-01-29
1
-2
/
+1
*
Fixes a rewrite bug rewriting nested ivars reference.
Fariborz Jahanian
2010-01-28
1
-4
/
+8
*
Added assert to the rewrite.
Fariborz Jahanian
2010-01-26
1
-0
/
+1
*
Refix rewriting of an ivar access when it is
Fariborz Jahanian
2010-01-26
1
-14
/
+1
*
Fix a regression caused by my rewriting of cast of ivar
Fariborz Jahanian
2010-01-26
1
-9
/
+11
*
Fixes a rewriting bug of access ivar of a variable cast
Fariborz Jahanian
2010-01-25
1
-1
/
+10
*
Patch to implement rewriting of properties.
Fariborz Jahanian
2010-01-21
1
-2
/
+5
*
Use the llvm coding convention for indentation for switch.
Mike Stump
2010-01-20
1
-19
/
+19
*
The type of a compound literal expression is not necessarily the same as the
John McCall
2010-01-19
1
-4
/
+4
*
Rewriteing of gnu extension __typeof in objective-c rewriter.
Fariborz Jahanian
2010-01-19
1
-1
/
+13
*
Preserve type source information in compound literal expressions.
John McCall
2010-01-18
1
-3
/
+8
*
Fix a rewriting crash and correct rewriting of __block
Fariborz Jahanian
2010-01-16
1
-7
/
+18
*
define __weak to null in rewritten source for
Fariborz Jahanian
2010-01-15
1
-0
/
+1
[next]