aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra
AgeCommit message (Expand)AuthorFilesLines
2017-01-12ReleaseNotes: remove 'if you're reading on trunk' warningHans Wennborg1-5/+0
2017-01-12[clang-tidy] Fix check for trivially copyable types in modernize-pass-by-valueMalcolm Parsons5-4/+24
2017-01-12Correctly classify main file includes if there is a prefix addedAlexander Kornienko2-1/+85
2017-01-11[find-all-symbols] Index partial template specializations.Haojian Wu2-4/+36
2017-01-11Improve include fixer's ranking by taking the paths into account.Manuel Klimek6-22/+66
2017-01-11Only launch asynchronously if threading is enabled.Manuel Klimek1-1/+6
2017-01-09[include-fixer] Load symbol index asynchronously.Benjamin Kramer5-41/+52
2017-01-06Reapply "Fix for shared_ptrification in Clang"David Blaikie2-3/+4
2017-01-06Revert "Fix for shared_ptrification in Clang"David Blaikie2-4/+3
2017-01-06Fixes for Clang API changeDavid Blaikie2-21/+16
2017-01-05Fix for shared_ptrification in ClangDavid Blaikie2-3/+4
2017-01-04[clang-tidy] Ignore default arguments in modernize-default-member-initMalcolm Parsons2-1/+7
2017-01-04[clang-move] Support moving type alias declarations.Haojian Wu4-20/+97
2017-01-04[change-namespace] get newlines around moved namespace right.Eric Liu2-18/+54
2017-01-03[clang-tidy] Add check name to YAML export (clang-tools-extra part)Alexander Kornienko16-178/+243
2017-01-03[clang-move] Support moving enum declarations.Haojian Wu4-15/+93
2017-01-03[clang-tidy] Handle constructors in performance-unnecessary-value-paramMalcolm Parsons5-46/+123
2017-01-03[clang-move] Only move used helper declarations.Haojian Wu11-48/+889
2017-01-02Extend documentation of how to test clang-tidy checks.James Dennett1-1/+20
2016-12-31[clang-tidy] Add delete null pointer check.Gabor Horvath7-0/+205
2016-12-30[clang-tidy] google-explicit-constructor: ignore macrosAlexander Kornienko2-1/+11
2016-12-30[clang-tidy] google-explicit-constructor: ignore template instantiationsAlexander Kornienko2-2/+36
2016-12-30[clang-tidy] Add check 'misc-string-compare'.Mads Ravn8-0/+300
2016-12-30Fix another nondeterminism in a tidy test.Gabor Horvath1-1/+1
2016-12-28[clang-tidy] google-explicit-constructor: ignore compiler-generated conversio...Alexander Kornienko2-2/+9
2016-12-27[clang-tidy] Make 2 checks register matchers for C++ only.Malcolm Parsons2-0/+6
2016-12-27[clang-tidy] Replace dead link in modernize-pass-by-value docMalcolm Parsons1-1/+1
2016-12-27Attempt to fix non-determinism in tests.Gabor Horvath1-1/+1
2016-12-27[clang-tidy] Add enum misuse check.Gabor Horvath8-0/+526
2016-12-24[clang-tidy] Remove local hasInClassInitializer matcher. NFCMalcolm Parsons1-10/+7
2016-12-24[clang-tidy] refactor ExprSequence out of use-after-move checkMarek Sokolowski4-261/+310
2016-12-23[clang-tidy] Flag implicit conversion operators.Alexander Kornienko4-10/+78
2016-12-23[change-namespace] consider namespace aliases to shorten qualified names.Eric Liu3-0/+152
2016-12-22[clang-tidy] cppcoreguidelines-slicing: display discarded state size in bytesClement Courbet2-7/+8
2016-12-21[clang-tidy] Ignore `size() == 0` in the container implementation.Alexander Kornienko2-1/+17
2016-12-20Comment out char16_t and char32_t testsMalcolm Parsons2-14/+14
2016-12-20[clang-tidy] Add modernize-use-default-member-init checkMalcolm Parsons9-0/+906
2016-12-20[change-namespace] do not fix calls to overloaded operator functions.Eric Liu3-0/+58
2016-12-17[clang-tidy] Remove duplicated check from move-constructor-initMalcolm Parsons10-109/+34
2016-12-16[include-fixer] Desugar incomplete types.Benjamin Kramer2-2/+6
2016-12-16[clang-tidy] fix missing anchor for MPI ModulePiotr Padlewski1-0/+5
2016-12-16[clang-tidy] Do not move parameter if only DeclRefExpr occurs inside of a loopFelix Berger2-0/+22
2016-12-15[change-namespace] fix a case references to templated using alias are qualifi...Eric Liu2-4/+18
2016-12-15[change-namespace] handling templated type aliases correctly.Eric Liu2-16/+114
2016-12-15[clang-tidy] Enhance modernize-use-auto to templated function castsMalcolm Parsons5-10/+241
2016-12-14[change-namespace] don't crash when type reference is in function type parame...Eric Liu2-15/+44
2016-12-14Deleted unused typedefPiotr Padlewski1-1/+0
2016-12-14modernize-use-auto NFC fixesPiotr Padlewski31-117/+72
2016-12-14Replace APFloatBase static fltSemantics data members with getter functionsStephan Bergmann1-2/+2
2016-12-14[clang-tidy] Suggest including <cmath> if necessary in type-promotion-in-math...Justin Lebar3-10/+52