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
/
ClangTidyDiagnosticConsumer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix -Wswitch-coverage warning in clang-tidy after ak_addrspace introduction.
Eric Christopher
2019-12-13
1
-0
/
+3
*
Fix naming style. NFC.
Alexander Kornienko
2019-12-12
1
-20
/
+20
*
Remove Expr.h include from ASTContext.h, NFC
Reid Kleckner
2019-12-06
1
-0
/
+1
*
Revert "[clang-tidy] Fix relative path in header-filter."
Dmitri Gribenko
2019-09-23
1
-3
/
+1
*
[clang-tidy] Fix relative path in header-filter.
Dmitri Gribenko
2019-09-20
1
-1
/
+3
*
Moved GlobList into a separate header file
Dmitri Gribenko
2019-08-26
1
-41
/
+1
*
[clang-tidy] Possibility of displaying duplicate warnings
Kristof Umann
2019-08-23
1
-2
/
+3
*
[clang-tools-extra] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-3
/
+3
*
[clang-tidy] Make the plugin honor NOLINT
Nikolai Kosjar
2019-06-06
1
-12
/
+82
*
[clangd] Respect clang-tidy suppression comments
Fangrui Song
2019-05-19
1
-10
/
+26
*
[clang-tidy] Add fix descriptions to clang-tidy checks.
Haojian Wu
2019-04-17
1
-9
/
+23
*
[clang-tidy] NOLINT support for "clang-diagnostic-*".
Haojian Wu
2019-03-12
1
-9
/
+7
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[clang-tidy] use "const SourceManager&" parameter, NFC.
Haojian Wu
2018-12-19
1
-3
/
+3
*
[clang-tidy] Untangle layering in ClangTidyDiagnosticConsumer somewhat. NFC
Sam McCall
2018-11-08
1
-15
/
+9
*
[clang-tidy] Get ClangTidyContext out of the business of storing diagnostics....
Sam McCall
2018-11-02
1
-9
/
+4
*
[clang-tidy] Remove false decoupling in ClangTidyContext. NFC
Sam McCall
2018-10-31
1
-12
/
+2
*
[clang-tidy] Store checks profiling info as JSON files
Roman Lebedev
2018-06-06
1
-0
/
+12
*
[clang-tidy] Add a flag to enable alpha checkers
Alexander Kornienko
2018-05-17
1
-2
/
+4
*
[clang-tidy] Profile is a per-AST (per-TU) data.
Roman Lebedev
2018-05-08
1
-2
/
+2
*
Fix up after clang r331155.
Richard Smith
2018-04-30
1
-1
/
+1
*
Add support for NOLINT and NOLINTNEXTLINE comments mentioning specific check ...
Aaron Ballman
2017-12-14
1
-8
/
+41
*
[clang-tidy] Ignore newlines in checks list
Alexander Kornienko
2017-08-09
1
-1
/
+1
*
[NFC] Update to account for DiagnosticRenderer use of FullSourceLoc
Peter Smith
2017-06-27
1
-25
/
+22
*
Fix 'not all control paths return a value' warning on windows buildbots.
Simon Pilgrim
2017-05-18
1
-0
/
+1
*
[clang-tidy] Optimize GlobList::contains
Alexander Kornienko
2017-05-18
1
-6
/
+29
*
Change getChecksFilter() interface to hide implementation details.
Alexander Kornienko
2017-05-17
1
-8
/
+7
*
[clang-tidy] Allow disabling compatibility check for generated fixes.
Alexander Kornienko
2017-05-09
1
-4
/
+8
*
Change EOL style to LF. NFC
Alexander Kornienko
2017-05-09
1
-619
/
+619
*
[clang-tidy] Fix treating non-space whitespaces in checks list.
Marek Kurdej
2017-03-23
1
-618
/
+619
*
[clang-tidy] Ignore spaces between globs in the Checks option.
Alexander Kornienko
2017-02-16
1
-0
/
+1
*
[clang-tidy] Add support for NOLINTNEXTLINE.
Benjamin Kramer
2017-02-14
1
-0
/
+29
*
[clang-tidy] Reduce indentation. NFC.
Benjamin Kramer
2017-02-13
1
-10
/
+10
*
[clang-tidy] Add check name to YAML export (clang-tools-extra part)
Alexander Kornienko
2017-01-03
1
-33
/
+19
*
[clang-tools-extra] Format sources with clang-format. NFC.
Mandeep Singh Grang
2016-11-08
1
-9
/
+8
*
[clang-tidy] Suppress notes for warnings that were ignored
Malcolm Parsons
2016-11-02
1
-1
/
+8
*
[clang-tidy] Clean up code after applying replacements.
Alexander Kornienko
2016-10-17
1
-2
/
+3
*
[clang-tidy] fix for NOLINT after macro expansion
Matthias Gehre
2016-09-24
1
-1
/
+13
*
Fix clang-tidy crash when a single fix is applied on multiple files.
Eric Liu
2016-08-09
1
-15
/
+19
*
Changes related to new implementation of tooling::Replacements as class.
Eric Liu
2016-08-01
1
-1
/
+8
*
[Typo police] s/proccess/process/, s/auxiliary/auxilliary/.
Justin Lebar
2016-07-29
1
-5
/
+5
*
[clang-tidy] Avoid duplicated DenseMap lookup.
Benjamin Kramer
2016-07-21
1
-2
/
+1
*
[clang-tidy] Switch to a more common way of customizing check behavior.
Alexander Kornienko
2016-05-20
1
-4
/
+0
*
[clang-tidy] Apply NOLINT filtering to Clang warnings.
Alexander Kornienko
2016-05-04
1
-14
/
+23
*
[clang-tidy] Fix a crash issue when clang-tidy runs with compilation database.
Haojian Wu
2016-02-26
1
-3
/
+5
*
Add a new check, readability-redundant-string-init, that checks unnecessary s...
Alexander Kornienko
2016-02-25
1
-3
/
+2
*
[clang-tidy] Fix a copy-paste error.
Alexander Kornienko
2016-01-15
1
-1
/
+1
*
Teach clang-tidy how to upgrade warnings into errors.
Jonathan Roelofs
2016-01-13
1
-3
/
+14
*
Disable part of the misc-move-constructor-init checker when the check is enab...
Aaron Ballman
2016-01-08
1
-0
/
+4
*
[clang-tidy] Test commit (playing with git-svn)
Alexander Kornienko
2015-11-16
1
-1
/
+1
[next]