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
*
Replace a literal 8 with Context->getCharWidth() in
Ken Dyck
2011-04-30
1
-1
/
+1
*
Support for C++11 (non-template) alias declarations.
Richard Smith
2011-04-15
1
-3
/
+3
*
fix a bunch of comment typos found by codespell. Patch by
Chris Lattner
2011-04-15
1
-2
/
+2
*
Add a flag to StringLiteral to keep track of whether the string is a pascal s...
Anders Carlsson
2011-04-14
1
-7
/
+9
*
Fixup more objc rwriter bug having to do with
Fariborz Jahanian
2011-04-11
1
-9
/
+16
*
Fixes a rewrting bug of a property-dot syntax expression inside
Fariborz Jahanian
2011-04-08
1
-0
/
+1
*
Fixes a rewriter bug rewriting call to a byref
Fariborz Jahanian
2011-04-01
1
-19
/
+2
*
ANother rewrite bug, rewriting a call of
Fariborz Jahanian
2011-04-01
1
-1
/
+2
*
Fix couple of rewriter bugs related to rewriting a
Fariborz Jahanian
2011-03-31
1
-3
/
+11
*
Add support for the OpenCL vec_step operator, by generalising and
Peter Collingbourne
2011-03-11
1
-4
/
+5
*
Fixed InnerLocStart.
Abramo Bagnara
2011-03-09
1
-8
/
+11
*
Fixed source range for all DeclaratorDecl's.
Abramo Bagnara
2011-03-08
1
-11
/
+27
*
Fixed TypedefDecl and TemplateTypeParameter source range.
Abramo Bagnara
2011-03-06
1
-1
/
+1
*
Fix objc rewriting bug casting to qualified objective-c pointetr.
Fariborz Jahanian
2011-02-26
1
-3
/
+3
*
Fix a rewriter bug involving call to property's
Fariborz Jahanian
2011-02-26
1
-5
/
+6
*
Fix a rewrite bug. // rdar://9039342
Fariborz Jahanian
2011-02-24
1
-1
/
+9
*
Change the representation of GNU ?: expressions to use a different expression
John McCall
2011-02-17
1
-2
/
+1
*
Block rewriting bug. Don't take address of captured
Fariborz Jahanian
2011-02-16
1
-1
/
+17
*
Give some convenient idiomatic accessors to Stmt::child_range and
John McCall
2011-02-13
1
-18
/
+9
*
A few more tweaks to the blocks AST representation:
John McCall
2011-02-07
1
-1
/
+2
*
Fix an objective-c rewriter bug rewriting a __block
Fariborz Jahanian
2011-01-27
1
-5
/
+7
*
Change QualType::getTypePtr() to return a const pointer, then change a
John McCall
2011-01-19
1
-3
/
+3
*
Fix warnings found by gcc-4.6, from -Wunused-but-set-variable and
Jeffrey Yasskin
2011-01-18
1
-2
/
+0
*
Added missing IgnoreParens().
Abramo Bagnara
2010-12-14
1
-1
/
+2
*
Restore r121752 without modification.
John McCall
2010-12-14
1
-68
/
+43
*
Pull out r121752 in case it's causing the selfhost breakage.
John McCall
2010-12-14
1
-43
/
+68
*
Factor out most of the extra state in a FunctionProtoType into a separate
John McCall
2010-12-14
1
-68
/
+43
*
Keep the source location of the selector in ObjCMessageExpr.
Argyrios Kyrtzidis
2010-12-10
1
-4
/
+8
*
Fix rewriter to match recent changes in property ref
Fariborz Jahanian
2010-12-04
1
-3
/
+11
*
Simplify the ASTs by consolidating ObjCImplicitGetterSetterExpr and ObjCPrope...
John McCall
2010-12-02
1
-49
/
+33
*
Minor whitespace fix, no functionality change
Nico Weber
2010-11-22
1
-3
/
+3
*
Add an assertion, fix a whole bunch of bugs, comment the assertion
John McCall
2010-11-18
1
-2
/
+2
*
Calculate the value kind of an expression when it's created and
John McCall
2010-11-18
1
-60
/
+92
*
Kill CK_Unknown references in the ObjC rewriter. The actual
John McCall
2010-11-15
1
-27
/
+27
*
Fixes a rewrite bug, rewriting nested property usage
Fariborz Jahanian
2010-11-08
1
-0
/
+5
*
Proper rewriting of block envokation with
Fariborz Jahanian
2010-11-05
1
-1
/
+13
*
Fixes a rewriting bug when type in a block argument type
Fariborz Jahanian
2010-11-03
1
-3
/
+7
*
Patch to rewrite objc qualified types which occur in
Fariborz Jahanian
2010-11-03
1
-7
/
+57
*
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
[next]