summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra
Commit message (Expand)AuthorAgeFilesLines
* [clang-move] don't miss ',' in json output when there are duplicate elements.Eric Liu2016-12-031-10/+8
* [clang-tidy] Do not trigger unnecessary-value-param check on methods marked a...Felix Berger2016-12-022-1/+20
* [clang-move] some tweaks.Haojian Wu2016-12-022-71/+61
* Fix a buildbot failure in include-fixer.Eric Liu2016-12-021-7/+4
* Add a blank line to make sphinx happy.Malcolm Parsons2016-12-011-0/+1
* [change-namespace] don't generate replacements for files that don't match fil...Eric Liu2016-12-013-6/+42
* [clang-tidy] Rename modernize-use-default to modernize-use-equals-defaultMalcolm Parsons2016-12-0112-47/+65
* [clang-tidy] Make format style customizableJonas Devlieghere2016-11-304-12/+24
* [include-fixer] Don't skip repeated lookups in plugin mode.Benjamin Kramer2016-11-302-2/+9
* Fix some Clang-tidy modernize-use-default and Include What You Use warnings; ...Eugene Zelenko2016-11-296-19/+77
* [include-fixer] Don't eat one token too many when replacing a block of includes.Benjamin Kramer2016-11-292-3/+4
* [change-namespace] fix non-calling function references.Eric Liu2016-11-293-15/+70
* [include-fixer] Don't interfere with typo correction if we found nothing.Benjamin Kramer2016-11-282-6/+6
* ClangMoveTests.cpp: Fix a bogus comparison of iterator.NAKAMURA Takumi2016-11-281-1/+2
* [clang-move] Enable dump all declarations in old header.Haojian Wu2016-11-244-135/+279
* [clang-rename] Add test case for r287758.Benjamin Kramer2016-11-231-0/+9
* [clang-rename] Fix non-functional offset check.Benjamin Kramer2016-11-231-7/+6
* [clang-move] Add some options allowing to add old/new.h to new/old.h respecti...Haojian Wu2016-11-234-13/+129
* [clang-rename] Prune away AST nodes more correctly and effectively when looki...Benjamin Kramer2016-11-222-11/+15
* clang-tidy: improve my test for readability-redundant-declarationDaniel Marjamaki2016-11-211-2/+2
* clang-tidy: Attempt to fix build bot failure with mismatching size_t platform...Daniel Marjamaki2016-11-211-1/+1
* [include-fixer plugin] Make the plugin emit proper fixits in case multiple er...Benjamin Kramer2016-11-213-17/+42
* readability-redundant-declaration: Fix crashDaniel Marjamaki2016-11-212-0/+9
* [clang-move] Fix not moving using-decls in global namespace in old.ccHaojian Wu2016-11-183-11/+27
* [include-fixer] Add a test for the full round trip through libclang and the p...Benjamin Kramer2016-11-171-0/+10
* [include-fixer] Refactor include fixer to be usable as a pluginBenjamin Kramer2016-11-175-245/+451
* [docs] Remove doubled spacesMalcolm Parsons2016-11-1715-57/+57
* [clang-tidy] Ignore template instantiations in modernize-use-equals-delete checkMalcolm Parsons2016-11-172-0/+27
* [clang-tidy] Changes to modernize-use-default checkMalcolm Parsons2016-11-173-24/+71
* [clang-tidy] Fix identifier naming for initializer list member initializers.Eric Fiselier2016-11-162-0/+42
* [change-namespace] handle constructor initializer: Derived : Base::Base() {} ...Eric Liu2016-11-164-24/+152
* [clang-tidy] New check to prefer transparent functors to non-transparent ones.Gabor Horvath2016-11-168-0/+324
* [clang-move] Support moving function.Haojian Wu2016-11-164-11/+124
* [clang-tidy] Handle template instantiations in modenize-use-default checkMalcolm Parsons2016-11-162-0/+21
* [clang-tidy] Change readability-redundant-member-init to get base type from c...Malcolm Parsons2016-11-152-1/+19
* [clang-move] Make the output code look more pretty.Haojian Wu2016-11-152-8/+95
* [change-namespace] consider typedef/using alias decls in the moved namespace.Eric Liu2016-11-142-7/+90
* [clang-move] Fix an incorrect range for the functions whose returned value is...Haojian Wu2016-11-142-2/+20
* [clang-move] Abstract a ClassMather for matching class declarations.Haojian Wu2016-11-142-50/+95
* Handle adding new nested namespace in old namespace.Eric Liu2016-11-102-11/+60
* [change-namespace] dyn_cast -> cast.Eric Liu2016-11-101-3/+3
* [clang-tidy] Add modernize-use-equals-delete checkMalcolm Parsons2016-11-109-2/+289
* [clang-tidy] Add missing meta refresh for cert-msc30-c doc. NFCMalcolm Parsons2016-11-101-0/+2
* Fix -Wdocumentation warningSimon Pilgrim2016-11-101-1/+1
* [clang-move] Support template class.Haojian Wu2016-11-104-11/+150
* [clang-tidy] Do not issue fix for functions that are referenced outside of ca...Felix Berger2016-11-102-3/+33
* [clang-tidy docs] Minor formatting changes.Alexander Kornienko2016-11-091-12/+13
* [clang-tidy docs] Recommend using add_new_check.py moreAlexander Kornienko2016-11-091-34/+48
* Fix grammarPhilipp Stephani2016-11-091-2/+2
* [change-namespace] shorten namespace qualifier based on UsingDecl and UsingDi...Eric Liu2016-11-083-117/+476
OpenPOWER on IntegriCloud