summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy
Commit message (Expand)AuthorAgeFilesLines
...
* [clang-tidy] Adjust location of namespace comment diagnosticIlya Biryukov2019-07-171-1/+8
* [clang-tidy] initial version of readability-convert-member-functions-to-staticMatthias Gehre2019-07-164-0/+213
* Simplify with llvm::is_contained. NFCFangrui Song2019-07-133-8/+4
* Enhance abseil-faster-strsplit-delimiter to handle other non-printable charac...Dmitri Gribenko2019-07-091-8/+16
* [clang-tidy] new check: bugprone-posix-returnDmitri Gribenko2019-07-034-0/+116
* [clang-tidy] Extend TransformerClangTidyCheck to support adding includes.Yitzhak Mandelbaum2019-07-022-0/+27
* Fixed two issues in clang-tidy -help.Alexander Kornienko2019-07-011-2/+2
* [clang-tidy] Fix NDEBUG build [NFC]Mikael Holmen2019-06-271-0/+2
* [clang-tidy] Generalize TransformerClangTidyCheck to take a rule generator.Yitzhak Mandelbaum2019-06-262-12/+46
* [clang-tidy] misc-unused-parameters: don't comment out parameter name for C codeMatthias Gehre2019-06-211-4/+9
* [clang-tidy] Split fuchsia-default-argumentsJulie Hockett2019-06-187-74/+140
* [clang-tidy] Make ClangTidyCheck::OptionsView public.Yitzhak Mandelbaum2019-06-131-7/+7
* [clang-tidy] Made abseil-faster-strsplit-delimiter tests pass on C++17Dmitri Gribenko2019-06-131-18/+9
* [clang-tidy] Fixed abseil-time-subtraction to work on C++17Dmitri Gribenko2019-06-131-16/+35
* [clang-tidy] Made abseil-upgrade-duration-conversions tests pass on c++17Dmitri Gribenko2019-06-131-8/+16
* [clang-tidy] Fixed abseil-duration-unnecessary-conversion tests for c++17Dmitri Gribenko2019-06-131-3/+2
* Fixed a crash in misc-redundant-expression ClangTidy checkerDmitri Gribenko2019-06-121-10/+16
* [clang-tidy] Fix invalid read on destructionNikolai Kosjar2019-06-111-19/+23
* [clang-tidy] Fix typo in bugprone-string-constructor.Clement Courbet2019-06-111-1/+1
* Fixed google-readability-casting test to work in c++17Dmitri Gribenko2019-06-111-7/+15
* [clang-tidy] Another attempt to fix misc-redundant-expression check.Haojian Wu2019-06-061-5/+6
* [clang-tidy] Make the plugin honor NOLINTNikolai Kosjar2019-06-063-18/+112
* [clang-tidy] Fix an assertion failure in misc-redundant-expression.Haojian Wu2019-06-061-1/+1
* android: add a close-on-exec check on pipe()George Burgess IV2019-06-064-0/+74
* android: add a close-on-exec check on pipe2()George Burgess IV2019-06-064-0/+70
* [clang-tidy] Fix make-unique check to work in C++17 mode.Haojian Wu2019-06-031-3/+12
* Revise the google-objc-global-variable-declaration check to match the style g...Stephane Moore2019-05-311-8/+14
* Rollback "Revise the google-objc-global-variable-declaration check to match t...Stephane Moore2019-05-291-14/+8
* Revise the google-objc-global-variable-declaration check to match the style g...Stephane Moore2019-05-291-8/+14
* [clang-tidy] Fix description for misc-definitions-in-headers.Haojian Wu2019-05-281-3/+6
* [clang-tidy] Fix null pointer dereference in readability-identifier-namingHaojian Wu2019-05-281-4/+5
* [clang-tidy] Fix unused-variable warning after r361647.Haojian Wu2019-05-271-6/+7
* DeleteNullPointerCheck now deletes until the end brace of the condition.Mads Ravn2019-05-261-3/+6
* Rename clangToolingRefactor to clangToolingRefactoring for consistency with i...Nico Weber2019-05-251-1/+1
* [clang-tidy] In TransformerClangTidyCheck, require Explanation field.Yitzhak Mandelbaum2019-05-242-11/+24
* [clang-tidy] Add option "LiteralInitializers" to cppcoreguidelines-pro-type-m...Matthias Gehre2019-05-242-2/+59
* [clang-tidy]: Add cert-oop54-cpp alias for bugprone-unhandled-self-assignmentTamas Zolnai2019-05-234-25/+49
* [clang-tidy] New check calling out uses of +new in Objective-C codeDmitri Gribenko2019-05-234-0/+172
* Remove unnecessary const&s; NFCGeorge Burgess IV2019-05-233-3/+3
* [clang-tidy] Add support for writing a check as a Transformer rewrite rule.Yitzhak Mandelbaum2019-05-223-0/+114
* [clang-tidy] remove default header-filter for run-clang-tidyDon Hinton2019-05-221-3/+0
* [clang-tidy] New option for misc-throw-by-value-catch-by-referenceAdam Balogh2019-05-212-2/+18
* [clang-tidy] Sort this list alphabeticallyTamas Zolnai2019-05-201-2/+2
* [clangd] Respect clang-tidy suppression commentsFangrui Song2019-05-192-11/+44
* [Lex] Allow to consume tokens while preprocessingIlya Biryukov2019-05-171-1/+3
* [clang-tidy] Removed superfluous and slightly annoying newlines in run-clang-...Jonas Toth2019-05-161-2/+2
* [clang-tidy] Handle member variables in readability-simplify-boolean-exprJonas Toth2019-05-161-18/+17
* [clang-tidy] Do not list enabled checks when -quiet is given to run-clang-tidy.Jonas Toth2019-05-161-1/+6
* [clang-tidy] Recommit r360785 "modernize-loop-convert: impl const cast iter" ...Don Hinton2019-05-151-5/+0
* Revert [clang-tidy] modernize-loop-convert: impl const cast iterDon Hinton2019-05-151-0/+5
OpenPOWER on IntegriCloud