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
/
RewriteTest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
add some helper methods for removing and replacing text, this makes the
Chris Lattner
2008-01-31
1
-45
/
+56
*
Add a new InsertText method that does the check to see if the insertion was v...
Chris Lattner
2008-01-31
1
-34
/
+40
*
move a large method out of line
Chris Lattner
2008-01-31
1
-82
/
+86
*
Make rewriter::inserttext return a bool to indicate if it failed.
Chris Lattner
2008-01-31
1
-51
/
+23
*
Fix a rewriter crash when the whole body of a foreach is itself
Chris Lattner
2008-01-31
1
-8
/
+9
*
Abolish a bunch of Xcode inserted tabs.
Steve Naroff
2008-01-30
1
-29
/
+29
*
Rewriting of @synchronized. This has one FIXME in it. But this should allow @...
Fariborz Jahanian
2008-01-29
1
-1
/
+53
*
Add -Wno-rewrite-macros to silence the following warning when using -rewrite-...
Steve Naroff
2008-01-28
1
-23
/
+34
*
Fixed a nasty bug which took a while to come up with a test case,
Fariborz Jahanian
2008-01-23
1
-0
/
+5
*
Problem with ObjC's type-encoding of nested structs causing infinit recursion.
Fariborz Jahanian
2008-01-22
1
-3
/
+7
*
Synthesize methods with va-arg list correctly.
Fariborz Jahanian
2008-01-21
1
-0
/
+2
*
Fixed comment.
Fariborz Jahanian
2008-01-19
1
-1
/
+1
*
Fix two bugs with an @throw that doesn't have a statement.
Steve Naroff
2008-01-19
1
-1
/
+4
*
Patch to replace #import with #include.
Fariborz Jahanian
2008-01-19
1
-27
/
+28
*
Insert #pragma once when rewriting a header file.
Fariborz Jahanian
2008-01-18
1
-7
/
+34
*
Typo.
Fariborz Jahanian
2008-01-16
1
-1
/
+1
*
Added support for rewriting of continue/break statements inside ObjC2's forea...
Fariborz Jahanian
2008-01-15
1
-6
/
+86
*
Record if a compound literal expression is @ file scope. This allows us to im...
Steve Naroff
2008-01-14
1
-3
/
+3
*
Avoid redefinition of __objcFastEnumerationState
Fariborz Jahanian
2008-01-10
1
-1
/
+4
*
Put return type of synthesize method on same line as method declaration, spac...
Fariborz Jahanian
2008-01-10
1
-2
/
+2
*
Allow messaging expression as foreach's collection expression.
Fariborz Jahanian
2008-01-10
1
-6
/
+16
*
Type-cast RHS of assignment to prevent warning compiling rewritten foreach code.
Fariborz Jahanian
2008-01-09
1
-5
/
+11
*
Fixed a bug whereby a parethesized collection expression was not being rewrit...
Fariborz Jahanian
2008-01-09
1
-1
/
+1
*
Typo fixed.
Fariborz Jahanian
2008-01-09
1
-1
/
+1
*
Patch to rewrite ObjC2's foreach-stmt.
Fariborz Jahanian
2008-01-08
1
-24
/
+150
*
Patch to start rewriting of ObjC2's foreach statement (work in progress).
Fariborz Jahanian
2008-01-07
1
-0
/
+39
*
Substituted all instances of the string "Objc" for "ObjC". This fixes
Ted Kremenek
2008-01-07
1
-188
/
+188
*
Compute the proper sourcerange for an CompoundLiteralExpr.
Chris Lattner
2008-01-02
1
-2
/
+4
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
1
-2
/
+2
*
remove use of alloca.
Chris Lattner
2007-12-23
1
-8
/
+9
*
Unbreak mingw build
Anton Korobeynikov
2007-12-23
1
-0
/
+1
*
Interned MainFileID within SourceManager. Since SourceManager is referenced by
Ted Kremenek
2007-12-19
1
-3
/
+3
*
Soften the macro rewrite error to a warning (and change the text).
Steve Naroff
2007-12-19
1
-32
/
+16
*
Emit errors when attempting to rewrite ObjC expressions that originate from a...
Steve Naroff
2007-12-19
1
-7
/
+63
*
Refactoring work. ObjcQualifiedIdType is now derived from 'Type'.
Fariborz Jahanian
2007-12-18
1
-7
/
+16
*
Patch to implemented objective-c's dynamic object pointer qualified with
Fariborz Jahanian
2007-12-17
1
-6
/
+23
*
Also fixed similar regression for class methods, as well as more indentations.
Fariborz Jahanian
2007-12-17
1
-4
/
+7
*
Fixed a regression caused by refactoring of some meta-data generation routine...
Fariborz Jahanian
2007-12-17
1
-15
/
+18
*
- Remove getInstanceMethods/getClassMethods API on ObjcInterfaceDecl, ObjcPro...
Steve Naroff
2007-12-14
1
-54
/
+52
*
TargetInfo no longer includes a reference to SourceManager.
Ted Kremenek
2007-12-12
1
-2
/
+1
*
more cleanups changing things like getInstanceVariables to iterators.
Chris Lattner
2007-12-12
1
-15
/
+20
*
resolve some fixmes and clean up some code by eliminating the get*Vars apis t...
Chris Lattner
2007-12-12
1
-66
/
+51
*
80-column please.
Fariborz Jahanian
2007-12-11
1
-2
/
+5
*
Implemented rewriting of protocol-qualified global variable types.
Fariborz Jahanian
2007-12-11
1
-19
/
+48
*
Mega-patch: ripped SourceManager out of Diagnostic/DiagnosticClient. Now
Ted Kremenek
2007-12-11
1
-3
/
+4
*
Refactor Rewritetest::RewriteObjcQualifiedInterfaceTypes in preparation for more
Fariborz Jahanian
2007-12-11
1
-10
/
+13
*
Omit the field name when including the super class structure template.
Steve Naroff
2007-12-07
1
-4
/
+10
*
Implemented when static typing is combined with protocols and use as receiver
Fariborz Jahanian
2007-12-07
1
-0
/
+4
*
Patch for rewriting of @protocol.
Fariborz Jahanian
2007-12-07
1
-4
/
+52
*
Rewrite 'super' within a class method. This required some minor tweaks to the...
Steve Naroff
2007-12-07
1
-14
/
+79
[prev]
[next]