aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Edit/EditedSource.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-06-20[clang] Fix format specifiers fixits for nested macrosAlexander Shaposhnikov1-11/+16
2017-06-08[clang] Fix format specifiers fixitsAlexander Shaposhnikov1-18/+19
2017-04-28[ARCMigrate] When applying changes from remap files, disable the 'adjustRemov...Argyrios Kyrtzidis1-5/+9
2015-10-03Replace double negation of !FileID.isInvalid() with FileID.isValid().Yaron Keren1-1/+1
2015-09-11[Edit] Fix issue with tracking what macro argument inputs have been edited.Argyrios Kyrtzidis1-14/+66
2015-03-29[edit] Don't hit an assert when trying to delete a trailing space at EOFBenjamin Kramer1-1/+3
2015-03-18Remove many superfluous SmallString::str() calls.Yaron Keren1-3/+3
2014-09-15Edit: Do not extend a removal to include trailing whitespace if we're at the endBenjamin Kramer1-0/+6
2014-05-09[C++11] Use 'nullptr'.Craig Topper1-1/+1
2014-03-29Avoid a local Twine variable.Benjamin Kramer1-4/+2
2013-04-06[objcmt] Fix a mishandled conversion to objc directory literal.Argyrios Kyrtzidis1-0/+2
2013-02-08Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h.Jordan Rose1-9/+5
2013-01-12Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko1-3/+3
2012-12-21EditedSource.cpp: Appease msvc, to add <cctype>.NAKAMURA Takumi1-0/+1
2012-12-20Use some heuristics so that when a fixit removes a source range, we tryArgyrios Kyrtzidis1-3/+72
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth1-1/+1
2012-05-14[objcmt] When rewriting to array/dictionary literals, add an explicitArgyrios Kyrtzidis1-1/+4
2012-03-06Add new code migrator support for migrating existing Objective-C code to useTed Kremenek1-0/+329