summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/tool/ClangTidyMain.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use InitLLVM in clang-tidyRui Ueyama2019-11-281-1/+2
* Revert "Use InitLLVM to setup a pretty stack printer"Nico Weber2019-11-251-2/+1
* Use InitLLVM to setup a pretty stack printerRui Ueyama2019-11-261-1/+2
* Moved GlobList into a separate header fileDmitri Gribenko2019-08-261-0/+1
* [clang-tools-extra] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-2/+2
* Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song2019-08-051-1/+1
* Fixed two issues in clang-tidy -help.Alexander Kornienko2019-07-011-2/+2
* [clang-tidy] Expand modular headers for PPCallbacksAlexander Kornienko2019-03-221-11/+14
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [clang-tidy] Remove extra config.h includesIvan Donchevskii2018-12-141-1/+0
* [clang-tidy] Share the forced linking code between clang-tidy tool and pluginIvan Donchevskii2018-12-141-92/+1
* Revert "[clang-tidy] Share the forced linking code between clang-tidy tool an...Douglas Yung2018-12-141-1/+92
* [clang-tidy] Share the forced linking code between clang-tidy tool and pluginIvan Donchevskii2018-12-131-92/+1
* [clang-tidy] PrintStackTraceOnErrorSignalAlexander Kornienko2018-11-261-0/+2
* [clang-tidy] Get ClangTidyContext out of the business of storing diagnostics....Sam McCall2018-11-021-4/+4
* [clang-tidy] Build it even without static analyzerStephen Kelly2018-10-011-0/+3
* Reverting r343415 as it breaks at least one of the bots.Aaron Ballman2018-09-301-2/+0
* Allow clang-tidy to be built without a dependency on the clang static analyzer.Aaron Ballman2018-09-301-0/+2
* [clang-tidy] Store checks profiling info as JSON filesRoman Lebedev2018-06-061-6/+25
* [clang-tidy] Add a flag to enable alpha checkersAlexander Kornienko2018-05-171-3/+14
* [clang-tidy] Profile is a per-AST (per-TU) data.Roman Lebedev2018-05-081-44/+1
* [clang-tidy] Remove AnalyzeTemporaryDtors option.Alexander Kornienko2018-05-031-14/+0
* [clang-tidy] Fix clang-tidy doesn't read .clangtidy configuration file.Haojian Wu2018-04-181-9/+9
* [clang-tidy] Return non-zero exit code for clang errors.Alexander Kornienko2018-04-091-4/+16
* clang-tidy, modularize: return non-zero exit code on errorsAlexander Kornienko2018-03-221-2/+2
* [clang-tidy] Add Zircon module to clang-tidyJulie Hockett2018-03-141-0/+5
* [clang-tidy] Fixing incorrect commentJulie Hockett2018-03-131-1/+1
* [clang-tidy] Add check: replace string::find(...) == 0 with absl::StartsWithHaojian Wu2018-03-091-0/+5
* [clang-tidy] Add "portability" module and rename readability-simd-intrinsics ...Fangrui Song2018-03-071-0/+5
* [clang-tidy] Add -vfsoverlay flagIlya Biryukov2018-01-231-2/+39
* Add a new clang-tidy module for Fuchsia as an umbrella to diagnose issues wit...Aaron Ballman2017-11-281-0/+5
* [clang-tidy ObjC] [1/3] New module `objc` for Objective-C checksHaojian Wu2017-10-261-0/+5
* [clang-tidy] Don't error on MS-style inline assembly.Zachary Turner2017-10-201-0/+5
* Update for PrintHelpMessage not calling exit.Rafael Espindola2017-09-081-2/+2
* [clang-tidy] Add bugprone-suspicious-memset-usage checkGabor Horvath2017-07-141-0/+5
* [clang-tidy][Part1] Add a new module Android and three new checks.Yan Wang2017-06-231-0/+5
* [clang-tidy] Update docs and help messageAlexander Kornienko2017-04-061-1/+4
* [clang-tidy] Add FormatStyle configuration option.Alexander Kornienko2017-04-061-8/+11
* Rename the clang-tidy safety module to be hicpp, for the High-Integrity C++ c...Aaron Ballman2017-03-191-4/+4
* [clang-tidy] Format code around applied fixesAlexander Kornienko2017-03-031-7/+15
* [clang-tidy] Add -quiet option to suppress extra outputEhsan Akhgari2017-02-091-8/+21
* [clang-tidy] safety-no-assemblerJonathan Coe2017-02-061-0/+5
* [clang-tidy] Add check name to YAML export (clang-tools-extra part)Alexander Kornienko2017-01-031-1/+1
* [clang-tidy] Make format style customizableJonas Devlieghere2016-11-301-4/+12
* [clang-tidy] clang-analyzer-alpha* checks are not registered, so there's no n...Alexander Kornienko2016-11-081-3/+2
* [clang-tools-extra] Format sources with clang-format. NFC.Mandeep Singh Grang2016-11-081-9/+7
* [clang-tidy] Add doc for `explain-config` option.Haojian Wu2016-09-221-2/+3
* minor header guards and help messages cleanupKirill Bobyrev2016-08-191-1/+1
* [clang-tidy] MPITypeMismatchCheckAlexander Kornienko2016-08-021-0/+5
* Revert "MPITypeMismatchCheck for Clang-Tidy"Alexander Kornienko2016-07-251-5/+0
OpenPOWER on IntegriCloud