summaryrefslogtreecommitdiff
path: root/test/clang-tidy
AgeCommit message (Expand)Author
2016-03-21[clang-tidy] Fix check broken in rL263822.Samuel Benzaquen
2016-03-14[clang-tidy] Fix "Name is not a simple identifier" assertion in `modernize-lo...Haojian Wu
2016-03-11[clang-tidy] Make 'modernize-use-nullptr' check ignores NULL marcos used in o...Haojian Wu
2016-03-05[clang-tidy] Extend UnnecessaryCopyInitialization check to trigger on non-con...Felix Berger
2016-03-04[clang-tidy] Make 'modernize-use-nullptr' check work on multiple nested impli...Haojian Wu
2016-03-03[clang-tidy] Improve the robustness of a test.Gabor Horvath
2016-03-03[clang-tidy] Do not emit warnings from misc-suspicious-semicolon when the com...Gabor Horvath
2016-03-03[clang-tidy] Add "clang-tidy as a clang plugin" skeleton.Benjamin Kramer
2016-03-02[clang-tidy] Fix an assertion failure of "SLocEntry::getExpansion()" when Inc...Haojian Wu
2016-03-02[clang-tidy] Make 'modernize-pass-by-value' fix work on header files.Haojian Wu
2016-02-26[clang-tidy] Fix an assertion failure in `modernize-use-nullptr` check.Haojian Wu
2016-02-26[clang-tidy] Fix a crash issue when clang-tidy runs with compilation database.Haojian Wu
2016-02-25Add a new check, readability-redundant-string-init, that checks unnecessary s...Alexander Kornienko
2016-02-25Revert r261814, "check-clang-tools: Introduce the feature target-headers", co...NAKAMURA Takumi
2016-02-25[clang-tidy] Adding headers needed in modernize-deprecated-headers testsAlexander Kornienko
2016-02-25check-clang-tools: Introduce the feature "target-headers".NAKAMURA Takumi
2016-02-24[clang-tidy] introduce modernize-deprecated-headers checkAlexander Kornienko
2016-02-24[clang-tidy] Added a check for forward declaration in the potentially wrong n...Alexander Kornienko
2016-02-22Add a new check, cert-env33-c, that diagnoses uses of system(), popen(), and ...Aaron Ballman
2016-02-19Add a new check, cert-flp30-c, that diagnoses loop induction expressions of f...Aaron Ballman
2016-02-17[clang-tidy] Match the type against the get() method we are calling,Samuel Benzaquen
2016-02-16[clang-tidy] Fix an assert failure in `modernize-loop-convert`.Haojian Wu
2016-02-16[clang-tidy] Fix an assert failure of ForStmt in `readability-braces-around-s...Haojian Wu
2016-02-15[clang-tidy] ClangTidy check to flag uninitialized builtin and pointer fields.Felix Berger
2016-02-15[clang-tidy] Only invoke ForRangeCopyCheck on expensive-to-copy types.Felix Berger
2016-02-12[clang-tidy] Add check performance-faster-string-findSamuel Benzaquen
2016-02-12Reapply r260096.Aaron Ballman
2016-02-12[clang-tidy] improve misc-misplaced-widening-cast so it also detects portabil...Daniel Marjamaki
2016-02-11[clang-tidy] google-runtime-int: fix a false positive in implicit code.Alexander Kornienko
2016-02-11Merge branch 'arcpatch-D16922'Cong Liu
2016-02-11[clang-tidy] Fix an assert failure in 'readability-braces-around-statements' ...Haojian Wu
2016-02-11[clang-tidy] Add a check to find unintended semicolons that changes the seman...Gabor Horvath
2016-02-09[clang-tidy] Add -target in misc-misplaced-widening-cast test so it will work...Daniel Marjamaki
2016-02-09[clang-tidy] Add 'misc-misplaced-widening-cast' check.Daniel Marjamaki
2016-02-09[clang-tidy] Make readability-container-size-empty work with inline namespace...Gabor Horvath
2016-02-08[clang-tidy] Fix assertion failure on `at` function in modernize-loop-convert.Haojian Wu
2016-02-08Reverting r260096; it causes build bot failures:Aaron Ballman
2016-02-08Expand the simplify boolean expression check to handle implicit conversion of...Aaron Ballman
2016-02-08[clang-tidy] Move incorrect-roundings to upstream.Haojian Wu
2016-02-04[clang-tidy] More friendly warning in "google-runtime-references" when meetin...Haojian Wu
2016-02-03[clang-tidy] Fix a crash issue on misc-virtual-near-miss check.Haojian Wu
2016-02-03[clang-tidy] bug fix: Don't warn on partial template specialization in `misc-...Haojian Wu
2016-02-02[clang-tidy] Removed unnecessary parameters in the testAlexander Kornienko
2016-02-02[clang-tidy] Add non-constant references in function parameters check.Alexander Kornienko
2016-02-01Add a new check, readability-redundant-control-flow, that check for some form...Aaron Ballman
2016-01-30test/clang-tidy/performance-for-range-copy.cpp: Appease for targeting ms mode.NAKAMURA Takumi
2016-01-29[clang-tidy] ForRangeCopyCheck that warns on and fixes unnecessary copies of ...Alexander Kornienko
2016-01-29Fixed function params comparison. Updated docs and tests.Alexander Kornienko
2016-01-29[clang-tidy] Fix style issues. NFCAlexander Kornienko
2016-01-29[clang-tidy] Move implicit-cast-in-loop check to upstream.Alexander Kornienko