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