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
/
ARCMigrate
/
TransUnbridgedCasts.cpp
Age
Commit message (
Expand
)
Author
2013-03-07
Add a hasExternalLinkage helper. No functionality change.
Rafael Espindola
2013-02-14
[arcmt] Make sure the function has an associated parameter for the argument
Argyrios Kyrtzidis
2013-01-03
[arcmt] Rewrite uses of Block_copy/Block_release macros.
Argyrios Kyrtzidis
2012-12-01
Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't ...
Benjamin Kramer
2012-11-14
s/tranform/transform/
Benjamin Kramer
2012-07-04
Drop the ASTContext.h include from DeclFriend.h and DeclTemplate.h.
Benjamin Kramer
2012-06-07
Insert a space if necessary when suggesting CFBridgingRetain/Release.
Jordan Rose
2012-06-07
[arcmt] At an unbridged cast error, if we're returning a load-of-ivar from a ...
Argyrios Kyrtzidis
2012-06-01
[arcmt] Use CFBridgingRetain/CFBridgingRelease instead of __bridge_retained/_...
Argyrios Kyrtzidis
2012-02-05
Basic: import SmallString<> into clang namespace
Dylan Noblesmith
2012-02-05
Basic: import OwningPtr<> into clang namespace
Dylan Noblesmith
2012-02-04
Move a method from IdentifierTable.h out of line and remove the SmallString i...
Benjamin Kramer
2012-01-31
arc migrator: twik previous patch to exclude user provided
Fariborz Jahanian
2012-01-31
arc migrator: Do not attempt to migrate to bridge casts which
Fariborz Jahanian
2011-11-06
Change the AST representation of operations on Objective-C
John McCall
2011-09-27
When 'bool' is not a built-in type but is defined as a macro, print
Douglas Gregor
2011-09-14
[arcmt] Use __bridge_retained when passing an objc object to a CF parameter
Argyrios Kyrtzidis
2011-09-10
Rename the ARC cast kinds to start with "ARC".
John McCall
2011-09-09
Give conversions of block pointers to ObjC pointers a different cast kind
John McCall
2011-07-27
[arcmt] More automatic transformations and safety improvements; rdar://9615812 :
Argyrios Kyrtzidis
2011-07-23
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-14
[arcmt] Don't remove retains/releases on a global variable, flag them with er...
Argyrios Kyrtzidis
2011-06-21
[arcmt] Break apart Transforms.cpp.
Argyrios Kyrtzidis