index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang-tools-extra
/
clang-tidy
/
tool
/
ClangTidyMain.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use InitLLVM in clang-tidy
Rui Ueyama
2019-11-28
1
-1
/
+2
*
Revert "Use InitLLVM to setup a pretty stack printer"
Nico Weber
2019-11-25
1
-2
/
+1
*
Use InitLLVM to setup a pretty stack printer
Rui Ueyama
2019-11-26
1
-1
/
+2
*
Moved GlobList into a separate header file
Dmitri Gribenko
2019-08-26
1
-0
/
+1
*
[clang-tools-extra] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-2
/
+2
*
Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC
Fangrui Song
2019-08-05
1
-1
/
+1
*
Fixed two issues in clang-tidy -help.
Alexander Kornienko
2019-07-01
1
-2
/
+2
*
[clang-tidy] Expand modular headers for PPCallbacks
Alexander Kornienko
2019-03-22
1
-11
/
+14
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[clang-tidy] Remove extra config.h includes
Ivan Donchevskii
2018-12-14
1
-1
/
+0
*
[clang-tidy] Share the forced linking code between clang-tidy tool and plugin
Ivan Donchevskii
2018-12-14
1
-92
/
+1
*
Revert "[clang-tidy] Share the forced linking code between clang-tidy tool an...
Douglas Yung
2018-12-14
1
-1
/
+92
*
[clang-tidy] Share the forced linking code between clang-tidy tool and plugin
Ivan Donchevskii
2018-12-13
1
-92
/
+1
*
[clang-tidy] PrintStackTraceOnErrorSignal
Alexander Kornienko
2018-11-26
1
-0
/
+2
*
[clang-tidy] Get ClangTidyContext out of the business of storing diagnostics....
Sam McCall
2018-11-02
1
-4
/
+4
*
[clang-tidy] Build it even without static analyzer
Stephen Kelly
2018-10-01
1
-0
/
+3
*
Reverting r343415 as it breaks at least one of the bots.
Aaron Ballman
2018-09-30
1
-2
/
+0
*
Allow clang-tidy to be built without a dependency on the clang static analyzer.
Aaron Ballman
2018-09-30
1
-0
/
+2
*
[clang-tidy] Store checks profiling info as JSON files
Roman Lebedev
2018-06-06
1
-6
/
+25
*
[clang-tidy] Add a flag to enable alpha checkers
Alexander Kornienko
2018-05-17
1
-3
/
+14
*
[clang-tidy] Profile is a per-AST (per-TU) data.
Roman Lebedev
2018-05-08
1
-44
/
+1
*
[clang-tidy] Remove AnalyzeTemporaryDtors option.
Alexander Kornienko
2018-05-03
1
-14
/
+0
*
[clang-tidy] Fix clang-tidy doesn't read .clangtidy configuration file.
Haojian Wu
2018-04-18
1
-9
/
+9
*
[clang-tidy] Return non-zero exit code for clang errors.
Alexander Kornienko
2018-04-09
1
-4
/
+16
*
clang-tidy, modularize: return non-zero exit code on errors
Alexander Kornienko
2018-03-22
1
-2
/
+2
*
[clang-tidy] Add Zircon module to clang-tidy
Julie Hockett
2018-03-14
1
-0
/
+5
*
[clang-tidy] Fixing incorrect comment
Julie Hockett
2018-03-13
1
-1
/
+1
*
[clang-tidy] Add check: replace string::find(...) == 0 with absl::StartsWith
Haojian Wu
2018-03-09
1
-0
/
+5
*
[clang-tidy] Add "portability" module and rename readability-simd-intrinsics ...
Fangrui Song
2018-03-07
1
-0
/
+5
*
[clang-tidy] Add -vfsoverlay flag
Ilya Biryukov
2018-01-23
1
-2
/
+39
*
Add a new clang-tidy module for Fuchsia as an umbrella to diagnose issues wit...
Aaron Ballman
2017-11-28
1
-0
/
+5
*
[clang-tidy ObjC] [1/3] New module `objc` for Objective-C checks
Haojian Wu
2017-10-26
1
-0
/
+5
*
[clang-tidy] Don't error on MS-style inline assembly.
Zachary Turner
2017-10-20
1
-0
/
+5
*
Update for PrintHelpMessage not calling exit.
Rafael Espindola
2017-09-08
1
-2
/
+2
*
[clang-tidy] Add bugprone-suspicious-memset-usage check
Gabor Horvath
2017-07-14
1
-0
/
+5
*
[clang-tidy][Part1] Add a new module Android and three new checks.
Yan Wang
2017-06-23
1
-0
/
+5
*
[clang-tidy] Update docs and help message
Alexander Kornienko
2017-04-06
1
-1
/
+4
*
[clang-tidy] Add FormatStyle configuration option.
Alexander Kornienko
2017-04-06
1
-8
/
+11
*
Rename the clang-tidy safety module to be hicpp, for the High-Integrity C++ c...
Aaron Ballman
2017-03-19
1
-4
/
+4
*
[clang-tidy] Format code around applied fixes
Alexander Kornienko
2017-03-03
1
-7
/
+15
*
[clang-tidy] Add -quiet option to suppress extra output
Ehsan Akhgari
2017-02-09
1
-8
/
+21
*
[clang-tidy] safety-no-assembler
Jonathan Coe
2017-02-06
1
-0
/
+5
*
[clang-tidy] Add check name to YAML export (clang-tools-extra part)
Alexander Kornienko
2017-01-03
1
-1
/
+1
*
[clang-tidy] Make format style customizable
Jonas Devlieghere
2016-11-30
1
-4
/
+12
*
[clang-tidy] clang-analyzer-alpha* checks are not registered, so there's no n...
Alexander Kornienko
2016-11-08
1
-3
/
+2
*
[clang-tools-extra] Format sources with clang-format. NFC.
Mandeep Singh Grang
2016-11-08
1
-9
/
+7
*
[clang-tidy] Add doc for `explain-config` option.
Haojian Wu
2016-09-22
1
-2
/
+3
*
minor header guards and help messages cleanup
Kirill Bobyrev
2016-08-19
1
-1
/
+1
*
[clang-tidy] MPITypeMismatchCheck
Alexander Kornienko
2016-08-02
1
-0
/
+5
*
Revert "MPITypeMismatchCheck for Clang-Tidy"
Alexander Kornienko
2016-07-25
1
-5
/
+0
[next]