aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra
AgeCommit message (Expand)AuthorFilesLines
2015-01-14[cleanup] Re-sort the #include lines with llvm/utils/sort_includes.pyChandler Carruth17-28/+28
2015-01-12Make LoopConvert work with containers that are used like arrays.Daniel Jasper2-0/+28
2015-01-09clang-tidy: [misc-use-override] Simplify regular expressions in test.Daniel Jasper1-41/+41
2015-01-09clang-tidy: [misc-use-override] Fix 'override' insertion.Daniel Jasper2-9/+28
2014-12-19Fixed a typo in a comment. NFC.Alexander Kornienko1-1/+1
2014-12-10Update to match clang r223913.Richard Smith1-1/+14
2014-12-09[clang-tidy] Fix a typo.Alexander Kornienko1-2/+3
2014-12-09[clang-tidy] Extended the example check, added a fix-it, etc.Alexander Kornienko1-12/+23
2014-12-09clang-tidy: Add a basic python script to generate checks.Daniel Jasper1-0/+214
2014-12-09Handle newlines on Windows correctly.Nikola Smiljanic5-1/+26
2014-12-08[clang-tidy] google-runtime-int: Don't check C code.Alexander Kornienko2-0/+31
2014-12-05[clang-tidy] Add clang-tidy check for unique_ptr's reset+release -> moveAlexander Kornienko5-0/+156
2014-12-03Make ArgumentsAdjuster an std::function (clang-tools-extra part of D6505).Alexander Kornienko1-21/+13
2014-12-03[clang-tidy] Update help messages and docs.Alexander Kornienko2-63/+108
2014-12-03[clang-tidy] Make a test independent of the default check set.Alexander Kornienko1-1/+1
2014-12-02Update and simplify to match Clang r223095.Richard Smith1-14/+3
2014-11-30[clang-tidy] google-explicit-constructor: don't match in template instantiationsAlexander Kornienko2-1/+20
2014-11-28[clang-tidy] More tests for the google-explicit-constructor checkAlexander Kornienko1-5/+26
2014-11-27[clang-tidy] Support initializer_list in google-explicit-constructor checkAlexander Kornienko8-30/+117
2014-11-25clang-tidy: [misc-use-override] Add testcase with reversed attribute orderDaniel Jasper1-0/+5
2014-11-25clang-tidy: Add override before the first attribute.Daniel Jasper2-9/+12
2014-11-20[clang-tidy] Set google-readability-namespace-comments.ShortNamespaceLines to 10Alexander Kornienko3-5/+19
2014-11-20[clang-tidy] Count errors in ClangTidyDiagnosticConsumerAlexander Kornienko2-1/+4
2014-11-19Revert r222363: "[clang-tidy] Count errors in ClangTidyDiagnosticConsumer"Hans Wennborg2-4/+1
2014-11-19[clang-tidy] Count errors in ClangTidyDiagnosticConsumerAlexander Kornienko2-1/+4
2014-11-19Update for LLVM API change to make Small(Ptr)Set::insert return pair<iterator...David Blaikie1-1/+1
2014-11-19Remove uses of StringMap::GetOrCreateValue in favor of stl-compatible API usageDavid Blaikie1-2/+2
2014-11-19Update for LLVM API changeDavid Blaikie1-1/+1
2014-11-17[clang-tidy] Move the missing namespace comment warnings to the closing braceAlexander Kornienko4-6/+15
2014-11-14Remove some redundant virtual on overridden functionsDavid Blaikie2-4/+4
2014-11-13Regression test for the --serialize-diagnostics problem fixed in r221884.Alexander Kornienko1-0/+3
2014-11-05[clang-tidy] google-readability-function: skip std::nullptr_tAlexander Kornienko2-0/+10
2014-11-04[clang-tidy] Don't print a message if there's no error.Alexander Kornienko1-2/+3
2014-11-04Use findProgramByName. NFC.Rafael Espindola1-3/+4
2014-11-03[clang-tidy] Added -fix-errors optionAlexander Kornienko2-4/+41
2014-10-30[CMake] clangApplyReplacement: Add clangAST in libdeps to appease msc builder.NAKAMURA Takumi1-0/+1
2014-10-30[CMake] Prune redundant libdeps.NAKAMURA Takumi5-8/+0
2014-10-30[CMake] Add dependencies on clangToolingCore.NAKAMURA Takumi10-0/+10
2014-10-30[CMake] Reformat.NAKAMURA Takumi1-1/+2
2014-10-29Fix Makefiles after r220867.Daniel Jasper10-24/+30
2014-10-29Shrink the set of checks enabled by default.Alexander Kornienko1-5/+4
2014-10-29Suppress clang-tools-extra/test/clang-tidy/file-filter.cpp on win32 for inves...NAKAMURA Takumi1-0/+3
2014-10-28[clang-tidy] Updated docs for r220826.Alexander Kornienko1-0/+1
2014-10-28[clang-tidy] Added -system-headers option.Alexander Kornienko6-13/+41
2014-10-27Prune CRLF.NAKAMURA Takumi2-189/+189
2014-10-26[clang-tidy] check_clang_tidy_fix.sh -> check_clang_tidy.shAlexander Kornienko26-129/+139
2014-10-26[clang-tidy] Clean up test.Alexander Kornienko1-7/+5
2014-10-26[clang-tidy] Simplify RUN: lines in the testAlexander Kornienko1-3/+1
2014-10-26[clang-tidy] Bring order to check registration.Alexander Kornienko21-29/+75
2014-10-23Add flag --enable-check-profile to clang-tidy.Samuel Benzaquen5-5/+89