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
/
Rewrite
/
RewriteObjC.cpp
Age
Commit message (
Expand
)
Author
2012-09-01
Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.
Ted Kremenek
2012-08-24
Push ArrayRef through the Expr hierarchy.
Benjamin Kramer
2012-08-16
Store SourceManager pointer on PrintingPolicy in the case where we're dumping,
Richard Smith
2012-06-28
objective-c rewriter: refactoring of rewriting of
Fariborz Jahanian
2012-06-10
PR13064: Store whether an in-class initializer uses direct or copy
Richard Smith
2012-06-06
Revert Decl's iterators back to pointer value_type rather than reference valu...
David Blaikie
2012-06-02
Fix typos found by http://github.com/lyda/misspell-check
Benjamin Kramer
2012-04-30
Remove the ref/value inconsistency in filter_decl_iterator.
David Blaikie
2012-03-27
Remove few if-then-else when both branches are the
Fariborz Jahanian
2012-03-11
Unify naming of LangOptions variable/get function across the Clang stack (Lex...
David Blaikie
2012-03-10
Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr to
John McCall
2012-02-12
Fix the rewriter that broke with r149987.
Argyrios Kyrtzidis
2012-02-07
objc rewriter: start supporting modern objective-c abi
Fariborz Jahanian
2012-01-12
Add IsImplicit field in ObjCMessageExpr that is true when the message
Argyrios Kyrtzidis
2012-01-06
Fix uninitialized variable warning.
Chad Rosier
2012-01-02
Fix canonicalization of protocol-qualified types
Douglas Gregor
2012-01-01
Eliminate ObjCForwardProtocolDecl, which is redundant now that
Douglas Gregor
2012-01-01
Move the data that corresponds to the definition of a protocol into a
Douglas Gregor
2012-01-01
Use declaresSameEntity() when comparing ObjCProtocolDecls, and
Douglas Gregor
2011-12-27
Eliminate ObjCClassDecl, which is redundant now that ObjCInterfaceDecl
Douglas Gregor
2011-12-21
objc, objc rewriter. Fixes couple of bugs one
Fariborz Jahanian
2011-12-15
Move ObjCInterfaceDecl's "EndLoc" into DefinitionData, since it only
Douglas Gregor
2011-12-15
Keep track of all declarations of an Objective-C class (both forward
Douglas Gregor
2011-12-15
Replace all comparisons between ObjCInterfaceDecl pointers with calls
Douglas Gregor
2011-12-08
More refactoring of objective-C rewriter.
Fariborz Jahanian
2011-12-05
More refactoring of objc rewriter.
Fariborz Jahanian
2011-12-05
More objc rewriter refactoring.
Fariborz Jahanian
2011-12-05
Some early refactoring of objective-c rewriter.
Fariborz Jahanian
2011-11-18
Change ASTConsumer::HandleTopLevelDecl to return true for the parser to continue
Argyrios Kyrtzidis
2011-11-09
objc rewriter: use a more specific name for local variable used
Fariborz Jahanian
2011-11-06
Change the AST representation of operations on Objective-C
John McCall
2011-10-25
Restore r142914 and r142915, now with missing file and apparent
John McCall
2011-10-25
Revert r142914 and r142915, due to possibly missing file.
NAKAMURA Takumi
2011-10-25
Introduce a placeholder type for "pseudo object"
John McCall
2011-10-11
objc rewriter: Restore objc_msgSend_stret/objc_msgSendSuper_stret declaration
Fariborz Jahanian
2011-10-07
objc rewriter. Fix declaration of objc_msgSend_stret/objc_msgSendSuper_stret.
Fariborz Jahanian
2011-10-07
Rename TagDecl::isDefinition -> isCompleteDefinition
John McCall
2011-10-04
Improve location fidelity of objc decls.
Argyrios Kyrtzidis
2011-10-03
ArrayRef'ize ObjCMessageExpr
Argyrios Kyrtzidis
2011-09-27
When 'bool' is not a built-in type but is defined as a macro, print
Douglas Gregor
2011-09-25
Rename Diagnostic to DiagnosticsEngine as per issue 5397
David Blaikie
2011-09-23
Switch assert(0/false) llvm_unreachable.
David Blaikie
2011-09-19
Rename SourceLocation::getFileLocWithOffset -> getLocWithOffset.
Argyrios Kyrtzidis
2011-09-17
Rename LangOptions::Microsoft to LangOptions::MicrosoftExt to make it clear t...
Francois Pichet
2011-09-10
objc rewriter - more fixes to support compiling the rewritten
Fariborz Jahanian
2011-09-09
objc rewriter - Add rewriter test for new instancetype
Fariborz Jahanian
2011-09-09
Give conversions of block pointers to ObjC pointers a different cast kind
John McCall
2011-08-29
Fix a rewriter bug caused by recent changes in objc's
Fariborz Jahanian
2011-08-27
objective-c: Treat top-level objective-c declarations
Fariborz Jahanian
2011-08-04
objc rewriter: Fixes a rewriting of implicit casting of an integral
Fariborz Jahanian
[next]