summaryrefslogtreecommitdiffstats
path: root/clang/lib/Edit/EditedSource.cpp
Commit message (Expand)AuthorAgeFilesLines
* Edit: Do not extend a removal to include trailing whitespace if we're at the endBenjamin Kramer2014-09-151-0/+6
* [C++11] Use 'nullptr'.Craig Topper2014-05-091-1/+1
* Avoid a local Twine variable.Benjamin Kramer2014-03-291-4/+2
* [objcmt] Fix a mishandled conversion to objc directory literal.Argyrios Kyrtzidis2013-04-061-0/+2
* Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h.Jordan Rose2013-02-081-9/+5
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-121-3/+3
* EditedSource.cpp: Appease msvc, to add <cctype>.NAKAMURA Takumi2012-12-211-0/+1
* Use some heuristics so that when a fixit removes a source range, we tryArgyrios Kyrtzidis2012-12-201-3/+72
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-1/+1
* [objcmt] When rewriting to array/dictionary literals, add an explicitArgyrios Kyrtzidis2012-05-141-1/+4
* Add new code migrator support for migrating existing Objective-C code to useTed Kremenek2012-03-061-0/+329
OpenPOWER on IntegriCloud