summaryrefslogtreecommitdiffstats
path: root/clang/lib/Edit/EditedSource.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-3/+3
* PR37189 Fix incorrect end source location and spelling for a split '>>' token.Richard Smith2018-04-301-3/+5
* [Edit, Rewrite] Fix some Clang-tidy modernize and Include What You Use warnin...Eugene Zelenko2018-03-271-1/+12
* [clang] Fix format specifiers fixits for nested macrosAlexander Shaposhnikov2017-06-201-11/+16
* [clang] Fix format specifiers fixitsAlexander Shaposhnikov2017-06-081-18/+19
* [ARCMigrate] When applying changes from remap files, disable the 'adjustRemov...Argyrios Kyrtzidis2017-04-281-5/+9
* Replace double negation of !FileID.isInvalid() with FileID.isValid().Yaron Keren2015-10-031-1/+1
* [Edit] Fix issue with tracking what macro argument inputs have been edited.Argyrios Kyrtzidis2015-09-111-14/+66
* [edit] Don't hit an assert when trying to delete a trailing space at EOFBenjamin Kramer2015-03-291-1/+3
* Remove many superfluous SmallString::str() calls.Yaron Keren2015-03-181-3/+3
* 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