Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
4f37d925927dfdd0c770702ffb22de38fc2007dc
/
lib
/
Edit
ecc271f
[objcmt] Fix a mishandled conversion to objc directory literal.
by Argyrios Kyrtzidis
· 12 years ago
dc84cd5
Include llvm::Optional in clang/Basic/LLVM.h
by David Blaikie
· 12 years ago
6530390
Remove an unneeded const_cast
by Dmitri Gribenko
· 12 years ago
3f6f51e
Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h.
by Jordan Rose
· 12 years ago
e6b9d80
Implement OpenCL event_t as Clang builtin type, including event_t related OpenCL restrictions (OpenCL 1.2 spec 6.9)
by Guy Benyei
· 12 years ago
a44b970
[objcmt] Rewrite a NSDictionary dictionaryWithObjects:forKeys: to a dictionary literal
by Argyrios Kyrtzidis
· 12 years ago
cfa88f8
Remove useless 'llvm::' qualifier from names like StringRef and others that are
by Dmitri Gribenko
· 12 years ago
f50b8f0
EditedSource.cpp: Appease msvc, to add <cctype>.
by NAKAMURA Takumi
· 12 years ago
5964df1
Use some heuristics so that when a fixit removes a source range, we try
by Argyrios Kyrtzidis
· 12 years ago
55fc873
Sort all of Clang's files under 'lib', and fix up the broken headers uncovered.
by Chandler Carruth
· 12 years ago
37ed127
Refactor recording the preprocessor conditional directive regions out of
by Argyrios Kyrtzidis
· 12 years ago
a6c66ce
Change the representation of builtin functions in the AST
by Eli Friedman
· 12 years ago
11abf2a
clang/lib: [CMake] Update tblgen'd dependencies.
by NAKAMURA Takumi
· 12 years ago
866abce
clang/lib: [CMake] Reformat, alphabetize lists.
by NAKAMURA Takumi
· 12 years ago
4e56c42
Add libEdit dependency on ClangDiagnosticCommon. Hopefully this will unbreak the VS build.
by Ted Kremenek
· 12 years ago
1838703
[objcmt] Check for classes that accept 'objectForKey:' (or the other selectors
by Argyrios Kyrtzidis
· 12 years ago
c2abbe0
[objcmt] Allow migrating to subscripting syntax for other classes
by Argyrios Kyrtzidis
· 12 years ago
478851c
Drop the ASTContext.h include from Stmt.h and fix up transitive users.
by Benjamin Kramer
· 12 years ago
af505c5
Fix uninitialized variable use bug found by the clairvoyant static analyzer.
by Argyrios Kyrtzidis
· 12 years ago
b0d8671
Remove a goofy CMake hack and use the standard CMake facilities to
by Chandler Carruth
· 12 years ago
8b9fcd7
[objcmt] Have the modern objc migration warning change from:
by Argyrios Kyrtzidis
· 12 years ago
12b732a
[objcmt] When checking whether the subscripting methods are declared use
by Argyrios Kyrtzidis
· 12 years ago
6b4db9b
[objcmt] When in ARC mode, also convert "[[.. alloc] init]" messages to literals,
by Argyrios Kyrtzidis
· 12 years ago
cacf718
[objcmt] Don't migrate to subscripting syntax if the required methods have not
by Argyrios Kyrtzidis
· 12 years ago
013a254
[objcmt] Warn when modern objc migrator does not convert a NSNumber message because it requires a cast.
by Argyrios Kyrtzidis
· 12 years ago
2bddd43
[objcmt] Don't add redundant parentheses when migrating subscripting of an ivar.
by Argyrios Kyrtzidis
· 12 years ago
0773659
[objcmt] Accept char arrays for rewriting to @() syntax.
by Argyrios Kyrtzidis
· 12 years ago
c5d33e9
[objcmt] When using NSNumber numberWithInteger:/numberWithUnsignedInteger: be
by Argyrios Kyrtzidis
· 12 years ago
7fe103c
[objcmt] Rewrite messages to NSString's stringWithUTF8String:/stringWithCString:
by Argyrios Kyrtzidis
· 12 years ago
0d578a6
[objcmt] Rewrite [NSNumber numberWith*] messages to the new @() boxing syntax.
by Argyrios Kyrtzidis
· 12 years ago
20119a8
[objcmt] When rewriting to subscripting syntax, make sure we put
by Argyrios Kyrtzidis
· 12 years ago
055b395
[objcmt] When rewriting to array/dictionary literals, add an explicit
by Argyrios Kyrtzidis
· 12 years ago
bea6c0a
Remove unused-but-set variable.
by Benjamin Kramer
· 13 years ago
4e4d084
Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST).
by David Blaikie
· 13 years ago
30660a8
Add new code migrator support for migrating existing Objective-C code to use
by Ted Kremenek
· 13 years ago