Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
ecdf4f0a187ce3932d55a9e0709c0f148c3beb56
/
Driver
/
RewriteTest.cpp
2fab94e
Synthesize methods with va-arg list correctly.
by Fariborz Jahanian
· 17 years ago
c81ed74
Fixed comment.
by Fariborz Jahanian
· 17 years ago
be72efa
by Steve Naroff
· 17 years ago
a42227a
Patch to replace #import with #include.
by Fariborz Jahanian
· 17 years ago
8d2080c
Insert #pragma once when rewriting a header file.
by Fariborz Jahanian
· 17 years ago
2227742
Typo.
by Fariborz Jahanian
· 17 years ago
13dad33
Added support for rewriting of continue/break statements inside ObjC2's foreach-stmt.
by Fariborz Jahanian
· 17 years ago
be37fc0
by Steve Naroff
· 17 years ago
d8d3653
Avoid redefinition of __objcFastEnumerationState
by Fariborz Jahanian
· 17 years ago
7202d98
Put return type of synthesize method on same line as method declaration, space after method declaration header.
by Fariborz Jahanian
· 17 years ago
df2b095
Allow messaging expression as foreach's collection expression.
by Fariborz Jahanian
· 17 years ago
fb09aa0
Type-cast RHS of assignment to prevent warning compiling rewritten foreach code.
by Fariborz Jahanian
· 17 years ago
0921271
Fixed a bug whereby a parethesized collection expression was not being rewritten correctly.
by Fariborz Jahanian
· 17 years ago
72cf3b5
Typo fixed.
by Fariborz Jahanian
· 17 years ago
9ea6a2d
Patch to rewrite ObjC2's foreach-stmt.
by Fariborz Jahanian
· 17 years ago
955fcb8
Patch to start rewriting of ObjC2's foreach statement (work in progress).
by Fariborz Jahanian
· 17 years ago
42730c5
Substituted all instances of the string "Objc" for "ObjC". This fixes
by Ted Kremenek
· 17 years ago
386ab8a
Compute the proper sourcerange for an CompoundLiteralExpr.
by Chris Lattner
· 17 years ago
959e5be
Don't attribute in file headers anymore. See llvmdev for the
by Chris Lattner
· 17 years ago
a661a4d
remove use of alloca.
by Chris Lattner
· 17 years ago
b601147
Unbreak mingw build
by Anton Korobeynikov
· 17 years ago
17861c5
Interned MainFileID within SourceManager. Since SourceManager is referenced by
by Ted Kremenek
· 17 years ago
bcf0a92
by Steve Naroff
· 17 years ago
e4e5e26
by Steve Naroff
· 17 years ago
dcb2b1e
Refactoring work. ObjcQualifiedIdType is now derived from 'Type'.
by Fariborz Jahanian
· 17 years ago
e76e841
Patch to implemented objective-c's dynamic object pointer qualified with
by Fariborz Jahanian
· 17 years ago
65a3d85
Also fixed similar regression for class methods, as well as more indentations.
by Fariborz Jahanian
· 17 years ago
be63dd5
Fixed a regression caused by refactoring of some meta-data generation routines using iteratgors.
by Fariborz Jahanian
· 17 years ago
2ce399a
by Steve Naroff
· 17 years ago
d7f64cd
TargetInfo no longer includes a reference to SourceManager.
by Ted Kremenek
· 17 years ago
c7b0675
more cleanups changing things like getInstanceVariables to iterators.
by Chris Lattner
· 17 years ago
dea5bec
resolve some fixmes and clean up some code by eliminating the get*Vars apis to some classes and use iterators instead.
by Chris Lattner
· 17 years ago
db2904f
80-column please.
by Fariborz Jahanian
· 17 years ago
150c6ea
Implemented rewriting of protocol-qualified global variable types.
by Fariborz Jahanian
· 17 years ago
b3ee193
Mega-patch: ripped SourceManager out of Diagnostic/DiagnosticClient. Now
by Ted Kremenek
· 17 years ago
866ac79
Refactor Rewritetest::RewriteObjcQualifiedInterfaceTypes in preparation for more
by Fariborz Jahanian
· 17 years ago
f2ee53f
by Steve Naroff
· 17 years ago
be4283c
Implemented when static typing is combined with protocols and use as receiver
by Fariborz Jahanian
· 17 years ago
6ff57c6
Patch for rewriting of @protocol.
by Fariborz Jahanian
· 17 years ago
3b1caac
by Steve Naroff
· 17 years ago
efba8c8
On Steve's suggestion, moved handling of use of undeclared method in a message
by Fariborz Jahanian
· 17 years ago
bde8104
by Steve Naroff
· 17 years ago
fabf3bf
Changed type-cast of "struct objc_super"'s 2nd initializer to match definition of
by Fariborz Jahanian
· 17 years ago
8a9b95c
by Steve Naroff
· 17 years ago
dc25ba7
Type-cast initializers for "struct objc_super" parameter to avoid warning.
by Fariborz Jahanian
· 17 years ago
fb8e991
Don't assert if objc.h not declared when rewriting.
by Fariborz Jahanian
· 17 years ago
771d3b9
Removed a "TODO" comment as objc1 runtime does not need to do the "TODO".
by Fariborz Jahanian
· 17 years ago
0079f29
Change <Objc/objc.h> to <objc/objc.h>
by Fariborz Jahanian
· 17 years ago
a845eec
Fixed a bug exposed by referencing an ivar field using component reference syntax.
by Fariborz Jahanian
· 17 years ago
1d29b5d
Support for rewriteing of messaging of methods which return float.
by Fariborz Jahanian
· 17 years ago
c26b250
Added support for messagings which return a structure-value.
by Fariborz Jahanian
· 17 years ago
ae43eb7
fix a crash when the rewriter would scan off the beginning of the file.
by Chris Lattner
· 17 years ago
217df51
add support for custom client-specific diagnostics. As a testcase, make the
by Chris Lattner
· 17 years ago
4478db9
start partitioning the diagnostics into two classes: those
by Chris Lattner
· 17 years ago
258f26c
pass diagnostics into the rewrite test client.
by Chris Lattner
· 17 years ago
7e21652
Fixed a rewrite bug in class synthesis (which I first thought was a rewrite API bug).
by Fariborz Jahanian
· 17 years ago
920cde3
Patch to fix a regression caused by recent rewrite changes.
by Fariborz Jahanian
· 17 years ago
9b99a26
by Steve Naroff
· 17 years ago
29fe746
by Steve Naroff
· 17 years ago
292b7b9
by Steve Naroff
· 17 years ago
0c04bb6
by Steve Naroff
· 17 years ago
764c1ae
by Steve Naroff
· 17 years ago
6b759ce
by Steve Naroff
· 17 years ago
26eb081
by Steve Naroff
· 17 years ago
885e212
by Steve Naroff
· 17 years ago
2adead7
by Steve Naroff
· 17 years ago
f04ead5
Fix a rewriter bug that steve noticed. Don't skip arbitrary things
by Chris Lattner
· 17 years ago
8d9c735
Patch to comment out use of protocol qualifiers when rewriting ivars.
by Fariborz Jahanian
· 17 years ago
2c7afc9
by Steve Naroff
· 17 years ago
6c00055
Removed unused variabel.
by Fariborz Jahanian
· 17 years ago
268fa59
by Steve Naroff
· 17 years ago
fbfb46d
by Steve Naroff
· 17 years ago
0540f3f
by Steve Naroff
· 17 years ago
3960e9c
Rewrite @optional/@required directives used inside protocol definitions.
by Fariborz Jahanian
· 17 years ago
016a188
Rewrite of forward protocol declaration.
by Fariborz Jahanian
· 17 years ago
18c8338
by Steve Naroff
· 17 years ago
d256e06
Fixed a rewrite of metadata bug when category implementation has no matching interface.
by Fariborz Jahanian
· 17 years ago
bd2fd92
Populate metadata with adrress of method code.
by Fariborz Jahanian
· 17 years ago
0136e37
Rewrite of method definitions in categories.
by Fariborz Jahanian
· 17 years ago
8c66491
Order of methods are OK and generated .c file can be compiled.
by Fariborz Jahanian
· 17 years ago
5ea3a76
First patch in rewrie of method definitions. This is work in progress.
by Fariborz Jahanian
· 17 years ago
dd2e26c
by Steve Naroff
· 17 years ago
b82c50f
by Steve Naroff
· 17 years ago
334fbc2
by Steve Naroff
· 17 years ago
2aeae31
by Steve Naroff
· 17 years ago
abb9636
by Steve Naroff
· 17 years ago
3c82a7e
use insert instead of replacing 0 bytes with text :)
by Chris Lattner
· 17 years ago
257236c
use std::copy instead of memcpy for abstraction.
by Chris Lattner
· 17 years ago
d3287d8
by Steve Naroff
· 17 years ago
70ef546
Emit objective-c's meta-data at the end of rewriting to stdout.
by Fariborz Jahanian
· 17 years ago
8b1fb8c
by Steve Naroff
· 17 years ago
e9f6984
by Steve Naroff
· 17 years ago
eca7fad
Rewrite for properties.
by Fariborz Jahanian
· 17 years ago
9447e46
Misc. fixes. 1) Resurrect meta-data generation turned off by a previous patch.
by Fariborz Jahanian
· 17 years ago
fcab793
by Steve Naroff
· 17 years ago
296b74f
by Steve Naroff
· 17 years ago
4242b97
by Steve Naroff
· 17 years ago
a861152
by Steve Naroff
· 17 years ago
0744c47
by Steve Naroff
· 17 years ago
0add5d2
by Steve Naroff
· 17 years ago
Next »