llvm-project/clang-tools-extra/test
Manuel Klimek 814f9bd93a Make clang's static analyzer checks available through clang-tidy.
This is implemented in a way that the current static analyzer
architecture allows, in the future we might want to revisit this.

With this change static analyzer checks are available from clang-tidy
by specifying -checks=clang-analyzer-<name>.

This change also fixes the use of the compilation database to allow
clang-tidy to be used like any other clang tool.

llvm-svn: 194707
2013-11-14 15:49:44 +00:00
..
Unit [tests] Update to use lit_config and lit package, as appropriate. 2013-08-09 18:49:22 +00:00
clang-apply-replacements clang-apply-replacements: Add code formatting functionality 2013-09-30 13:59:21 +00:00
clang-modernize clang-modernize: Apply replacements using clang-apply-replacements 2013-10-05 12:15:58 +00:00
clang-query Introduce clang-query tool. 2013-11-08 00:08:23 +00:00
clang-tidy Make clang's static analyzer checks available through clang-tidy. 2013-11-14 15:49:44 +00:00
modularize Added module map generation option. 2013-10-15 13:52:33 +00:00
pp-trace [extra] pp-trace - Fix for PragmaWarning output, adding tests for the pragma callbacks. 2013-11-14 00:18:19 +00:00
remove-cstr-calls Fix a remove-cstr-calls test that fails checking of the produced code. 2013-06-19 15:43:40 +00:00
CMakeLists.txt Introduce clang-query tool. 2013-11-08 00:08:23 +00:00
Makefile Unit test support for Clang extra tools 2013-04-03 15:11:08 +00:00
lit.cfg Introduce clang-query tool. 2013-11-08 00:08:23 +00:00
lit.site.cfg.in Introduce clang-query tool. 2013-11-08 00:08:23 +00:00