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-03-30
the big refactoring bits of PR3782.
Rafael Espindola
2010-03-16
Let SourceManager::getBufferData return StringRef instead of a pair of two co...
Benjamin Kramer
2010-03-16
Give SourceManager a Diagnostic object with which to report errors,
Douglas Gregor
2010-03-15
Introduce a new BufferResult class to act as the return type of
Douglas Gregor
2010-03-11
Add tentative support for accessing local variables with
Fariborz Jahanian
2010-03-10
Change the 'super' messaging API in the rewriter.
Fariborz Jahanian
2010-03-04
Patch to get around a rewriter bug rewriting storage class
Fariborz Jahanian
2010-03-04
Fixes a bug whereby static const block var has static
Fariborz Jahanian
2010-03-02
Cast a pointer to 'long long' to satisfy all compilation models.
Fariborz Jahanian
2010-03-01
More rewriter of nested blocks fun stuff.
Fariborz Jahanian
2010-02-26
Prevent rewriter crash when variable type is missing.
Fariborz Jahanian
2010-02-26
Minor cleanup of the rewriter.
Fariborz Jahanian
2010-02-26
Removed some unused code in rewriter.
Fariborz Jahanian
2010-02-26
Fix rewriting of byref variables in nested blocks.
Fariborz Jahanian
2010-02-26
Rewriting of imported variable from outer
Fariborz Jahanian
2010-02-26
Support rewriting of property synthesis with retain/copy
Fariborz Jahanian
2010-02-24
Implement nasty rewriting of nested blocks when inner
Fariborz Jahanian
2010-02-24
Fix rewriting of a method when return type is
Fariborz Jahanian
2010-02-23
Fixes a rewriting of qualified-id type which exposed a bigger
Fariborz Jahanian
2010-02-22
Fixes a rewriting of byref variable when its initializer is
Fariborz Jahanian
2010-02-21
Eliminate the default arguments to ASTContext::getFunctionType(),
Douglas Gregor
2010-02-19
Revert: "Change InitListExpr to allocate the array for holding references"
Ted Kremenek
2010-02-19
Change InitListExpr to allocate the array for holding references
Ted Kremenek
2010-02-19
Patch removes IVars list from ObjCInterfaceDecl and
Fariborz Jahanian
2010-02-18
__typeof should be able to handle block pointer types when
Fariborz Jahanian
2010-02-16
Minor rewriter cleanup and a test for a block rewriting bug.
Fariborz Jahanian
2010-02-16
Fix rewriter bug when function call inside block with block parameter
Fariborz Jahanian
2010-02-15
Fix a broken rewritin of @implementation keyword.
Fariborz Jahanian
2010-02-14
Pass StringRefs to InsertText/ReplaceText in RewriteObjC and remove a ton of ...
Benjamin Kramer
2010-02-12
Fixes a rewriter bug rewriting function decl.
Fariborz Jahanian
2010-02-11
Fixes a rewriting bug where order of constructor expression arguments did not...
Fariborz Jahanian
2010-02-11
Allocate the SubExprs array in ObjCMessageExpr using the allocator associated...
Ted Kremenek
2010-02-11
Eliminate a bunch of unnecessary ASTContexts from members functions of
Douglas Gregor
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
[next]