aboutsummaryrefslogtreecommitdiff
path: root/lib/ARCMigrate/TransGCAttrs.cpp
AgeCommit message (Expand)Author
2013-02-18Replace TypeLoc llvm::cast support to be well-defined.David Blaikie
2012-07-04Drop the ASTContext.h include from DeclFriend.h and DeclTemplate.h.Benjamin Kramer
2012-05-01Remove ref/value inconsistency in redecl_iterator.David Blaikie
2012-04-30Remove the ref/value inconsistency in filter_decl_iterator.David Blaikie
2012-03-11Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie
2012-03-01Move llvm/ADT/SaveAndRestore.h -> llvm/Support/SaveAndRestore.h.Argyrios Kyrtzidis
2012-02-27Move "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 doesArgyrios Kyrtzidis
2012-02-05Basic: import SmallString<> into clang namespaceDylan Noblesmith
2012-02-04Move 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 haveArgyrios Kyrtzidis
2011-11-28[arcmt] Don't add __weak if there is already a GC __weak and make sure to clearArgyrios 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 appliedArgyrios 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