summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/misc/MiscTidyModule.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] New checker for redundant expressions.Etienne Bergeron2016-04-261-0/+3
* A clang-tidy check for std:accumulate.Alexander Kornienko2016-04-261-0/+3
* [clang-tidy] New checker to detect suspicious string constructor.Etienne Bergeron2016-04-211-0/+3
* [clang-tidy] Add new checker for comparison with runtime string functions.Etienne Bergeron2016-04-211-0/+3
* Initial version of misc-unused-using-decl check.Daniel Jasper2016-04-191-0/+3
* [clang-tidy] Add new checker for suspicious sizeof expressionsEtienne Bergeron2016-04-151-0/+3
* [clang-tidy] Add checker for operations between integrals and pointersEtienne Bergeron2016-04-151-0/+3
* [clang-tidy] Add check misc-multiple-statement-macroSamuel Benzaquen2016-04-141-0/+3
* [clang-tidy] add new checker for string literal with NUL character.Etienne Bergeron2016-04-071-0/+3
* [clang-tidy] Add a new checker to detect missing comma in initializer list.Etienne Bergeron2016-03-311-0/+3
* [clang-tidy] Add check to detect dangling references in value handlers.Samuel Benzaquen2016-03-291-0/+3
* [clang-tidy] Added a check for forward declaration in the potentially wrong n...Alexander Kornienko2016-02-241-0/+3
* [clang-tidy] Add a check to find unintended semicolons that changes the seman...Gabor Horvath2016-02-111-0/+3
* [clang-tidy] Add 'misc-misplaced-widening-cast' check.Daniel Marjamaki2016-02-091-0/+3
* [clang-tidy] Move incorrect-roundings to upstream.Haojian Wu2016-02-081-0/+3
* Support virtual-near-miss check.Alexander Kornienko2016-01-131-0/+3
* [clang-tidy] Add non-inline function definition and variable definition check...Alexander Kornienko2016-01-081-0/+3
* [clang-tidy] Check for suspicious string assignments.Gabor Horvath2015-12-151-0/+3
* [clang-tidy] Const std::move() argument ClangTidy checkAlexander Kornienko2015-11-251-0/+3
* Add a new checker that tests whether a throw expression throws by value, and ...Aaron Ballman2015-10-091-0/+3
* Adding a checker (misc-non-copyable-objects) that detects situations where a ...Aaron Ballman2015-09-301-2/+4
* Adding a checker (misc-new-delete-overloads) that detects mismatched overload...Aaron Ballman2015-09-291-0/+3
* [clang-tidy] Add misc-sizeof-container check to find sizeof() uses on stlAlexander Kornienko2015-09-101-0/+3
* [clang-tidy] Move misc-use-override and readability-shrink-to-fit to "moderni...Alexander Kornienko2015-08-311-2/+0
* Add a new clang-tidy check (misc-move-constructor-init) that diagnoses move c...Aaron Ballman2015-08-201-0/+3
* Add misc-unused-alias-decls check that currently finds unused namespaceDaniel Jasper2015-07-311-0/+3
* Initial version of clang-tidy check to find and fix unused parameters.Daniel Jasper2015-07-201-0/+3
* clang-tidy: Add checker that warn when macro argument with side effects is re...Daniel Marjamaki2015-06-171-0/+3
* clang-tidy: Add checker that warns about missing parentheses in macrosDaniel Marjamaki2015-06-161-0/+3
* [clang-tidy] Renamed misc-noexcept-move-ctors to misc-noexcept-move-constructorAlexander Kornienko2015-05-271-3/+3
* Add a clang-tidy check for move constructors/assignment ops without noexcept.Alexander Kornienko2015-05-221-0/+3
* [clang-tidy] Refactor: Rename clang-tidy misc check files and classes to foll...Alexander Kornienko2015-03-091-7/+7
* [clang-tidy] Refactor: Move misc clang-tidy checks to namespace clang::tidy::...Alexander Kornienko2015-03-021-1/+4
* [clang-tidy] Assert related checkersAlexander Kornienko2015-03-021-0/+6
* [clang-tidy] Checker for inaccurate use of erase() method.Gabor Horvath2015-02-101-0/+3
* Verify assign operator signatures.Samuel Benzaquen2015-02-091-0/+3
* [clang-tidy] Checker for inefficient use of algorithms on associative containersGabor Horvath2015-02-071-0/+3
* [cleanup] Re-sort the #include lines with llvm/utils/sort_includes.pyChandler Carruth2015-01-141-1/+1
* [clang-tidy] Add clang-tidy check for unique_ptr's reset+release -> moveAlexander Kornienko2014-12-051-0/+3
* [clang-tidy] Bring order to check registration.Alexander Kornienko2014-10-261-11/+0
* [clang-tidy] Move some of the misc checks to readability/Alexander Kornienko2014-10-151-6/+9
* [clang-tidy] Add check misc-braces-around-statements.Alexander Kornienko2014-10-021-0/+3
* [clang-tidy] Add a checker for long functions.Benjamin Kramer2014-09-151-0/+2
* Unique-ptrify ClangTidyCheckFactories. Add a more convenient alternative toAlexander Kornienko2014-09-101-21/+11
* [clang-tidy] Add a checker for code that looks like a delegate constructors b...Benjamin Kramer2014-07-311-0/+4
* Reapply r213647 with a fix.Benjamin Kramer2014-07-231-0/+4
* Revert r213647; the added test triggers an assertion.Richard Smith2014-07-231-4/+0
* [clang-tidy] Add a check for RAII temporaries.Benjamin Kramer2014-07-221-0/+4
* [clang-tidy] Add a checker for swapped arguments.Benjamin Kramer2014-07-141-0/+4
* [clang-tidy] Add a checker for implicit bool conversion of a bool*.Benjamin Kramer2014-07-111-0/+4
OpenPOWER on IntegriCloud