aboutsummaryrefslogtreecommitdiff
path: root/clang-tidy/ClangTidy.h
AgeCommit message (Expand)Author
2018-11-02[clang-tidy] Get ClangTidyContext out of the business of storing diagnostics....Sam McCall
2018-10-10Lift VFS from clang to llvm (NFC)Jonas Devlieghere
2018-06-06[clang-tidy] Store checks profiling info as JSON filesRoman Lebedev
2018-05-17[clang-tidy] Add a flag to enable alpha checkersAlexander Kornienko
2018-05-08Fix Wdocumentation warning. NFCI.Simon Pilgrim
2018-05-08[clang-tidy] Profile is a per-AST (per-TU) data.Roman Lebedev
2018-01-23[clang-tidy] Add -vfsoverlay flagIlya Biryukov
2017-04-06[clang-tidy] Add FormatStyle configuration option.Alexander Kornienko
2017-01-03[clang-tidy] Add check name to YAML export (clang-tools-extra part)Alexander Kornienko
2016-11-30[clang-tidy] Make format style customizableJonas Devlieghere
2016-11-08Use AnalyzerOptions::getRegisteredCheckers() instead of clang/StaticAnalyzer/...Alexander Kornienko
2016-08-04[clang-tidy] misc-argument-comment non-strict modeAlexander Kornienko
2016-06-17[clang-tidy] Fix doxygen errors. NFC.Alexander Kornienko
2016-03-06[docs] Clean up doxygen comments a bit.Alexander Kornienko
2016-02-05[clang-tdiy] Add header file extension configuration support.Haojian Wu
2016-01-13Teach clang-tidy how to upgrade warnings into errors.Jonathan Roelofs
2015-08-28Reapplying r246209, which exposed language options to the checkers. This time...Aaron Ballman
2015-08-27Reverting r246209 while I investigate a build bot failure: http://lab.llvm.or...Aaron Ballman
2015-08-27Expose language options to the checkers; disable UseNullptrCheck when not com...Aaron Ballman
2015-05-21[clang-tidy] Disable google-readability-casting for .c files and their headers.Alexander Kornienko
2015-03-12[clang-tidy] Remove an empty destructor.Alexander Kornienko
2015-03-11[clang-tidy] Clean up misc-use-override warning. NFCAlexander Kornienko
2015-03-09[clang-tidy] Fixed header guards using clang-tidy llvm-header-guard check. NFC.Alexander Kornienko
2015-02-25[clang-tidy] Correct confusion between overwrite and override. NFC.Alexander Kornienko
2014-10-23Add flag --enable-check-profile to clang-tidy.Samuel Benzaquen
2014-09-12Implemented clang-tidy-check-specific options.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-08-10Recommit 213308: unique_ptr-ify ownership of ASTConsumers (reverted in r213324)David Blaikie
2014-08-06Rename ChecksFilter to GlobList, as there's nothing specific to checks in it.Alexander Kornienko
2014-07-17Revert "unique_ptr-ify ownership of ASTConsumers"David Blaikie
2014-07-17unique_ptr-ify ownership of ASTConsumersDavid Blaikie
2014-06-05Allow per-file clang-tidy options.Alexander Kornienko
2014-05-28Renamed runClangTidy argument Ranges to InputFiles, removed a TODO comment.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-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-03-20Post-filter clang-tidy diagnostic messages.Alexander Kornienko
2014-03-09[C++11] Replace OwningPtr with std::unique_ptr.Ahmed Charles
2014-03-02Add a level parameter to ClangTidyCheck::diag.Peter Collingbourne
2014-03-02[C++11] Replace LLVM_OVERRIDE with 'override'Craig Topper
2014-02-27Normalized "virtual" and "LLVM_OVERRIDE" usage in clang-tidy.Alexander Kornienko
2014-01-26Fix another invalid getCustomDiagID() use to unbreak the buildAlp Toker
2014-01-13Add the check name to the clang-tidy diagnostic output.Alexander Kornienko
2014-01-07Run llvm/utils/sort_includes.py over the Clang tools code. This doesn'tChandler Carruth
2014-01-03Refactored Clang-tidy for better reusability.Alexander Kornienko
2013-12-19Clang-tidy: added --disable-checks, --list-checks options.Alexander Kornienko
2013-11-14Make clang's static analyzer checks available through clang-tidy.Manuel Klimek
2013-07-29Initial architecture for clang-tidy.Daniel Jasper