aboutsummaryrefslogtreecommitdiff
path: root/clang-tidy/tool/ClangTidyMain.cpp
AgeCommit message (Expand)Author
2015-03-23Make helpers static. clang-tools edition.Benjamin Kramer
2014-12-09[clang-tidy] Fix a typo.Alexander Kornienko
2014-12-03[clang-tidy] Update help messages and docs.Alexander Kornienko
2014-11-03[clang-tidy] Added -fix-errors optionAlexander Kornienko
2014-10-29Shrink the set of checks enabled by default.Alexander Kornienko
2014-10-28[clang-tidy] Added -system-headers option.Alexander Kornienko
2014-10-26[clang-tidy] Bring order to check registration.Alexander Kornienko
2014-10-23Add flag --enable-check-profile to clang-tidy.Samuel Benzaquen
2014-09-26Fix a typoAlexander Kornienko
2014-09-26[clang-tidy] Add a -config={YAML} option.Alexander Kornienko
2014-09-24Provide user name in ClangTidyOptions.Alexander Kornienko
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-04Don't write files with no fixes.Alexander Kornienko
2014-09-04Implemented clang-tidy configurability via .clang-tidy files.Alexander Kornienko
2014-09-04[clang-tidy] Add an option to export suggested fixes into a file.Benjamin Kramer
2014-06-12Replace llvm::error_code with std::error_code.Rafael Espindola
2014-06-05Allow per-file clang-tidy options.Alexander Kornienko
2014-06-02Exit with error when no checks enabled.Alexander Kornienko
2014-05-22Add clang-tidy -line-filter option to filter findings by line ranges.Alexander Kornienko
2014-05-19Improved llvm-namespace-comment check.Alexander Kornienko
2014-05-16Update clang-tidy documentation.Alexander Kornienko
2014-05-15Change the behavior of clang-tidy -checks=, remove -disable-checks.Alexander Kornienko
2014-05-09Store Errors inside ClangTidyContext instead of just pointer to an externalAlexander Kornienko
2014-05-07Print stats on displayed and ignored warnings.Alexander Kornienko
2014-05-05Add clang-tidy -header-filter optionAlexander Kornienko
2014-04-30Add a clang-tidy flag to support temporary destructor-aware analysis (workaro...Alex McCarthy
2014-04-29Add ClangTidyOptions to encapsulate all clang-tidy options.Alexander Kornienko
2014-04-29Fix typo (first commit to test commit access).Alex McCarthy
2014-04-02Fix regex bug in clang-tidy.Daniel Jasper
2014-04-02Disable a few clang-tidy checks by default.Daniel Jasper
2014-03-05Added a module for checks not related to LLVM or Google coding style.Alexander Kornienko
2014-02-05Make the OptionCategory variable static.Alexander Kornienko
2013-12-19Clang-tidy: added --disable-checks, --list-checks options.Alexander Kornienko
2013-12-12Fix the usage of the CommonOptionsParser ctor changed in r197139.Alexander Kornienko
2013-11-14Make clang's static analyzer checks available through clang-tidy.Manuel Klimek
2013-08-04Fix clang-tidy dependencies and bad file comment.Daniel Jasper
2013-07-31Remove dead #includes.Hans Wennborg
2013-07-29Fix build error caused by r187345.Daniel Jasper
2013-07-29Initial architecture for clang-tidy.Daniel Jasper