aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-05-22[clang-tidy] Fix PR32896, PR33058: detect initializer lists in modernize-use-...release_40Jakub Kuderski
2017-05-19Merging r294690:Tom Stellard
2017-02-24RelaseNotes: tweaksHans Wennborg
2017-02-24ReleaseNotes: drop in-progress warningHans Wennborg
2017-02-08Docs: drop minor versionHans Wennborg
2017-02-08Remove dead doxygen linkHans Wennborg
2017-01-23Merging r291892:Hans Wennborg
2017-01-12ReleaseNotes: remove 'if you're reading on trunk' warningHans Wennborg
2017-01-12Creating release_40 branch off revision 291814Hans Wennborg
2017-01-12[clang-tidy] Fix check for trivially copyable types in modernize-pass-by-valueMalcolm Parsons
2017-01-12Correctly classify main file includes if there is a prefix addedAlexander Kornienko
2017-01-11[find-all-symbols] Index partial template specializations.Haojian Wu
2017-01-11Improve include fixer's ranking by taking the paths into account.Manuel Klimek
2017-01-11Only launch asynchronously if threading is enabled.Manuel Klimek
2017-01-09[include-fixer] Load symbol index asynchronously.Benjamin Kramer
2017-01-06Reapply "Fix for shared_ptrification in Clang"David Blaikie
2017-01-06Revert "Fix for shared_ptrification in Clang"David Blaikie
2017-01-06Fixes for Clang API changeDavid Blaikie
2017-01-05Fix for shared_ptrification in ClangDavid Blaikie
2017-01-04[clang-tidy] Ignore default arguments in modernize-default-member-initMalcolm Parsons
2017-01-04[clang-move] Support moving type alias declarations.Haojian Wu
2017-01-04[change-namespace] get newlines around moved namespace right.Eric Liu
2017-01-03[clang-tidy] Add check name to YAML export (clang-tools-extra part)Alexander Kornienko
2017-01-03[clang-move] Support moving enum declarations.Haojian Wu
2017-01-03[clang-tidy] Handle constructors in performance-unnecessary-value-paramMalcolm Parsons
2017-01-03[clang-move] Only move used helper declarations.Haojian Wu
2017-01-02Extend documentation of how to test clang-tidy checks.James Dennett
2016-12-31[clang-tidy] Add delete null pointer check.Gabor Horvath
2016-12-30[clang-tidy] google-explicit-constructor: ignore macrosAlexander Kornienko
2016-12-30[clang-tidy] google-explicit-constructor: ignore template instantiationsAlexander Kornienko
2016-12-30[clang-tidy] Add check 'misc-string-compare'.Mads Ravn
2016-12-30Fix another nondeterminism in a tidy test.Gabor Horvath
2016-12-28[clang-tidy] google-explicit-constructor: ignore compiler-generated conversio...Alexander Kornienko
2016-12-27[clang-tidy] Make 2 checks register matchers for C++ only.Malcolm Parsons
2016-12-27[clang-tidy] Replace dead link in modernize-pass-by-value docMalcolm Parsons
2016-12-27Attempt to fix non-determinism in tests.Gabor Horvath
2016-12-27[clang-tidy] Add enum misuse check.Gabor Horvath
2016-12-24[clang-tidy] Remove local hasInClassInitializer matcher. NFCMalcolm Parsons
2016-12-24[clang-tidy] refactor ExprSequence out of use-after-move checkMarek Sokolowski
2016-12-23[clang-tidy] Flag implicit conversion operators.Alexander Kornienko
2016-12-23[change-namespace] consider namespace aliases to shorten qualified names.Eric Liu
2016-12-22[clang-tidy] cppcoreguidelines-slicing: display discarded state size in bytesClement Courbet
2016-12-21[clang-tidy] Ignore `size() == 0` in the container implementation.Alexander Kornienko
2016-12-20Comment out char16_t and char32_t testsMalcolm Parsons
2016-12-20[clang-tidy] Add modernize-use-default-member-init checkMalcolm Parsons
2016-12-20[change-namespace] do not fix calls to overloaded operator functions.Eric Liu
2016-12-17[clang-tidy] Remove duplicated check from move-constructor-initMalcolm Parsons
2016-12-16[include-fixer] Desugar incomplete types.Benjamin Kramer
2016-12-16[clang-tidy] fix missing anchor for MPI ModulePiotr Padlewski
2016-12-16[clang-tidy] Do not move parameter if only DeclRefExpr occurs inside of a loopFelix Berger