index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Frontend
/
RewriteObjC.cpp
Age
Commit message (
Expand
)
Author
2010-02-10
Patch to rewrite blocks into unique api names.
Fariborz Jahanian
2010-02-10
Provide rewriting suppport for use of __typeof__
Fariborz Jahanian
2010-02-10
Comment out category's property decls. in rewrite.
Fariborz Jahanian
2010-02-05
Add guard in RewriteObjC::HandleTopLevelSingleDecl() to not do
Ted Kremenek
2010-02-05
Fixes a minor rewriter bug messaging inside a function call.
Fariborz Jahanian
2010-02-05
Some clean up of replacement text API no longer needed by
Fariborz Jahanian
2010-02-05
Fix a nested ivar reference rewriting bug.
Fariborz Jahanian
2010-02-04
Fix rewriting of 'const' __block variables in
Fariborz Jahanian
2010-02-03
Fix more rewriting of protocol-quialified 'id' type.
Fariborz Jahanian
2010-02-02
Fix up rewriting of protocol qualified types in objc rewriter.
Fariborz Jahanian
2010-01-29
Fixes rewriter bug rewriting byref related API where a struct
Fariborz Jahanian
2010-01-28
Fixes a rewrite bug rewriting nested ivars reference.
Fariborz Jahanian
2010-01-26
Added assert to the rewrite.
Fariborz Jahanian
2010-01-26
Refix rewriting of an ivar access when it is
Fariborz Jahanian
2010-01-26
Fix a regression caused by my rewriting of cast of ivar
Fariborz Jahanian
2010-01-25
Fixes a rewriting bug of access ivar of a variable cast
Fariborz Jahanian
2010-01-21
Patch to implement rewriting of properties.
Fariborz Jahanian
2010-01-20
Use the llvm coding convention for indentation for switch.
Mike Stump
2010-01-19
The type of a compound literal expression is not necessarily the same as the
John McCall
2010-01-19
Rewriteing of gnu extension __typeof in objective-c rewriter.
Fariborz Jahanian
2010-01-18
Preserve type source information in compound literal expressions.
John McCall
2010-01-16
Fix a rewriting crash and correct rewriting of __block
Fariborz Jahanian
2010-01-15
define __weak to null in rewritten source for
Fariborz Jahanian
2010-01-15
Preserve type source information in explicit cast expressions.
John McCall
2010-01-15
Do not do the block-specific rewrite when there is no block literals.
Fariborz Jahanian
2010-01-14
Patch to avoid duplicate declaration of byref structs
Fariborz Jahanian
2010-01-14
Fix a bug in rewrite whereby functions using blocks put extern "C" in wrong p...
Fariborz Jahanian
2010-01-12
Improve on objective-c pointer recognition
Fariborz Jahanian
2010-01-12
Fix rewriting of MacOS sjlj based eh.
Fariborz Jahanian
2010-01-11
Fix rewriting for forward class declaration.
Fariborz Jahanian
2010-01-11
Fixup rewrite of ivars accessed via an explicit object
Fariborz Jahanian
2010-01-10
Silence MSVC warning.
Benjamin Kramer
2010-01-09
revert 91891, a workaround for PR5514.
Chris Lattner
2010-01-08
clang ObjC rewriter: generated code used in "for (x in y)" loop uses
Fariborz Jahanian
2010-01-07
Fixes a bug where we were rewriting two definitions of
Fariborz Jahanian
2010-01-07
Fixes a bug in my last patch (related to radar 7490331).
Fariborz Jahanian
2010-01-07
Avoid error when convering a pointer to integer in
Fariborz Jahanian
2010-01-07
Fix rewriting of ivars. Fixes radar 7490331.
Fariborz Jahanian
2010-01-07
Fix typo: rename Rewriter::getRewritenText() -> Rewriter::getRewrittenText().
Ted Kremenek
2010-01-07
Change ObjCContainerDecl to contain the entire range for the '@end'
Ted Kremenek
2010-01-05
Fixed a bug where initializer is a macro in rewrite.
Fariborz Jahanian
2010-01-05
API support for __block variables which are also __weak.
Fariborz Jahanian
2010-01-05
Minor clean up.
Fariborz Jahanian
2010-01-05
Remove bogus "C" from preamble block decls.
Steve Naroff
2010-01-05
More rewriting of __block APIs. wip.
Fariborz Jahanian
2010-01-05
More rewriting of __block objective-c pointer variables. wip.
Fariborz Jahanian
2010-01-04
More rewriting of __block declared objective-c/block pointers.
Fariborz Jahanian
2009-12-30
When rewriting a __block declaration, use a suitable API to get location of
Fariborz Jahanian
2009-12-23
More cleanup/refactoring of the rewrite.
Fariborz Jahanian
2009-12-23
Some cleanup and refactoring of rewriter.
Fariborz Jahanian
[prev]
[next]