summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] Fix PR32896, PR33058: detect initializer lists in modernize-use-...upstream/release_40Jakub Kuderski2017-05-222-1/+36
* Merging r294690:Tom Stellard2017-05-191-1/+1
* RelaseNotes: tweaksHans Wennborg2017-02-241-23/+2
* ReleaseNotes: drop in-progress warningHans Wennborg2017-02-241-9/+3
* Docs: drop minor versionHans Wennborg2017-02-081-2/+2
* Remove dead doxygen linkHans Wennborg2017-02-081-19/+0
* Merging r291892:Hans Wennborg2017-01-232-0/+12
* ReleaseNotes: remove 'if you're reading on trunk' warningHans Wennborg2017-01-121-5/+0
* Creating release_40 branch off revision 291814Hans Wennborg2017-01-120-0/+0
* [clang-tidy] Fix check for trivially copyable types in modernize-pass-by-valueMalcolm Parsons2017-01-125-4/+24
* Correctly classify main file includes if there is a prefix addedAlexander Kornienko2017-01-122-1/+85
* [find-all-symbols] Index partial template specializations.Haojian Wu2017-01-112-4/+36
* Improve include fixer's ranking by taking the paths into account.Manuel Klimek2017-01-116-22/+66
* Only launch asynchronously if threading is enabled.Manuel Klimek2017-01-111-1/+6
* [include-fixer] Load symbol index asynchronously.Benjamin Kramer2017-01-095-41/+52
* Reapply "Fix for shared_ptrification in Clang"David Blaikie2017-01-062-3/+4
* Revert "Fix for shared_ptrification in Clang"David Blaikie2017-01-062-4/+3
* Fixes for Clang API changeDavid Blaikie2017-01-062-21/+16
* Fix for shared_ptrification in ClangDavid Blaikie2017-01-052-3/+4
* [clang-tidy] Ignore default arguments in modernize-default-member-initMalcolm Parsons2017-01-042-1/+7
* [clang-move] Support moving type alias declarations.Haojian Wu2017-01-044-20/+97
* [change-namespace] get newlines around moved namespace right.Eric Liu2017-01-042-18/+54
* [clang-tidy] Add check name to YAML export (clang-tools-extra part)Alexander Kornienko2017-01-0316-178/+243
* [clang-move] Support moving enum declarations.Haojian Wu2017-01-034-15/+93
* [clang-tidy] Handle constructors in performance-unnecessary-value-paramMalcolm Parsons2017-01-035-46/+123
* [clang-move] Only move used helper declarations.Haojian Wu2017-01-0311-48/+889
* Extend documentation of how to test clang-tidy checks.James Dennett2017-01-021-1/+20
* [clang-tidy] Add delete null pointer check.Gabor Horvath2016-12-317-0/+205
* [clang-tidy] google-explicit-constructor: ignore macrosAlexander Kornienko2016-12-302-1/+11
* [clang-tidy] google-explicit-constructor: ignore template instantiationsAlexander Kornienko2016-12-302-2/+36
* [clang-tidy] Add check 'misc-string-compare'.Mads Ravn2016-12-308-0/+300
* Fix another nondeterminism in a tidy test.Gabor Horvath2016-12-301-1/+1
* [clang-tidy] google-explicit-constructor: ignore compiler-generated conversio...Alexander Kornienko2016-12-282-2/+9
* [clang-tidy] Make 2 checks register matchers for C++ only.Malcolm Parsons2016-12-272-0/+6
* [clang-tidy] Replace dead link in modernize-pass-by-value docMalcolm Parsons2016-12-271-1/+1
* Attempt to fix non-determinism in tests.Gabor Horvath2016-12-271-1/+1
* [clang-tidy] Add enum misuse check.Gabor Horvath2016-12-278-0/+526
* [clang-tidy] Remove local hasInClassInitializer matcher. NFCMalcolm Parsons2016-12-241-10/+7
* [clang-tidy] refactor ExprSequence out of use-after-move checkMarek Sokolowski2016-12-244-261/+310
* [clang-tidy] Flag implicit conversion operators.Alexander Kornienko2016-12-234-10/+78
* [change-namespace] consider namespace aliases to shorten qualified names.Eric Liu2016-12-233-0/+152
* [clang-tidy] cppcoreguidelines-slicing: display discarded state size in bytesClement Courbet2016-12-222-7/+8
* [clang-tidy] Ignore `size() == 0` in the container implementation.Alexander Kornienko2016-12-212-1/+17
* Comment out char16_t and char32_t testsMalcolm Parsons2016-12-202-14/+14
* [clang-tidy] Add modernize-use-default-member-init checkMalcolm Parsons2016-12-209-0/+906
* [change-namespace] do not fix calls to overloaded operator functions.Eric Liu2016-12-203-0/+58
* [clang-tidy] Remove duplicated check from move-constructor-initMalcolm Parsons2016-12-1710-109/+34
* [include-fixer] Desugar incomplete types.Benjamin Kramer2016-12-162-2/+6
* [clang-tidy] fix missing anchor for MPI ModulePiotr Padlewski2016-12-161-0/+5
* [clang-tidy] Do not move parameter if only DeclRefExpr occurs inside of a loopFelix Berger2016-12-162-0/+22