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