summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/clang-tidy
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] Extend UnnecessaryCopyInitialization check to trigger on non-con...Felix Berger2016-03-051-3/+72
* [clang-tidy] Make 'modernize-use-nullptr' check work on multiple nested impli...Haojian Wu2016-03-041-0/+15
* [clang-tidy] Improve the robustness of a test.Gabor Horvath2016-03-031-3/+2
* [clang-tidy] Do not emit warnings from misc-suspicious-semicolon when the com...Gabor Horvath2016-03-031-0/+13
* [clang-tidy] Add "clang-tidy as a clang plugin" skeleton.Benjamin Kramer2016-03-031-0/+1
* [clang-tidy] Fix an assertion failure of "SLocEntry::getExpansion()" when Inc...Haojian Wu2016-03-021-0/+16
* [clang-tidy] Make 'modernize-pass-by-value' fix work on header files.Haojian Wu2016-03-022-0/+15
* [clang-tidy] Fix an assertion failure in `modernize-use-nullptr` check.Haojian Wu2016-02-261-0/+12
* [clang-tidy] Fix a crash issue when clang-tidy runs with compilation database.Haojian Wu2016-02-262-0/+56
* Add a new check, readability-redundant-string-init, that checks unnecessary s...Alexander Kornienko2016-02-251-0/+86
* Revert r261814, "check-clang-tools: Introduce the feature target-headers", co...NAKAMURA Takumi2016-02-252-2/+0
* [clang-tidy] Adding headers needed in modernize-deprecated-headers testsAlexander Kornienko2016-02-2528-2/+2
* check-clang-tools: Introduce the feature "target-headers".NAKAMURA Takumi2016-02-252-0/+2
* [clang-tidy] introduce modernize-deprecated-headers checkAlexander Kornienko2016-02-242-0/+310
* [clang-tidy] Added a check for forward declaration in the potentially wrong n...Alexander Kornienko2016-02-241-0/+163
* Add a new check, cert-env33-c, that diagnoses uses of system(), popen(), and ...Aaron Ballman2016-02-221-0/+20
* Add a new check, cert-flp30-c, that diagnoses loop induction expressions of f...Aaron Ballman2016-02-191-0/+19
* [clang-tidy] Match the type against the get() method we are calling,Samuel Benzaquen2016-02-171-0/+15
* [clang-tidy] Fix an assert failure in `modernize-loop-convert`.Haojian Wu2016-02-161-0/+18
* [clang-tidy] Fix an assert failure of ForStmt in `readability-braces-around-s...Haojian Wu2016-02-161-2/+7
* [clang-tidy] ClangTidy check to flag uninitialized builtin and pointer fields.Felix Berger2016-02-152-0/+178
* [clang-tidy] Only invoke ForRangeCopyCheck on expensive-to-copy types.Felix Berger2016-02-151-0/+25
* [clang-tidy] Add check performance-faster-string-findSamuel Benzaquen2016-02-121-0/+110
* Reapply r260096.Aaron Ballman2016-02-121-5/+40
* [clang-tidy] improve misc-misplaced-widening-cast so it also detects portabil...Daniel Marjamaki2016-02-121-1/+1
* [clang-tidy] google-runtime-int: fix a false positive in implicit code.Alexander Kornienko2016-02-111-0/+7
* Merge branch 'arcpatch-D16922'Cong Liu2016-02-111-0/+44
* [clang-tidy] Fix an assert failure in 'readability-braces-around-statements' ...Haojian Wu2016-02-111-0/+7
* [clang-tidy] Add a check to find unintended semicolons that changes the seman...Gabor Horvath2016-02-111-0/+117
* [clang-tidy] Add -target in misc-misplaced-widening-cast test so it will work...Daniel Marjamaki2016-02-091-1/+1
* [clang-tidy] Add 'misc-misplaced-widening-cast' check.Daniel Marjamaki2016-02-091-0/+63
* [clang-tidy] Make readability-container-size-empty work with inline namespace...Gabor Horvath2016-02-091-2/+17
* [clang-tidy] Fix assertion failure on `at` function in modernize-loop-convert.Haojian Wu2016-02-082-0/+9
* Reverting r260096; it causes build bot failures:Aaron Ballman2016-02-081-40/+5
* Expand the simplify boolean expression check to handle implicit conversion of...Aaron Ballman2016-02-081-5/+40
* [clang-tidy] Move incorrect-roundings to upstream.Haojian Wu2016-02-081-0/+86
* [clang-tidy] More friendly warning in "google-runtime-references" when meetin...Haojian Wu2016-02-041-2/+2
* [clang-tidy] Fix a crash issue on misc-virtual-near-miss check.Haojian Wu2016-02-031-0/+6
* [clang-tidy] bug fix: Don't warn on partial template specialization in `misc-...Haojian Wu2016-02-031-0/+25
* [clang-tidy] Removed unnecessary parameters in the testAlexander Kornienko2016-02-021-1/+1
* [clang-tidy] Add non-constant references in function parameters check.Alexander Kornienko2016-02-021-0/+139
* Add a new check, readability-redundant-control-flow, that check for some form...Aaron Ballman2016-02-011-0/+222
* test/clang-tidy/performance-for-range-copy.cpp: Appease for targeting ms mode.NAKAMURA Takumi2016-01-301-1/+1
* [clang-tidy] ForRangeCopyCheck that warns on and fixes unnecessary copies of ...Alexander Kornienko2016-01-292-0/+262
* Fixed function params comparison. Updated docs and tests.Alexander Kornienko2016-01-291-0/+7
* [clang-tidy] Fix style issues. NFCAlexander Kornienko2016-01-291-0/+0
* [clang-tidy] Move implicit-cast-in-loop check to upstream.Alexander Kornienko2016-01-291-0/+161
* Fix crashing on user-defined conversion.Alexander Kornienko2016-01-261-0/+1
* Add support to the misc-assert-side-effect check for MSVC-style assert macros...Aaron Ballman2016-01-251-1/+10
* [clang-tidy] Handle decayed types and other improvements in VirtualNearMiss c...Gabor Horvath2016-01-221-2/+12
OpenPOWER on IntegriCloud