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
/
Rewrite
/
RewriteObjC.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Correct typos and whitespace, spotted by Nico Weber!
Nick Lewycky
2010-10-31
1
-3
/
+3
*
Fixes a potential crash in rewriter when sending message
Fariborz Jahanian
2010-10-20
1
-12
/
+17
*
GCC 4.4 warns that Receiver may be used uninitialized in this function.
Duncan Sands
2010-10-20
1
-1
/
+1
*
Do not rewrite new accessor if user has defined accessors.
Fariborz Jahanian
2010-10-19
1
-52
/
+57
*
Silence uninitialized value warning.
Ted Kremenek
2010-10-19
1
-1
/
+1
*
Fix a rewriting bug of rewriting properties declared in
Fariborz Jahanian
2010-10-16
1
-24
/
+25
*
Rewrite bug fix rewriting a property assignment when
Fariborz Jahanian
2010-10-14
1
-0
/
+6
*
Eliminate usage of ObjCSuperExpr used for
Fariborz Jahanian
2010-10-14
1
-11
/
+41
*
Some refactoring of property rewriting stuff
Fariborz Jahanian
2010-10-11
1
-17
/
+11
*
This patch does a few things in the area of objective-c
Fariborz Jahanian
2010-10-11
1
-58
/
+103
*
When dealing with an assignment with LHS being a property reference
Fariborz Jahanian
2010-10-08
1
-0
/
+9
*
Fix a block rewriter bug where copy/dispose entries in
Fariborz Jahanian
2010-10-05
1
-0
/
+6
*
Rewriting array element type of qualified-id.
Fariborz Jahanian
2010-09-30
1
-0
/
+4
*
Fix rewriting of property declared in @protocol's.
Fariborz Jahanian
2010-09-24
1
-0
/
+4
*
AST work to support [C++] [IRgen] for ?: with missing LHS
Fariborz Jahanian
2010-08-31
1
-3
/
+6
*
Fix the memory leak of FloatingLiteral/IntegerLiteral.
Argyrios Kyrtzidis
2010-08-28
1
-5
/
+6
*
De-memberify the VarDecl and FunctionDecl StorageClass enums.
John McCall
2010-08-26
1
-27
/
+27
*
GCC didn't care for my attempt at API compatibility, so brute-force everything
John McCall
2010-08-25
1
-40
/
+40
*
More incremental progress towards not including Expr.h in Sema.h.
John McCall
2010-08-25
1
-1
/
+1
*
StringRef'ication of lots stuff, patch by Peter Davies!
Daniel Dunbar
2010-08-17
1
-52
/
+52
*
Remove dead code, caught by unused function warnings.
Argyrios Kyrtzidis
2010-08-15
1
-63
/
+0
*
Store inheritance paths after CastExprs instead of inside them.
John McCall
2010-08-07
1
-5
/
+4
*
Initialize block's imported variable(s) in
Fariborz Jahanian
2010-07-28
1
-19
/
+30
*
Fix source location of the initializer in
Fariborz Jahanian
2010-07-21
1
-8
/
+0
*
Fix a rewriter bug which originates in SemaInit involving
Fariborz Jahanian
2010-07-21
1
-4
/
+11
*
Update ImplicitCastExpr to be able to represent an XValue.
Sebastian Redl
2010-07-20
1
-2
/
+4
*
When forming a function call or message send expression, be sure to
Douglas Gregor
2010-07-13
1
-2
/
+2
*
Remove Decl::getCompoundBody().
Argyrios Kyrtzidis
2010-07-07
1
-1
/
+1
*
Rewriter: Use the appropriate printing context instead of the default
Daniel Dunbar
2010-06-30
1
-16
/
+23
*
Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library...
Daniel Dunbar
2010-06-15
1
-0
/
+5778