aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-10-23Add flag --enable-check-profile to clang-tidy.Samuel Benzaquen
2014-10-20[clang-tidy] Add support for custom configuration file names/formats.Alexander Kornienko
2014-10-16[clang-tidy] Minor fixes for the NamespaceCommentCheck.Alexander Kornienko
2014-10-16[clang-tidy] Default options in modules.Alexander Kornienko
2014-10-15Avoid having "using namespace" for both "clang" and "llvm" namespaces.Alexey Samsonov
2014-10-15Fix llvm-header-guard check.Alexander Kornienko
2014-10-15Reformatted code samples in the unit test. No functional changes.Alexander Kornienko
2014-10-15[clang-tidy] Move some of the misc checks to readability/Alexander Kornienko
2014-10-13[clang-tidy] misc-braces-around-statements.ShortStatementLines optionAlexander Kornienko
2014-10-13Re-structure clang-rename into a library and the tool.Manuel Klimek
2014-10-09Small cleanups from review comments.Manuel Klimek
2014-10-07Make clang-tidy's runCheckOnCode actually use the DiagnosticConsumer.Manuel Klimek
2014-10-05[clang-tidy] Allow space between "TODO" and "(user)"Alexander Kornienko
2014-10-04[clang-modernize] Update for API change.Benjamin Kramer
2014-10-03[clang-tidy] Documented check testing.Alexander Kornienko
2014-10-03Add missing 'override' keyword.Craig Topper
2014-10-02[clang-tidy] Add check misc-braces-around-statements.Alexander Kornienko
2014-10-01[clang-tidy] Clarify a comment.Alexander Kornienko
2014-10-01[clang-tidy] Handle c-style casts from/to enums.Alexander Kornienko
2014-09-27[clang-tidy] Updated documentationAlexander Kornienko
2014-09-27[clang-tidy] Fix documentation.Alexander Kornienko
2014-09-27[clang-tidy] Fix for the documentation.Alexander Kornienko
2014-09-27[clang-tidy] Updated documentation.Alexander Kornienko
2014-09-26Corrected a comment in check_clang_tidy_fix.shAlexander Kornienko
2014-09-26[clang-tidy] Test username substitution in TODO() check.Alexander Kornienko
2014-09-26Fix a typoAlexander Kornienko
2014-09-26[clang-tidy] Add a -config={YAML} option.Alexander Kornienko
2014-09-25Clang-tidy google-readability-function check: don't warn on gmockAlexander Kornienko
2014-09-24Provide user name in ClangTidyOptions.Alexander Kornienko
2014-09-23Drop superfluous semicolon. GCC's -pedantic warns about this.Benjamin Kramer
2014-09-23ClangTidyTests: Add dependency on clangTidyUtils.NAKAMURA Takumi
2014-09-22Try to pacify dash-using linux distros with a very old-school shell variable ...Benjamin Kramer
2014-09-22Add missing dependency.Alexander Kornienko
2014-09-22Add NamespaceCommentCheck to the Google module.Alexander Kornienko
2014-09-22ClangRenameTests: Prune redundant libdeps.NAKAMURA Takumi
2014-09-22Add newline at eof.NAKAMURA Takumi
2014-09-22run-clang-tidy.py: don't fail when running without -checks=.Alexander Kornienko
2014-09-21Disable most of the google-readability-casting check for non-C++ files (onlyAlexander Kornienko
2014-09-18[clang-tidy] Don't leak the TodoCommentHandler objectHans Wennborg
2014-09-18[clang-tidy] Add a checker that warns on TODO comments without username.Benjamin Kramer
2014-09-17Make a variable local so it's lifetime becomes more obvious.Benjamin Kramer
2014-09-17[clang-tidy] Don't emit the same fixit multiple times.Benjamin Kramer
2014-09-17Rename unit test argument and add argument comments for clarity.Benjamin Kramer
2014-09-16[clang-tidy] When emitting header guard fixes bundle all fix-its into oneBenjamin Kramer
2014-09-15[clang-tidy] Add a checker for long functions.Benjamin Kramer
2014-09-12Implemented clang-tidy-check-specific options.Alexander Kornienko
2014-09-10Moved main() to the clang::tidy namespace, no functional changes.Alexander Kornienko
2014-09-10std::function-ize ClangTidyCheckFactories.Alexander Kornienko
2014-09-10Unique-ptrify ClangTidyCheckFactories. Add a more convenient alternative toAlexander Kornienko
2014-09-10[clang-tidy] Don't try to fix header guard #endif comments if there are escapedBenjamin Kramer