aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/test
AgeCommit message (Expand)AuthorFilesLines
2017-10-09Merging r309979:Tom Stellard3-4/+11
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-14[Clang-Tidy] Preserve Message, FileOffset, FilePath in Clang-Tidy YAML outputAlexander Kornienko8-6/+30
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-06[clangd] Add support for per-file extra flagsKrasimir Georgiev1-0/+22
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-30Move ClassReplacements.cpp test from clang-rename tests to theAlex Lorenz2-0/+13
2017-06-30[refactor] Move clang-rename into the clang repositoryAlex Lorenz33-556/+0
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[clangd] Cleanup ClangdUnit.cpp, update docs; NFCKirill Bobyrev1-1/+1
2017-06-28[clangd] Add "Go to Declaration" functionalityMarc-Andre Laperle2-2/+171
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-15[clangd] Add priority to completion item sort textKrasimir Georgiev2-15/+15
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[clangd] extend completion testKrasimir Georgiev1-2/+28
2017-06-08[clangd] Separate authority less uris from completion testsKrasimir Georgiev2-18/+33
2017-06-08[clangd] Add parameter and return type information to completion resultsKrasimir Georgiev1-11/+10
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-06-02clang-rename: add new -force optionMiklos Vajna1-0/+4
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