hanchenye-llvm-project/clang-tools-extra/test/clang-tidy
Daniel Marjamaki 91d35a5e22 [clang-tidy] Fix false positives in misc-macro-parentheses checker
llvm-svn: 240399
2015-06-23 12:45:14 +00:00
..
Inputs [clang-tidy] Added -system-headers option. 2014-10-28 22:16:13 +00:00
arg-comments.cpp [clang-tidy] check_clang_tidy_fix.sh -> check_clang_tidy.sh 2014-10-26 02:58:07 +00:00
basic.cpp [clang-tidy] Move the missing namespace comment warnings to the closing brace 2014-11-17 17:32:32 +00:00
check_clang_tidy.sh [clang-tidy] Output more diagnostics in check_clang_tidy.sh 2015-03-04 12:07:50 +00:00
clang-tidy-diff.cpp [clang-tidy] Various improvements in misc-use-override 2015-02-27 16:50:32 +00:00
config-files.cpp [clang-tidy] Don't ignore default set of checks when a config file is found. 2015-02-05 14:50:17 +00:00
deduplication.cpp [clang-tidy] Support initializer_list in google-explicit-constructor check 2014-11-27 11:11:47 +00:00
diagnostic.cpp [clang-tidy] Support initializer_list in google-explicit-constructor check 2014-11-27 11:11:47 +00:00
file-filter.cpp [clang-tidy] Support initializer_list in google-explicit-constructor check 2014-11-27 11:11:47 +00:00
fix-errors.cpp [clang-tidy] Added -fix-errors option 2014-11-03 14:06:31 +00:00
fix.cpp [clang-tidy] Add an option to export suggested fixes into a file. 2014-09-04 10:31:23 +00:00
google-explicit-constructor.cpp [clang-tidy] Clarify message for the google-explicit-constructor check 2015-03-31 16:24:44 +00:00
google-explicit-make-pair.cpp [clang-tidy] check_clang_tidy_fix.sh -> check_clang_tidy.sh 2014-10-26 02:58:07 +00:00
google-member-string-references.cpp [clang-tidy] check_clang_tidy_fix.sh -> check_clang_tidy.sh 2014-10-26 02:58:07 +00:00
google-memset-zero-length.cpp [clang-tidy] check_clang_tidy_fix.sh -> check_clang_tidy.sh 2014-10-26 02:58:07 +00:00
google-module.cpp [clang-tidy] Set google-readability-namespace-comments.ShortNamespaceLines to 10 2014-11-20 15:05:32 +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] check_clang_tidy_fix.sh -> check_clang_tidy.sh 2014-10-26 02:58:07 +00:00
google-readability-casting.c [clang-tidy] Don't issue most google-readability-casting warnings on .c files included in other files. 2015-05-26 10:47:48 +00:00
google-readability-casting.cpp [clang-tidy] Fix some false positives in google-readability-casting 2015-01-29 15:17:13 +00:00
google-readability-namespace-comments.cpp [clang-tidy] Fix for http://llvm.org/PR23130 2015-04-08 12:54:57 +00:00
google-readability-todo.cpp [clang-tidy] check_clang_tidy_fix.sh -> check_clang_tidy.sh 2014-10-26 02:58:07 +00:00
google-runtime-int.c [clang-tidy] google-runtime-int: Don't check C code. 2014-12-08 11:17:25 +00:00
google-runtime-int.cpp [clang-tidy] check_clang_tidy_fix.sh -> check_clang_tidy.sh 2014-10-26 02:58:07 +00:00
line-filter.cpp [clang-tidy] Support initializer_list in google-explicit-constructor check 2014-11-27 11:11:47 +00:00
llvm-include-order.cpp [clang-tidy] check_clang_tidy_fix.sh -> check_clang_tidy.sh 2014-10-26 02:58:07 +00:00
llvm-twine-local.cpp [clang-tidy] check_clang_tidy_fix.sh -> check_clang_tidy.sh 2014-10-26 02:58:07 +00:00
macros.cpp [clang-tidy] Support initializer_list in google-explicit-constructor check 2014-11-27 11:11:47 +00:00
misc-assert-side-effect.cpp [clang-tidy] Fix for llvm.org/PR23355 2015-05-29 09:49:59 +00:00
misc-assign-operator-signature.cpp Verify assign operator signatures. 2015-02-09 17:50:40 +00:00
misc-bool-pointer-implicit-conversion.cpp [clang-tidy] check_clang_tidy_fix.sh -> check_clang_tidy.sh 2014-10-26 02:58:07 +00:00
misc-inaccurate-erase.cpp [clang-tidy] Fixed a false positive case in misc-inaccurate-erase checker. 2015-02-25 12:17:03 +00:00
misc-inefficient-algorithm.cpp [clang-tidy] Fixed two wrong fix-it cases in misc-inefficient-algorithm checker. 2015-02-17 21:45:38 +00:00
misc-macro-parentheses.cpp [clang-tidy] Fix false positives in misc-macro-parentheses checker 2015-06-23 12:45:14 +00:00
misc-noexcept-move-constructor.cpp [clang-tidy] Renamed misc-noexcept-move-ctors to misc-noexcept-move-constructor 2015-05-27 14:24:11 +00:00
misc-repeated-side-effects-in-macro.c clang-tidy: Add checker that warn when macro argument with side effects is repeated in the macro 2015-06-17 14:19:35 +00:00
misc-static-assert.cpp [clang-tidy] Fix for llvm.org/PR23355 2015-05-29 09:49:59 +00:00
misc-swapped-arguments.cpp [clang-tidy] check_clang_tidy_fix.sh -> check_clang_tidy.sh 2014-10-26 02:58:07 +00:00
misc-undelegated-constructor.cpp [clang-tidy] check_clang_tidy_fix.sh -> check_clang_tidy.sh 2014-10-26 02:58:07 +00:00
misc-uniqueptr-reset-release.cpp [clang-tidy] Ignore expressions with incompatible deleters. 2015-04-09 17:51:01 +00:00
misc-unused-raii.cpp [clang-tidy] Treat all types with non-trivial destructors as RAII. 2015-05-12 12:17:20 +00:00
misc-use-override-cxx98.cpp [clang-tidy] Various improvements in misc-use-override 2015-02-27 16:50:32 +00:00
misc-use-override.cpp [clang-tidy] Various improvements in misc-use-override 2015-02-27 16:50:32 +00:00
nolint.cpp [clang-tidy] Support initializer_list in google-explicit-constructor check 2014-11-27 11:11:47 +00:00
readability-braces-around-statements-few-lines.cpp [clang-tidy] check_clang_tidy_fix.sh -> check_clang_tidy.sh 2014-10-26 02:58:07 +00:00
readability-braces-around-statements-same-line.cpp [clang-tidy] check_clang_tidy_fix.sh -> check_clang_tidy.sh 2014-10-26 02:58:07 +00:00
readability-braces-around-statements-single-line.cpp [clang-tidy] check_clang_tidy_fix.sh -> check_clang_tidy.sh 2014-10-26 02:58:07 +00:00
readability-braces-around-statements.cpp [clang-tidy] check_clang_tidy_fix.sh -> check_clang_tidy.sh 2014-10-26 02:58:07 +00:00
readability-container-size-empty.cpp [clang-tidy] Correct spelling error in test file name. NFC. 2015-02-25 13:17:14 +00:00
readability-else-after-return.cpp clang-tidy: [readability-else-after-return] Fix false positive. This 2015-04-27 22:42:20 +00:00
readability-function-size.cpp [clang-tidy] check_clang_tidy_fix.sh -> check_clang_tidy.sh 2014-10-26 02:58:07 +00:00
readability-named-parameter.cpp [clang-tidy] Move google-readability-function check to readability-named-parameter. 2015-03-16 22:31:16 +00:00
readability-redundant-smartptr-get.cpp [clang-tidy] check_clang_tidy_fix.sh -> check_clang_tidy.sh 2014-10-26 02:58:07 +00:00
readability-redundant-string-cstr.cpp Move remove-cstr-calls from a standalone executable to a clang-tidy check readability-redundant-string-cstr 2015-03-16 00:32:25 +00:00
readability-shrink-to-fit.cpp [clang-tidy] Use shrink_to_fit instead of copy and swap trick 2015-01-23 15:10:37 +00:00
readability-simplify-bool-expr-chained-conditional-assignment.cpp [clang-tidy] Enhance clang-tidy readability-simplify-boolean-expr check... 2015-05-17 12:31:12 +00:00
readability-simplify-bool-expr-chained-conditional-return.cpp [clang-tidy] Enhance clang-tidy readability-simplify-boolean-expr check... 2015-05-17 12:31:12 +00:00
readability-simplify-bool-expr.cpp [clang-tidy] Enhance clang-tidy readability-simplify-boolean-expr check... 2015-05-17 12:31:12 +00:00
select-checks.cpp [clang-tidy] Move the missing namespace comment warnings to the closing brace 2014-11-17 17:32:32 +00:00
serialize-diagnostics.cpp [clang-tidy] Make a test independent of the default check set. 2014-12-03 13:48:46 +00:00
static-analyzer-config.cpp [clang-tidy] Static Analyzer checker configuration options pass-through. 2015-03-11 17:25:22 +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
validate-check-names.cpp Implemented clang-tidy configurability via .clang-tidy files. 2014-09-04 14:23:36 +00:00