summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/clang-tidy/misc-new-delete-overloads.cpp
Commit message (Expand)AuthorAgeFilesLines
* [ClangTidy] Separate tests for infrastructure and checkersDmitri Gribenko2019-10-111-81/+0
* Run ClangTidy tests in all C++ language modesDmitri Gribenko2019-05-201-1/+1
* [clang-tidy] Fix a crash in misc-new-delete-overloadsAlexander Kornienko2015-12-161-0/+4
* Switch check_clang_tidy to argparse and add a -resource-dir argument.Manuel Klimek2015-10-221-1/+1
* Add %check_clang_tidy and %clang_tidy_diff.Manuel Klimek2015-10-221-1/+1
* Some of the build bots are unhappy about the overload of the global operator ...Aaron Ballman2015-09-291-1/+1
* Silencing bot failures a more creative and definitive way.Aaron Ballman2015-09-291-1/+1
* Hopefully silencing some built bot warnings. Note, this should be unsigned lo...Aaron Ballman2015-09-291-0/+2
* Adding a checker (misc-new-delete-overloads) that detects mismatched overload...Aaron Ballman2015-09-291-0/+75
OpenPOWER on IntegriCloud