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
/
Edit
/
RewriteObjCFoundationAPI.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement OpenCL event_t as Clang builtin type, including event_t related Ope...
Guy Benyei
2013-01-20
1
-0
/
+1
*
[objcmt] Rewrite a NSDictionary dictionaryWithObjects:forKeys: to a dictionar...
Argyrios Kyrtzidis
2013-01-16
1
-4
/
+158
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-3
/
+3
*
Change the representation of builtin functions in the AST
Eli Friedman
2012-08-31
1
-0
/
+1
*
[objcmt] Check for classes that accept 'objectForKey:' (or the other selectors
Argyrios Kyrtzidis
2012-07-06
1
-5
/
+70
*
[objcmt] Allow migrating to subscripting syntax for other classes
Argyrios Kyrtzidis
2012-07-05
1
-15
/
+25
*
Drop the ASTContext.h include from Stmt.h and fix up transitive users.
Benjamin Kramer
2012-07-04
1
-0
/
+1
*
[objcmt] Have the modern objc migration warning change from:
Argyrios Kyrtzidis
2012-06-20
1
-2
/
+3
*
[objcmt] When checking whether the subscripting methods are declared use
Argyrios Kyrtzidis
2012-06-19
1
-4
/
+4
*
[objcmt] When in ARC mode, also convert "[[.. alloc] init]" messages to liter...
Argyrios Kyrtzidis
2012-06-06
1
-9
/
+27
*
[objcmt] Don't migrate to subscripting syntax if the required methods have not
Argyrios Kyrtzidis
2012-06-04
1
-11
/
+40
*
[objcmt] Warn when modern objc migrator does not convert a NSNumber message b...
Argyrios Kyrtzidis
2012-05-24
1
-1
/
+7
*
[objcmt] Don't add redundant parentheses when migrating subscripting of an ivar.
Argyrios Kyrtzidis
2012-05-22
1
-0
/
+2
*
[objcmt] Accept char arrays for rewriting to @() syntax.
Argyrios Kyrtzidis
2012-05-16
1
-2
/
+4
*
[objcmt] When using NSNumber numberWithInteger:/numberWithUnsignedInteger: be
Argyrios Kyrtzidis
2012-05-15
1
-1
/
+9
*
[objcmt] Rewrite messages to NSString's stringWithUTF8String:/stringWithCString:
Argyrios Kyrtzidis
2012-05-15
1
-1
/
+70
*
[objcmt] Rewrite [NSNumber numberWith*] messages to the new @() boxing syntax.
Argyrios Kyrtzidis
2012-05-15
1
-13
/
+141
*
[objcmt] When rewriting to subscripting syntax, make sure we put
Argyrios Kyrtzidis
2012-05-14
1
-2
/
+26
*
[objcmt] When rewriting to array/dictionary literals, add an explicit
Argyrios Kyrtzidis
2012-05-14
1
-0
/
+63
*
Remove unused-but-set variable.
Benjamin Kramer
2012-03-13
1
-5
/
+3
*
Unify naming of LangOptions variable/get function across the Clang stack (Lex...
David Blaikie
2012-03-11
1
-1
/
+1
*
Add new code migrator support for migrating existing Objective-C code to use
Ted Kremenek
2012-03-06
1
-0
/
+589