| Commit message (Expand) | Author | Age | Files | Lines |
* | [CMake] Reorder libdeps by alphabetical order. | NAKAMURA Takumi | 2014-07-14 | 1 | -1/+1 |
* | [C++11] Use 'nullptr'. | Craig Topper | 2014-05-09 | 2 | -5/+5 |
* | [objcmt] Revert r191796, it's not needed anymore. | Argyrios Kyrtzidis | 2014-04-28 | 1 | -7/+5 |
* | Avoid a local Twine variable. | Benjamin Kramer | 2014-03-29 | 1 | -4/+2 |
* | [CMake] Use LINK_LIBS instead of target_link_libraries(). | NAKAMURA Takumi | 2014-02-26 | 1 | -2/+1 |
* | [CMake] Get rid of explicit dependencies to include/clang/*.inc and introduce... | NAKAMURA Takumi | 2014-02-21 | 1 | -9/+0 |
* | Add front-end infrastructure now address space casts are in LLVM IR. | David Tweed | 2013-12-11 | 1 | -0/+1 |
* | [CMake] clang/lib: Satisfy dependencies to add *actually used* libraries on t... | NAKAMURA Takumi | 2013-12-09 | 1 | -0/+4 |
* | ObjectiveC migrator: When doing migration, migrator must suggest | Fariborz Jahanian | 2013-10-01 | 1 | -5/+7 |
* | ObjectiveC migrator: Remove semicolon after the typedef | Fariborz Jahanian | 2013-07-18 | 1 | -92/+0 |
* | ObjectiveC migration. migration to NS_ENUM/SN_OPTION | Fariborz Jahanian | 2013-07-18 | 1 | -0/+13 |
* | ObjectiveC migration: complete migrating class | Fariborz Jahanian | 2013-07-16 | 1 | -22/+22 |
* | ObjC migrator: build conforming interface | Fariborz Jahanian | 2013-07-16 | 1 | -0/+32 |
* | ObjC migrator: Improve on hueristics. | Fariborz Jahanian | 2013-07-10 | 1 | -5/+20 |
* | objc migrator: More refinment of property | Fariborz Jahanian | 2013-07-10 | 1 | -9/+9 |
* | [Objective-C migrator] replace candidate user setter/getter with | Fariborz Jahanian | 2013-07-08 | 2 | -2/+28 |
* | [objc migrator]: More knobs to do migration to | Fariborz Jahanian | 2013-07-05 | 1 | -0/+6 |
* | [objcmt] Fix a mishandled conversion to objc directory literal. | Argyrios Kyrtzidis | 2013-04-06 | 1 | -0/+2 |
* | Include llvm::Optional in clang/Basic/LLVM.h | David Blaikie | 2013-02-20 | 1 | -3/+3 |
* | Remove an unneeded const_cast | Dmitri Gribenko | 2013-02-14 | 1 | -3/+2 |
* | Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h. | Jordan Rose | 2013-02-08 | 1 | -9/+5 |
* | 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 |
* | Remove useless 'llvm::' qualifier from names like StringRef and others that are | Dmitri Gribenko | 2013-01-12 | 1 | -3/+3 |
* | EditedSource.cpp: Appease msvc, to add <cctype>. | NAKAMURA Takumi | 2012-12-21 | 1 | -0/+1 |
* | Use some heuristics so that when a fixit removes a source range, we try | Argyrios Kyrtzidis | 2012-12-20 | 1 | -3/+72 |
* | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth | 2012-12-04 | 3 | -5/+5 |
* | Refactor recording the preprocessor conditional directive regions out of | Argyrios Kyrtzidis | 2012-12-04 | 1 | -2/+2 |
* | Change the representation of builtin functions in the AST | Eli Friedman | 2012-08-31 | 1 | -0/+1 |
* | clang/lib: [CMake] Update tblgen'd dependencies. | NAKAMURA Takumi | 2012-07-27 | 1 | -0/+5 |
* | clang/lib: [CMake] Reformat, alphabetize lists. | NAKAMURA Takumi | 2012-07-27 | 1 | -1/+1 |
* | Add libEdit dependency on ClangDiagnosticCommon. Hopefully this will unbreak... | Ted Kremenek | 2012-07-16 | 1 | -0/+4 |
* | [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 |
* | Fix uninitialized variable use bug found by the clairvoyant static analyzer. | Argyrios Kyrtzidis | 2012-06-27 | 1 | -0/+1 |
* | Remove a goofy CMake hack and use the standard CMake facilities to | Chandler Carruth | 2012-06-21 | 1 | -2/+6 |
* | [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 | 2 | -1/+67 |
* | Remove unused-but-set variable. | Benjamin Kramer | 2012-03-13 | 1 | -5/+3 |