summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] Add FixItHint for performance-noexcept-move-constructorZinovy Nis2019-08-041-0/+67
* [clang-tidy]: Google: new check 'google-upgrade-googletest-case'Eric Fiselier2019-07-295-0/+1157
* [clang-tidy] Add a module for the Linux kernel.Tom Roeder2019-07-251-0/+43
* [clang-tidy] Exclude forward decls from fuchsia-multiple-inheritanceJulie Hockett2019-07-171-0/+3
* [clang-tidy] Fix crash on end location inside macroNathan Huckleberry2019-07-171-0/+14
* [clang-tidy] Adjust location of namespace comment diagnosticIlya Biryukov2019-07-173-6/+6
* [clang-tidy] initial version of readability-convert-member-functions-to-staticMatthias Gehre2019-07-161-0/+218
* [test] Delete trailing spaces from YAML tests after D65566/r365869Fangrui Song2019-07-121-3/+3
* Enhance abseil-faster-strsplit-delimiter to handle other non-printable charac...Dmitri Gribenko2019-07-091-0/+25
* A test commit following 'Obtaining Commit Access' (https://llvm.org/docs/Deve...Jian Cai2019-07-081-1/+1
* [clang-tidy] new check: bugprone-posix-returnDmitri Gribenko2019-07-031-0/+127
* [NFC] Marking test added in r363975 as unsupported on Windows.Douglas Yung2019-06-221-0/+2
* [clang-tidy] misc-unused-parameters: don't comment out parameter name for C codeMatthias Gehre2019-06-211-1/+1
* Quote path to Python executable in case it has spacesReid Kleckner2019-06-211-3/+13
* [clang-tidy] Move test files of rL363975 into Inputs directoryKadir Cetinkaya2019-06-212-1/+1
* [clang-tidy] Fail gracefully upon empty database fieldsSerge Guelton2019-06-202-0/+7
* Fix more tests after r363749Aaron Puchert2019-06-191-0/+14
* [clang-tidy] Split fuchsia-default-argumentsJulie Hockett2019-06-182-31/+44
* [clang-tidy] Made abseil-faster-strsplit-delimiter tests pass on C++17Dmitri Gribenko2019-06-131-1/+1
* [clang-tidy] Fixed abseil-time-subtraction to work on C++17Dmitri Gribenko2019-06-131-1/+1
* [clang-tidy] Made abseil-upgrade-duration-conversions tests pass on c++17Dmitri Gribenko2019-06-131-1/+1
* [clang-tidy] Fixed abseil-duration-unnecessary-conversion tests for c++17Dmitri Gribenko2019-06-131-2/+1
* Fixed a crash in misc-redundant-expression ClangTidy checkerDmitri Gribenko2019-06-121-1/+15
* [clang-tidy] Fix typo in bugprone-string-constructor.Clement Courbet2019-06-111-3/+3
* Fixed google-readability-casting test to work in c++17Dmitri Gribenko2019-06-111-1/+1
* [clang-tidy] Make the plugin honor NOLINTNikolai Kosjar2019-06-063-0/+99
* [clang-tidy] Fix an assertion failure in misc-redundant-expression.Haojian Wu2019-06-061-0/+12
* [clang-tidy] Fix make-unique tests on C++2a.Haojian Wu2019-06-063-70/+114
* android: add a close-on-exec check on pipe()George Burgess IV2019-06-061-0/+27
* android: add a close-on-exec check on pipe2()George Burgess IV2019-06-061-0/+68
* [clang-tidy] Fix make-unique check to work in C++17 mode.Haojian Wu2019-06-031-6/+6
* Revise the google-objc-global-variable-declaration check to match the style g...Stephane Moore2019-05-311-3/+20
* Rollback "Revise the google-objc-global-variable-declaration check to match t...Stephane Moore2019-05-291-17/+3
* Revise the google-objc-global-variable-declaration check to match the style g...Stephane Moore2019-05-291-3/+17
* [OpenMP] Set pragma start loc to `#pragma` locJoel E. Denny2019-05-281-10/+10
* [clang-tidy] Fix description for misc-definitions-in-headers.Haojian Wu2019-05-281-0/+1
* [clang-tidy] Verify fix description for misc-unused-using-decl.Haojian Wu2019-05-281-0/+1
* [clang-tidy] Fix null pointer dereference in readability-identifier-namingHaojian Wu2019-05-281-0/+5
* DeleteNullPointerCheck now deletes until the end brace of the condition.Mads Ravn2019-05-261-0/+9
* Make cppcoreguidelines-pro-type-member-init-use-assignment.cpp pass on platfo...Dmitri Gribenko2019-05-241-1/+1
* Made cppcoreguidelines-pro-type-member-init-use-assignment run in all languag...Dmitri Gribenko2019-05-241-1/+1
* [clang-tidy] Add option "LiteralInitializers" to cppcoreguidelines-pro-type-m...Matthias Gehre2019-05-241-0/+40
* [clang-tidy]: Add cert-oop54-cpp alias for bugprone-unhandled-self-assignmentTamas Zolnai2019-05-232-0/+57
* [clang-tidy] New check calling out uses of +new in Objective-C codeDmitri Gribenko2019-05-231-0/+80
* Disable the modernize-use-trailing-return-type.cpp test in C++2a modeDmitri Gribenko2019-05-201-1/+3
* Run ClangTidy tests in all C++ language modesDmitri Gribenko2019-05-20141-210/+282
* [clang-tidy] Handle member variables in readability-simplify-boolean-exprJonas Toth2019-05-161-0/+356
* [clang-tidy] Recommit r360785 "modernize-loop-convert: impl const cast iter" ...Don Hinton2019-05-152-8/+22
* Revert [clang-tidy] modernize-loop-convert: impl const cast iterDon Hinton2019-05-152-22/+8
* [clang-tidy] modernize-loop-convert: impl const cast iterDon Hinton2019-05-152-8/+22
OpenPOWER on IntegriCloud