summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra
Commit message (Expand)AuthorAgeFilesLines
* Add 'let' to the help message.Samuel Benzaquen2015-02-271-4/+8
* [clang-tidy] Various improvements in misc-use-overrideAlexander Kornienko2015-02-274-42/+90
* Fixed canonical path function.John Thompson2015-02-262-2/+21
* Update for clang r230512David Majnemer2015-02-251-1/+1
* [clang-tidy] Use the new ArrayRef<FixItHint> inserter.Alexander Kornienko2015-02-251-8/+5
* [clang-tidy] Correct spelling error in test file name. NFC.Alexander Kornienko2015-02-251-0/+0
* [clang-tidy] Correct confusion between overwrite and override. NFC.Alexander Kornienko2015-02-251-5/+5
* [clang-tidy] Fixed a false positive case in misc-inaccurate-erase checker.Gabor Horvath2015-02-252-4/+14
* Revert "Adapt clang-tools-extra to clang module format changes."Adrian Prantl2015-02-2515-71/+50
* Revert "Add a missing target requirement."Adrian Prantl2015-02-251-1/+1
* Add a missing target requirement.Adrian Prantl2015-02-251-1/+1
* Adapt clang-tools-extra to clang module format changes.Adrian Prantl2015-02-2515-50/+71
* Revert "Add clangCodeGen.a to the tools that need it after the clang module"Adrian Prantl2015-02-243-9/+5
* Fix typo s/bitcodewriter/bitwriterAdrian Prantl2015-02-241-1/+1
* Add clangCodeGen.a to the tools that need it after the clang moduleAdrian Prantl2015-02-243-5/+9
* Fixed script name in the clang-tidy documentation.Alexander Kornienko2015-02-231-4/+4
* Revert "Adapt Makefile dependencies for the clang module format change in r23...Adrian Prantl2015-02-2114-76/+33
* Adapt Makefile dependencies for the clang module format change in r230089.Adrian Prantl2015-02-2014-33/+76
* Deleted module-map-checker, as it's been folded into modularize.John Thompson2015-02-2027-998/+1
* Remove carriage returns.Nick Lewycky2015-02-201-5/+5
* Added module map coverage support, extracted from module-map-checker.John Thompson2015-02-1927-12/+852
* Pruned some unneeded code and comments.John Thompson2015-02-192-8/+4
* Fixed missing checkins.John Thompson2015-02-182-0/+18
* Added support for extracting headers from module maps as a source for the hea...John Thompson2015-02-186-17/+325
* Temporary hack to avoid false errors. Real fix comming.John Thompson2015-02-181-0/+3
* Updated file comment on modularize usage, as it was out-of-date.John Thompson2015-02-181-3/+23
* [clang-tidy] Fixed two wrong fix-it cases in misc-inefficient-algorithm checker.Gabor Horvath2015-02-172-5/+59
* Add canonical path conversion function and use it so paths are consistent.John Thompson2015-02-173-2/+28
* Fix broken logic for include in block check.John Thompson2015-02-131-1/+1
* Moved header list loading to new class. This is staging for adding module map...John Thompson2015-02-134-93/+218
* Re-sort includes using the LLVM utils/sort_includes.py script.Chandler Carruth2015-02-132-7/+4
* Modularize.cpp: Simplify. Vector may be aware of ranged-for.NAKAMURA Takumi2015-02-131-6/+5
* Modularize.cpp: Prune CRLFs.NAKAMURA Takumi2015-02-131-4/+4
* clang-tools-extra/test/modularize/NoProblemsList.modularize: Unbreak test.NAKAMURA Takumi2015-02-131-1/+1
* [clang-tidy] Fixed a false positive case in misc-inefficient-algorithm checker.Gabor Horvath2015-02-122-2/+6
* Fix broken test in separate build tree.John Thompson2015-02-121-1/+1
* Added support for multiple header list files, as a precursor for when we need...John Thompson2015-02-123-10/+17
* Fixed incorrect header inclusion tracking resulting in false error reports.John Thompson2015-02-121-1/+4
* Add clang-tidy check google-global-names-in-headers.Samuel Benzaquen2015-02-115-0/+137
* Added -block-check-header-list-only option. This is a work-around for privat...John Thompson2015-02-115-7/+61
* Centralize canonical path conversion.John Thompson2015-02-111-4/+9
* Fixed module-map-checker to recurse umbrella dirs when collecting headers.John Thompson2015-02-101-2/+5
* Renamed module.map to module.modulemap (modularize).John Thompson2015-02-102-8/+9
* Renamed module.map to module.modulemap.John Thompson2015-02-107-35/+35
* The -I option needs a space, apparently, from the actual implementation.John Thompson2015-02-101-1/+1
* [clang-tidy] Checker for inaccurate use of erase() method.Gabor Horvath2015-02-105-0/+171
* Verify assign operator signatures.Samuel Benzaquen2015-02-095-0/+158
* [clang-tidy] Checker for inefficient use of algorithms on associative containersGabor Horvath2015-02-075-0/+240
* [clang-tidy] Don't ignore default set of checks when a config file is found.Alexander Kornienko2015-02-052-8/+7
* [clang-tidy] Detect dependent initializer_lists in google-explicit-constructor.Alexander Kornienko2015-02-052-12/+48
OpenPOWER on IntegriCloud