summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra
Commit message (Expand)AuthorAgeFilesLines
* Update to match clang r223913.Richard Smith2014-12-101-1/+14
* [clang-tidy] Fix a typo.Alexander Kornienko2014-12-091-2/+3
* [clang-tidy] Extended the example check, added a fix-it, etc.Alexander Kornienko2014-12-091-12/+23
* clang-tidy: Add a basic python script to generate checks.Daniel Jasper2014-12-091-0/+214
* Handle newlines on Windows correctly.Nikola Smiljanic2014-12-095-1/+26
* [clang-tidy] google-runtime-int: Don't check C code.Alexander Kornienko2014-12-082-0/+31
* [clang-tidy] Add clang-tidy check for unique_ptr's reset+release -> moveAlexander Kornienko2014-12-055-0/+156
* Make ArgumentsAdjuster an std::function (clang-tools-extra part of D6505).Alexander Kornienko2014-12-031-21/+13
* [clang-tidy] Update help messages and docs.Alexander Kornienko2014-12-032-63/+108
* [clang-tidy] Make a test independent of the default check set.Alexander Kornienko2014-12-031-1/+1
* Update and simplify to match Clang r223095.Richard Smith2014-12-021-14/+3
* [clang-tidy] google-explicit-constructor: don't match in template instantiationsAlexander Kornienko2014-11-302-1/+20
* [clang-tidy] More tests for the google-explicit-constructor checkAlexander Kornienko2014-11-281-5/+26
* [clang-tidy] Support initializer_list in google-explicit-constructor checkAlexander Kornienko2014-11-278-30/+117
* clang-tidy: [misc-use-override] Add testcase with reversed attribute orderDaniel Jasper2014-11-251-0/+5
* clang-tidy: Add override before the first attribute.Daniel Jasper2014-11-252-9/+12
* [clang-tidy] Set google-readability-namespace-comments.ShortNamespaceLines to 10Alexander Kornienko2014-11-203-5/+19
* [clang-tidy] Count errors in ClangTidyDiagnosticConsumerAlexander Kornienko2014-11-202-1/+4
* Revert r222363: "[clang-tidy] Count errors in ClangTidyDiagnosticConsumer"Hans Wennborg2014-11-192-4/+1
* [clang-tidy] Count errors in ClangTidyDiagnosticConsumerAlexander Kornienko2014-11-192-1/+4
* Update for LLVM API change to make Small(Ptr)Set::insert return pair<iterator...David Blaikie2014-11-191-1/+1
* Remove uses of StringMap::GetOrCreateValue in favor of stl-compatible API usageDavid Blaikie2014-11-191-2/+2
* Update for LLVM API changeDavid Blaikie2014-11-191-1/+1
* [clang-tidy] Move the missing namespace comment warnings to the closing braceAlexander Kornienko2014-11-174-6/+15
* Remove some redundant virtual on overridden functionsDavid Blaikie2014-11-142-4/+4
* Regression test for the --serialize-diagnostics problem fixed in r221884.Alexander Kornienko2014-11-131-0/+3
* [clang-tidy] google-readability-function: skip std::nullptr_tAlexander Kornienko2014-11-052-0/+10
* [clang-tidy] Don't print a message if there's no error.Alexander Kornienko2014-11-041-2/+3
* Use findProgramByName. NFC.Rafael Espindola2014-11-041-3/+4
* [clang-tidy] Added -fix-errors optionAlexander Kornienko2014-11-032-4/+41
* [CMake] clangApplyReplacement: Add clangAST in libdeps to appease msc builder.NAKAMURA Takumi2014-10-301-0/+1
* [CMake] Prune redundant libdeps.NAKAMURA Takumi2014-10-305-8/+0
* [CMake] Add dependencies on clangToolingCore.NAKAMURA Takumi2014-10-3010-0/+10
* [CMake] Reformat.NAKAMURA Takumi2014-10-301-1/+2
* Fix Makefiles after r220867.Daniel Jasper2014-10-2910-24/+30
* Shrink the set of checks enabled by default.Alexander Kornienko2014-10-291-5/+4
* Suppress clang-tools-extra/test/clang-tidy/file-filter.cpp on win32 for inves...NAKAMURA Takumi2014-10-291-0/+3
* [clang-tidy] Updated docs for r220826.Alexander Kornienko2014-10-281-0/+1
* [clang-tidy] Added -system-headers option.Alexander Kornienko2014-10-286-13/+41
* Prune CRLF.NAKAMURA Takumi2014-10-272-189/+189
* [clang-tidy] check_clang_tidy_fix.sh -> check_clang_tidy.shAlexander Kornienko2014-10-2626-129/+139
* [clang-tidy] Clean up test.Alexander Kornienko2014-10-261-7/+5
* [clang-tidy] Simplify RUN: lines in the testAlexander Kornienko2014-10-261-3/+1
* [clang-tidy] Bring order to check registration.Alexander Kornienko2014-10-2621-29/+75
* Add flag --enable-check-profile to clang-tidy.Samuel Benzaquen2014-10-235-5/+89
* [clang-tidy] Add support for custom configuration file names/formats.Alexander Kornienko2014-10-202-40/+111
* [clang-tidy] Minor fixes for the NamespaceCommentCheck.Alexander Kornienko2014-10-162-4/+14
* [clang-tidy] Default options in modules.Alexander Kornienko2014-10-167-11/+47
* Avoid having "using namespace" for both "clang" and "llvm" namespaces.Alexey Samsonov2014-10-151-20/+19
* Fix llvm-header-guard check.Alexander Kornienko2014-10-153-10/+31
OpenPOWER on IntegriCloud