aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/test/clang-tidy
AgeCommit message (Expand)AuthorFilesLines
2017-07-17[clang-tidy] Add modernize-use-bool-literals.IgnoreMacros optionAlexander Kornienko2-1/+153
2017-07-14[clang-tidy] Add bugprone-undefined-memory-manipulation checkGabor Horvath1-0/+178
2017-07-14[clang-tidy] Add bugprone-suspicious-memset-usage checkGabor Horvath2-62/+77
2017-07-13clang-tools-extra/test/clang-tidy/performance-unnecessary-value-param-header....NAKAMURA Takumi1-3/+5
2017-07-12[clang-tidy] Add a new Android check "android-cloexec-socket"Yan Wang1-0/+75
2017-07-12[clang-tidy] Ignore blank spaces between cast's ")" and its sub expr.Haojian Wu1-0/+24
2017-07-12[clang-tidy] add regression test to performance-unnecessary-value-paramChih-Hung Hsieh3-0/+48
2017-07-12[clang-tidy] Add new modernize use unary assert checkGabor Horvath1-0/+25
2017-07-11Fix clang-tidy diagnostic.cpp test on WindowsReid Kleckner1-1/+1
2017-07-11[clang-tidy] Extend diagnostics test.Alexander Kornienko1-5/+26
2017-07-07[clang-tidy] Fix modernize-use-override incorrect replacementAlexander Kornienko1-0/+14
2017-07-05[clang-tidy] Add "MakeSmartPtrFunction" option to modernize-make-shared/uniqu...Haojian Wu6-52/+94
2017-07-03[clang-tidy] Resolve cppcoreguidelines-pro-type-member-init false positiveJonas Devlieghere1-0/+13
2017-06-30Revert "Modify test so that it looks for patterns in stderr as well"Benjamin Kramer1-4/+4
2017-06-29[clang-tidy] Rename android-file-open-flag and fix a bugYan Wang2-110/+180
2017-06-29[clang-tidy][Part3] Add a new module Android and three new checks.Yan Wang1-0/+57
2017-06-29[clang-tidy][Part2] Add a new module Android and three new checksYan Wang1-0/+35
2017-06-29[clang-tidy] Fix modernize-use-nullptr only warns the first NULL argument.Haojian Wu1-0/+28
2017-06-29[clang-tidy] follow-up on misc-definitions-in-header check.Haojian Wu2-3/+5
2017-06-28[clang-tidy] Enable inline variable definitions in headersGabor Horvath2-1/+13
2017-06-27[clang-tidy] Handle new array expressions in modernize-make-unique check.Haojian Wu1-0/+31
2017-06-27[clang-tidy] Fix type names in modernize-use-unique/shared_ptr checks.Haojian Wu1-0/+22
2017-06-23[clang-tidy][Part1] Add a new module Android and three new checks.Yan Wang1-0/+110
2017-06-23[clang-tidy] Fix a false positive in modernize-use-nullptr.Haojian Wu1-0/+14
2017-06-16[clang-tidy] readability-function-size: fix nesting level calculationRoman Lebedev1-3/+54
2017-06-09[clang-tidy] readability-function-size: add NestingThreshold param.Roman Lebedev1-1/+31
2017-06-09Revert "[clang-tidy] When" -fno-exceptions is used", this warning is better t...Alexander Kornienko1-13/+4
2017-06-08[clang-tidy] Use -fexceptions explicitly in the tests that need exceptions.Alexander Kornienko3-3/+3
2017-06-08[clang-tidy] New checker to replace dynamic exception specificationsAlexander Kornienko3-0/+228
2017-06-07[clang-tidy] When" -fno-exceptions is used", this warning is better to be sup...Yan Wang1-4/+13
2017-06-07[clang-tidy] When" -fno-exceptions is used", this warning is better to be su...Yan Wang1-48/+79
2017-06-07[clang-tidy] Make misc-inaccurate-erase work with real C++11 containers.Alexander Kornienko1-2/+20
2017-06-06[clang-tidy] misc-inaccurate-erase: support call by pointerAlexander Kornienko1-0/+6
2017-06-03[clang-tidy] Make misc-static-assert accept assert(!"msg")Florian Gross1-0/+3
2017-06-02[clang-tidy] check for __func__/__FUNCTION__ in lambdasAlexander Kornienko1-0/+41
2017-05-25Earlier revert introduced an extra space, remove it.Erich Keane1-1/+1
2017-05-25Revert 303872/303877 since the patch that caused these issues Erich Keane2-2/+2
2017-05-25Clang-tidy doesn't understand -fno-ms-compatibility, so just removing 'not' Erich Keane1-2/+2
2017-05-25Disable MSVC-Compat mode for two tests that use C++Operator NamesErich Keane2-2/+2
2017-05-24Modify test so that it looks for patterns in stderr as wellSerge Pavlov1-4/+4
2017-05-23[clang-tidy] Do not dereference a null BaseTypeChih-Hung Hsieh1-0/+22
2017-05-22[clang-tidy] misc-move-const-arg shouldn't complain on std::move(lambda)Alexander Kornienko1-0/+3
2017-05-22[clang-tidy] readability-redundant-declaration false positive for defaulted f...Alexander Kornienko1-0/+8
2017-05-16[clang-tidy] Add "emplace_back" detection in inefficient-vector-operation.Haojian Wu1-84/+96
2017-05-16[clang-tidy] modernize-use-emplace: Remove unnecessary make_tuple callsJakub Kuderski1-9/+136
2017-05-16Revert "[clang-tidy] modernize-use-emplace: Remove unnecessary make_tuple calls"Jakub Kuderski1-136/+9
2017-05-16[clang-tidy] modernize-use-emplace: Remove unnecessary make_tuple callsJakub Kuderski1-9/+136
2017-05-15Make google-build-using-namespace skip std::.*literalsAlexander Kornienko1-0/+44
2017-05-14[clang-tidy] TwineLocalCheck: add param # checkingYan Wang1-0/+32
2017-05-12[clang-tidy] Add a test for PR33020Alexander Kornienko1-0/+20