summaryrefslogtreecommitdiff
path: root/clang-tools-extra/test/clang-tidy/check_clang_tidy.py
AgeCommit message (Expand)Author
2018-10-04[clang-tidy] fix failing unit testsJonas Toth
2018-10-04[clang-tidy] NFC use CHECK-NOTES in tests for performance-move-constructor-initJonas Toth
2018-08-30[clang-tidy] fix check_clang_tidy to forbid mixing of CHECK-NOTES and CHECK-M...Jonas Toth
2018-08-10[clang-tidy] check_clang_tidy.py: support CHECK-NOTES prefixRoman Lebedev
2018-04-21[clang-tidy] Customize FileCheck prefix in check_clang-tidy.pyZinovy Nis
2018-04-09[clang-tidy] Return non-zero exit code for clang errors.Alexander Kornienko
2017-10-18Support Objective-C/C++ source files in check_clang_tidy.pyHaojian Wu
2017-10-18New -assume-filename=param to check_clang_tidy.py (like clang-format)Haojian Wu
2017-06-29[clang-tidy] follow-up on misc-definitions-in-header check.Haojian Wu
2017-03-22[clang-tidy] Tests should not rely on STL headers being available.Alexander Kornienko
2016-04-02[clang-tidy] Update an example. NFC.Alexander Kornienko
2016-01-19[clang-tidy] Python scripts shebang fixesAlexander Kornienko
2016-01-08[clang-tidy] Add non-inline function definition and variable definition check...Alexander Kornienko
2015-10-22Switch check_clang_tidy to argparse and add a -resource-dir argument.Manuel Klimek
2015-10-22Add %check_clang_tidy and %clang_tidy_diff.Manuel Klimek
2015-09-30[clang-tidy] Better diagnostic in tests when clang-tidy fails.Alexander Kornienko
2015-09-11[clang-tidy] Fix minor issues in the testing script.Alexander Kornienko
2015-08-31Help the clang-tidy helper script to understand C files better.Aaron Ballman
2015-08-20[clang-tidy] Use a python script instead of a shell script to run clang-tidy ...Alexander Kornienko