index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
ARCMigrate
/
TransGCAttrs.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[C++11] Use 'nullptr'.
Craig Topper
2014-05-07
1
-3
/
+3
*
[C++11] Replacing CXXRecordDecl iterators method_begin() and method_end() wit...
Aaron Ballman
2014-03-13
1
-2
/
+1
*
[C++11] Replacing iterators redecls_begin() and redecls_end() with iterator_r...
Aaron Ballman
2014-03-06
1
-2
/
+1
*
Replace TypeLoc llvm::cast support to be well-defined.
David Blaikie
2013-02-18
1
-14
/
+14
*
Drop the ASTContext.h include from DeclFriend.h and DeclTemplate.h.
Benjamin Kramer
2012-07-04
1
-2
/
+3
*
Remove ref/value inconsistency in redecl_iterator.
David Blaikie
2012-05-01
1
-1
/
+1
*
Remove the ref/value inconsistency in filter_decl_iterator.
David Blaikie
2012-04-30
1
-1
/
+1
*
Unify naming of LangOptions variable/get function across the Clang stack (Lex...
David Blaikie
2012-03-11
1
-1
/
+1
*
Move llvm/ADT/SaveAndRestore.h -> llvm/Support/SaveAndRestore.h.
Argyrios Kyrtzidis
2012-03-01
1
-1
/
+1
*
Move "clang/Analysis/Support/SaveAndRestore.h" to "llvm/ADT/SaveAndRestore.h"
Argyrios Kyrtzidis
2012-02-27
1
-1
/
+1
*
[arcmt] GC migrator: don't try to remove redundant __strong, it does
Argyrios Kyrtzidis
2012-02-25
1
-25
/
+0
*
Basic: import SmallString<> into clang namespace
Dylan Noblesmith
2012-02-05
1
-1
/
+1
*
Move a method from IdentifierTable.h out of line and remove the SmallString i...
Benjamin Kramer
2012-02-04
1
-0
/
+1
*
[arcmt] Integrate GC __weak into property attributes even when we don't have
Argyrios Kyrtzidis
2011-11-28
1
-3
/
+7
*
[arcmt] Don't add __weak if there is already a GC __weak and make sure to clear
Argyrios Kyrtzidis
2011-11-28
1
-1
/
+2
*
[arcmt] When we already removed a __weak, don't try to change it to __unsafe_...
Argyrios Kyrtzidis
2011-11-08
1
-2
/
+5
*
[arcmt] In GC, handle (assign) @properties.
Argyrios Kyrtzidis
2011-11-07
1
-25
/
+136
*
[arcmt] Map property decls to their GC attributes.
Argyrios Kyrtzidis
2011-11-07
1
-0
/
+4
*
[arcmt] In GC, change '__weak' -> '__unsafe_unretained' when applied
Argyrios Kyrtzidis
2011-11-07
1
-1
/
+27
*
[arcmt] In GC, error for __strong/__weak on non-objc pointers.
Argyrios Kyrtzidis
2011-11-06
1
-0
/
+18
*
[arcmt] In GC, clear redundant __strong's.
Argyrios Kyrtzidis
2011-11-06
1
-8
/
+32
*
[arcmt] Collect all the places where GC attributes __strong/__weak occur.
Argyrios Kyrtzidis
2011-11-06
1
-0
/
+191