llvm-project/clang-tools-extra/test/clang-tidy
Benjamin Kramer 806bcabcda [clang-tidy] As a simple heuristic don't emit a swap fixit that would create
negative-sized memsets.

memset(x, -1, 0) is still useless but swapping makes no sense here. Just emit
a warning.

llvm-svn: 213157
2014-07-16 14:52:07 +00:00
..
Inputs [clang-tidy] Add namespaces checkers. 2014-07-16 14:16:56 +00:00
arg-comments.cpp Change the behavior of clang-tidy -checks=, remove -disable-checks. 2014-05-15 14:27:36 +00:00
avoid-c-style-casts.cpp Avoid adding redundant parens. 2014-07-16 13:38:48 +00:00
basic.cpp Change the behavior of clang-tidy -checks=, remove -disable-checks. 2014-05-15 14:27:36 +00:00
check_clang_tidy_fix.sh Fixed compilation errors in tests, enforce checking for errors in check_clang_tidy_fix.sh. 2014-07-12 13:16:58 +00:00
clang-tidy-diff.cpp Suppress clang-tools-extra/test/clang-tidy/clang-tidy-diff.cpp on win32 due to dos path issue. 2014-06-27 00:55:16 +00:00
deduplication.cpp Never filter-out compile errors in clang-tidy, display them as errors. 2014-06-02 20:44:32 +00:00
diagnostic.cpp Fix the diagnostic.cpp test to explicitly disable more google checks 2014-07-15 18:52:34 +00:00
file-filter.cpp Change the behavior of clang-tidy -checks=, remove -disable-checks. 2014-05-15 14:27:36 +00:00
fix.cpp Change the behavior of clang-tidy -checks=, remove -disable-checks. 2014-05-15 14:27:36 +00:00
google-explicit-make-pair.cpp [clang-tidy] extend make_pair test for fixits in template definitions. 2014-07-15 13:11:49 +00:00
google-member-string-references.cpp [clang-tidy] Add a checker that warns on const string & members. 2014-07-16 10:00:14 +00:00
google-memset-zero-length.cpp [clang-tidy] As a simple heuristic don't emit a swap fixit that would create 2014-07-16 14:52:07 +00:00
google-namespaces.cpp [clang-tidy] Add namespaces checkers. 2014-07-16 14:16:56 +00:00
google-overloaded-unary-and.cpp [clang-tidy] Add a checker that flags all instances of overloaded unary operator& 2014-07-15 12:48:14 +00:00
google-readability-function.cpp [clang-tidy] Add a checker that flags unnamed parameters. 2014-07-15 16:47:09 +00:00
line-filter.cpp clang-tools-extra/test/clang-tidy/line-filter.cpp: Tweak line-filter. 2014-05-24 08:42:12 +00:00
llvm-twine-local.cpp Modify the tests to use FileCheck -implicit-check-not option being proposed in D4462 2014-07-11 13:44:51 +00:00
macros.cpp Change the behavior of clang-tidy -checks=, remove -disable-checks. 2014-05-15 14:27:36 +00:00
misc-bool-pointer-implicit-conversion.cpp Fixed the test to work with -implicit-check-not. 2014-07-11 12:54:51 +00:00
misc-swapped-arguments.cpp [clang-tidy] Add a checker for swapped arguments. 2014-07-14 14:24:30 +00:00
nolint.cpp Change the behavior of clang-tidy -checks=, remove -disable-checks. 2014-05-15 14:27:36 +00:00
redundant-smartptr-get.cpp Fixed compilation errors in tests, enforce checking for errors in check_clang_tidy_fix.sh. 2014-07-12 13:16:58 +00:00
select-checks.cpp Exit with error when no checks enabled. 2014-06-02 20:32:06 +00:00
static-analyzer.cpp Change the behavior of clang-tidy -checks=, remove -disable-checks. 2014-05-15 14:27:36 +00:00
temporaries.cpp Change the behavior of clang-tidy -checks=, remove -disable-checks. 2014-05-15 14:27:36 +00:00
use-override.cpp Fixed compilation errors in tests, enforce checking for errors in check_clang_tidy_fix.sh. 2014-07-12 13:16:58 +00:00