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
/
TransGCCalls.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Port getLocStart -> getBeginLoc
Stephen Kelly
2018-08-09
1
-1
/
+1
*
Get ARCMT/GC-check-warn-nsalloc.m working
Alp Toker
2014-05-19
1
-1
/
+1
*
ARCMigrate: Introduce proper diagnostics for TransformActions
Alp Toker
2014-01-26
1
-8
/
+2
*
s/tranform/transform/
Benjamin Kramer
2012-11-14
1
-1
/
+1
*
Drop the ASTContext.h include from DeclFriend.h and DeclTemplate.h.
Benjamin Kramer
2012-07-04
1
-0
/
+1
*
Remove unused private member variables found by clang's new -Wunused-private-...
Benjamin Kramer
2012-06-06
1
-5
/
+3
*
arc migrator: Provide infrastructure to add options
Fariborz Jahanian
2012-01-25
1
-3
/
+8
*
[arcmt] Collect all the places where GC attributes __strong/__weak occur.
Argyrios Kyrtzidis
2011-11-06
1
-2
/
+4
*
[arcmt] In GC, error out when there is a call that returns a pointer to
Argyrios Kyrtzidis
2011-11-04
1
-0
/
+7
*
[arcmt] In GC, error for use of CFMakeCollectable because it will leak the
Argyrios Kyrtzidis
2011-11-04
1
-5
/
+15
*
In C++ keep unavailable function calls in the AST, like in C/ObjC.
Argyrios Kyrtzidis
2011-11-04
1
-0
/
+1
*
[arcmt] In GC, transform NSMakeCollectable to CFBridgingRelease.
Argyrios Kyrtzidis
2011-11-04
1
-0
/
+59