Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [C++11] Use 'nullptr'. | Craig Topper | 2014-05-09 | 1 | -1/+1 |
* | Avoid a local Twine variable. | Benjamin Kramer | 2014-03-29 | 1 | -4/+2 |
* | [objcmt] Fix a mishandled conversion to objc directory literal. | Argyrios Kyrtzidis | 2013-04-06 | 1 | -0/+2 |
* | Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h. | Jordan Rose | 2013-02-08 | 1 | -9/+5 |
* | 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 | 1 | -1/+1 |
* | [objcmt] When rewriting to array/dictionary literals, add an explicit | Argyrios Kyrtzidis | 2012-05-14 | 1 | -1/+4 |
* | Add new code migrator support for migrating existing Objective-C code to use | Ted Kremenek | 2012-03-06 | 1 | -0/+329 |