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
/
TransGCAttrs.cpp
Age
Commit message (
Expand
)
Author
2013-02-18
Replace TypeLoc llvm::cast support to be well-defined.
David Blaikie
2012-07-04
Drop the ASTContext.h include from DeclFriend.h and DeclTemplate.h.
Benjamin Kramer
2012-05-01
Remove ref/value inconsistency in redecl_iterator.
David Blaikie
2012-04-30
Remove the ref/value inconsistency in filter_decl_iterator.
David Blaikie
2012-03-11
Unify naming of LangOptions variable/get function across the Clang stack (Lex...
David Blaikie
2012-03-01
Move llvm/ADT/SaveAndRestore.h -> llvm/Support/SaveAndRestore.h.
Argyrios Kyrtzidis
2012-02-27
Move "clang/Analysis/Support/SaveAndRestore.h" to "llvm/ADT/SaveAndRestore.h"
Argyrios Kyrtzidis
2012-02-25
[arcmt] GC migrator: don't try to remove redundant __strong, it does
Argyrios Kyrtzidis
2012-02-05
Basic: import SmallString<> into clang namespace
Dylan Noblesmith
2012-02-04
Move a method from IdentifierTable.h out of line and remove the SmallString i...
Benjamin Kramer
2011-11-28
[arcmt] Integrate GC __weak into property attributes even when we don't have
Argyrios Kyrtzidis
2011-11-28
[arcmt] Don't add __weak if there is already a GC __weak and make sure to clear
Argyrios Kyrtzidis
2011-11-08
[arcmt] When we already removed a __weak, don't try to change it to __unsafe_...
Argyrios Kyrtzidis
2011-11-07
[arcmt] In GC, handle (assign) @properties.
Argyrios Kyrtzidis
2011-11-07
[arcmt] Map property decls to their GC attributes.
Argyrios Kyrtzidis
2011-11-07
[arcmt] In GC, change '__weak' -> '__unsafe_unretained' when applied
Argyrios Kyrtzidis
2011-11-06
[arcmt] In GC, error for __strong/__weak on non-objc pointers.
Argyrios Kyrtzidis
2011-11-06
[arcmt] In GC, clear redundant __strong's.
Argyrios Kyrtzidis
2011-11-06
[arcmt] Collect all the places where GC attributes __strong/__weak occur.
Argyrios Kyrtzidis