summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] Add a checker for swapped arguments.Benjamin Kramer2014-07-141-0/+44
* Suggest automated replacements of C-style casts with C++ casts.Alexander Kornienko2014-07-141-8/+91
* Fixed compilation errors in tests, enforce checking for errors in check_clang...Alexander Kornienko2014-07-123-8/+16
* Modify the tests to use FileCheck -implicit-check-not option being proposed i...Alexander Kornienko2014-07-114-14/+13
* Fixed the test to work with -implicit-check-not.Alexander Kornienko2014-07-111-5/+3
* [clang-tidy] Add a checker for implicit bool conversion of a bool*.Benjamin Kramer2014-07-111-0/+86
* Removed the "-fix" suffix from tests that verify both fixes and messages.Alexander Kornienko2014-07-092-0/+0
* Check messages and fixes in the same test.Alexander Kornienko2014-07-097-202/+177
* Delete removed formatting option.Daniel Jasper2014-07-091-1/+0
* As funny as it might look, this wasn't what I intended to test.Benjamin Kramer2014-07-081-3/+3
* Use explicit if and restore lost FileCheck error code checking.Benjamin Kramer2014-07-081-2/+4
* [clang-tidy] Address review comments for the Twine checker.Benjamin Kramer2014-07-082-8/+7
* [clang-tidy] Add a little checker for Twine locals in LLVM.Benjamin Kramer2014-07-081-0/+35
* Let test/Unit/lit.cfg add config.shlibdir to $PATH on DLL platforms like cygm...NAKAMURA Takumi2014-07-042-0/+6
* Consistently handle clang-tidy check names in ClangTidyError.Alexander Kornienko2014-07-021-2/+2
* Another attempt to add a clang-tidy check for flagging C-style casts.Alexander Kornienko2014-06-291-0/+24
* Suppress clang-tools-extra/test/clang-tidy/clang-tidy-diff.cpp on win32 due t...NAKAMURA Takumi2014-06-271-0/+3
* Make the clang-tidy-diff.py test conditional on the presence of Python 2.7. U...Alexander Kornienko2014-06-264-1/+11
* Suppress clang-tidy-diff.py. It is incompatible to py26 due to argparse.NAKAMURA Takumi2014-06-251-1/+1
* Rolling back, as the test fails on one of the buildbots:Alexander Kornienko2014-06-251-24/+0
* Apparently, some versions of diff like -U0 more than -u0.Alexander Kornienko2014-06-251-1/+1
* Add a check to flag the usage of C-style casts (Google Style).Alexander Kornienko2014-06-251-0/+24
* Add clang-tidy-diff.py script to run clang-tidy and display warnings on chang...Alexander Kornienko2014-06-251-0/+18
* clang-tidy: [misc-use-override] Correctly handle defaulted destructors.Daniel Jasper2014-06-201-1/+7
* clang-tidy: [use-override] Remove 'override' if 'final' is also present.Daniel Jasper2014-06-112-3/+17
* clang-tidy: Make use-override tests stricter.Daniel Jasper2014-06-041-5/+5
* clang-tidy use override: Don't generate incorrect warnings without fixesDaniel Jasper2014-06-042-141/+166
* Never filter-out compile errors in clang-tidy, display them as errors.Alexander Kornienko2014-06-023-9/+10
* Exit with error when no checks enabled.Alexander Kornienko2014-06-022-1/+4
* clang-tidy: Extend the use-override check to understand 'final'.Daniel Jasper2014-06-021-0/+19
* clang-tools-extra/test/clang-tidy/line-filter.cpp: Tweak line-filter.NAKAMURA Takumi2014-05-241-1/+1
* clang-tidy: Only add 'override' before inlined bodies.Daniel Jasper2014-05-231-0/+3
* Add clang-tidy -line-filter option to filter findings by line ranges.Alexander Kornienko2014-05-224-0/+34
* Initial version of clang-tidy check to use override instead of virual.Daniel Jasper2014-05-162-1/+135
* Change the behavior of clang-tidy -checks=, remove -disable-checks.Alexander Kornienko2014-05-1513-20/+18
* Print stats on displayed and ignored warnings.Alexander Kornienko2014-05-073-5/+13
* Fix a crash when diagnostic points to a macro definition on command line.Alexander Kornienko2014-05-061-0/+4
* Add clang-tidy -header-filter optionAlexander Kornienko2014-05-053-0/+24
* Test cleanup recommended in http://reviews.llvm.org/D3556Alex McCarthy2014-04-301-4/+1
* Add a clang-tidy flag to support temporary destructor-aware analysis (workaro...Alex McCarthy2014-04-301-0/+26
* Do not touch get() calls on 'this' object.Samuel Benzaquen2014-04-291-0/+10
* Now with correct -disable-checks=Alexander Kornienko2014-04-271-1/+1
* Specify checks in a more reliable way.Alexander Kornienko2014-04-271-1/+1
* Allow clang-tidy tests with any file names.Alexander Kornienko2014-04-271-1/+1
* test/clang-tidy/redundant-smartptr-get*.cpp: Both of them really require shell.NAKAMURA Takumi2014-04-102-0/+2
* Inject unique_ptr/shared_ptr into the test instead of using <memory>Samuel Benzaquen2014-04-092-2/+34
* Extend the check to detect patterns like 'ptr.get() == nullptr'Samuel Benzaquen2014-04-094-19/+47
* Fix regex bug in clang-tidy.Daniel Jasper2014-04-028-10/+10
* Add clang-tidy check to remove redundant .get() calls on smart pointers.Samuel Benzaquen2014-03-272-0/+122
* Output messages when clang-tidy applies fix-its.Alexander Kornienko2014-03-271-1/+5
OpenPOWER on IntegriCloud