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
Age
Commit message (
Expand
)
Author
2013-04-06
[objcmt] Fix a mishandled conversion to objc directory literal.
Argyrios Kyrtzidis
2013-02-20
Include llvm::Optional in clang/Basic/LLVM.h
David Blaikie
2013-02-14
Remove an unneeded const_cast
Dmitri Gribenko
2013-02-08
Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h.
Jordan Rose
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
2013-01-12
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2012-12-21
EditedSource.cpp: Appease msvc, to add <cctype>.
NAKAMURA Takumi
2012-12-20
Use some heuristics so that when a fixit removes a source range, we try
Argyrios Kyrtzidis
2012-12-04
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
Refactor recording the preprocessor conditional directive regions out of
Argyrios Kyrtzidis
2012-08-31
Change the representation of builtin functions in the AST
Eli Friedman
2012-07-27
clang/lib: [CMake] Update tblgen'd dependencies.
NAKAMURA Takumi
2012-07-27
clang/lib: [CMake] Reformat, alphabetize lists.
NAKAMURA Takumi
2012-07-16
Add libEdit dependency on ClangDiagnosticCommon. Hopefully this will unbreak...
Ted Kremenek
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-27
Fix uninitialized variable use bug found by the clairvoyant static analyzer.
Argyrios Kyrtzidis
2012-06-21
Remove a goofy CMake hack and use the standard CMake facilities to
Chandler Carruth
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