summaryrefslogtreecommitdiffstats
path: root/include/clang/Edit
Commit message (Expand)AuthorAgeFilesLines
* [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
* [NFC] Header cleanupMehdi Amini2016-07-181-1/+0
* Roll-back r250822.Angel Garcia Gomez2015-10-201-1/+1
* Apply modernize-use-default to clang.Angel Garcia Gomez2015-10-201-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-042-11/+1
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-225-5/+5
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-225-5/+5
* [C++11] Use 'nullptr'Craig Topper2014-05-062-5/+5
* [objcmt] Revert r191796, it's not needed anymore.Argyrios Kyrtzidis2014-04-282-11/+3
* [cleanup] Stop specifying size overrides for BumpPtrAllocators.Chandler Carruth2014-03-271-1/+1
* [C++11] Simplify compare operators with std::tie.Benjamin Kramer2014-03-031-8/+4
* ObjectiveC migrator: When doing migration, migrator must suggestFariborz Jahanian2013-10-012-3/+11
* ObjectiveC migrator: Remove semicolon after the typedefFariborz Jahanian2013-07-181-11/+0
* ObjectiveC migration. migration to NS_ENUM/SN_OPTIONFariborz Jahanian2013-07-181-0/+6
* ObjC migrator: build conforming interfaceFariborz Jahanian2013-07-161-0/+6
* [Objective-C migrator] replace candidate user setter/getter withFariborz Jahanian2013-07-081-0/+9
* [objc migrator]: More knobs to do migration toFariborz Jahanian2013-07-051-0/+5
* Use SmallVectorImpl instead of SmallVector for iterators and references to av...Craig Topper2013-07-041-1/+1
* [objcmt] Rewrite a NSDictionary dictionaryWithObjects:forKeys: to a dictionar...Argyrios Kyrtzidis2013-01-161-1/+3
* Sort #include lines for all files under include/...Chandler Carruth2012-12-042-2/+2
* Refactor recording the preprocessor conditional directive regions out ofArgyrios Kyrtzidis2012-12-042-7/+9
* 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-065-0/+360