aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-01-14Creating release_36 branch off revision 225991release_36Hans Wennborg
2015-01-14[cleanup] Re-sort the #include lines with llvm/utils/sort_includes.pyChandler Carruth
2015-01-12Make LoopConvert work with containers that are used like arrays.Daniel Jasper
2015-01-09clang-tidy: [misc-use-override] Simplify regular expressions in test.Daniel Jasper
2015-01-09clang-tidy: [misc-use-override] Fix 'override' insertion.Daniel Jasper
2014-12-19Fixed a typo in a comment. NFC.Alexander Kornienko
2014-12-10Update to match clang r223913.Richard Smith
2014-12-09[clang-tidy] Fix a typo.Alexander Kornienko
2014-12-09[clang-tidy] Extended the example check, added a fix-it, etc.Alexander Kornienko
2014-12-09clang-tidy: Add a basic python script to generate checks.Daniel Jasper
2014-12-09Handle newlines on Windows correctly.Nikola Smiljanic
2014-12-08[clang-tidy] google-runtime-int: Don't check C code.Alexander Kornienko
2014-12-05[clang-tidy] Add clang-tidy check for unique_ptr's reset+release -> moveAlexander Kornienko
2014-12-03Make ArgumentsAdjuster an std::function (clang-tools-extra part of D6505).Alexander Kornienko
2014-12-03[clang-tidy] Update help messages and docs.Alexander Kornienko
2014-12-03[clang-tidy] Make a test independent of the default check set.Alexander Kornienko
2014-12-02Update and simplify to match Clang r223095.Richard Smith
2014-11-30[clang-tidy] google-explicit-constructor: don't match in template instantiationsAlexander Kornienko
2014-11-28[clang-tidy] More tests for the google-explicit-constructor checkAlexander Kornienko
2014-11-27[clang-tidy] Support initializer_list in google-explicit-constructor checkAlexander Kornienko
2014-11-25clang-tidy: [misc-use-override] Add testcase with reversed attribute orderDaniel Jasper
2014-11-25clang-tidy: Add override before the first attribute.Daniel Jasper
2014-11-20[clang-tidy] Set google-readability-namespace-comments.ShortNamespaceLines to 10Alexander Kornienko
2014-11-20[clang-tidy] Count errors in ClangTidyDiagnosticConsumerAlexander Kornienko
2014-11-19Revert r222363: "[clang-tidy] Count errors in ClangTidyDiagnosticConsumer"Hans Wennborg
2014-11-19[clang-tidy] Count errors in ClangTidyDiagnosticConsumerAlexander Kornienko
2014-11-19Update for LLVM API change to make Small(Ptr)Set::insert return pair<iterator...David Blaikie
2014-11-19Remove uses of StringMap::GetOrCreateValue in favor of stl-compatible API usageDavid Blaikie
2014-11-19Update for LLVM API changeDavid Blaikie
2014-11-17[clang-tidy] Move the missing namespace comment warnings to the closing braceAlexander Kornienko
2014-11-14Remove some redundant virtual on overridden functionsDavid Blaikie
2014-11-13Regression test for the --serialize-diagnostics problem fixed in r221884.Alexander Kornienko
2014-11-05[clang-tidy] google-readability-function: skip std::nullptr_tAlexander Kornienko
2014-11-04[clang-tidy] Don't print a message if there's no error.Alexander Kornienko
2014-11-04Use findProgramByName. NFC.Rafael Espindola
2014-11-03[clang-tidy] Added -fix-errors optionAlexander Kornienko
2014-10-30[CMake] clangApplyReplacement: Add clangAST in libdeps to appease msc builder.NAKAMURA Takumi
2014-10-30[CMake] Prune redundant libdeps.NAKAMURA Takumi
2014-10-30[CMake] Add dependencies on clangToolingCore.NAKAMURA Takumi
2014-10-30[CMake] Reformat.NAKAMURA Takumi
2014-10-29Fix Makefiles after r220867.Daniel Jasper
2014-10-29Shrink the set of checks enabled by default.Alexander Kornienko
2014-10-29Suppress clang-tools-extra/test/clang-tidy/file-filter.cpp on win32 for inves...NAKAMURA Takumi
2014-10-28[clang-tidy] Updated docs for r220826.Alexander Kornienko
2014-10-28[clang-tidy] Added -system-headers option.Alexander Kornienko
2014-10-27Prune CRLF.NAKAMURA Takumi
2014-10-26[clang-tidy] check_clang_tidy_fix.sh -> check_clang_tidy.shAlexander Kornienko
2014-10-26[clang-tidy] Clean up test.Alexander Kornienko
2014-10-26[clang-tidy] Simplify RUN: lines in the testAlexander Kornienko
2014-10-26[clang-tidy] Bring order to check registration.Alexander Kornienko