summaryrefslogtreecommitdiff
path: root/include/clang/Edit/EditedSource.h
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove trailing spaceFangrui Song2018-07-301-1/+1
* [Edit, Rewrite] Fix some Clang-tidy modernize and Include What You Use warnin...Eugene Zelenko2018-03-271-14/+22
* [clang] Fix format specifiers fixits for nested macrosAlexander Shaposhnikov2017-06-201-4/+15
* [clang] Fix format specifiers fixitsAlexander Shaposhnikov2017-06-081-3/+5
* [ARCMigrate] When applying changes from remap files, disable the 'adjustRemov...Argyrios Kyrtzidis2017-04-281-1/+1
* [Edit] Fix issue with tracking what macro argument inputs have been edited.Argyrios Kyrtzidis2015-09-111-2/+14
* [Edit] Use StringRef's copy method. No functional change intended.Benjamin Kramer2015-08-041-5/+1
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-1/+1
* [C++11] Use 'nullptr'Craig Topper2014-05-061-1/+1
* [objcmt] Revert r191796, it's not needed anymore.Argyrios Kyrtzidis2014-04-281-8/+1
* [cleanup] Stop specifying size overrides for BumpPtrAllocators.Chandler Carruth2014-03-271-1/+1
* ObjectiveC migrator: When doing migration, migrator must suggestFariborz Jahanian2013-10-011-1/+8
* Sort #include lines for all files under include/...Chandler Carruth2012-12-041-1/+1
* Refactor recording the preprocessor conditional directive regions out ofArgyrios Kyrtzidis2012-12-041-4/+6
* Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie2012-03-111-1/+1
* Just use memcpy directly, uninitialized_copy requires an <algorithm> include.Benjamin Kramer2012-03-061-1/+1
* Add new code migrator support for migrating existing Objective-C code to useTed Kremenek2012-03-061-0/+87