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
*
[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
*
Add ExtraArgs and ExtraArgsBefore options to enable clang warnings via config...
Alexander Kornienko
2015-11-09
1
-3
/
+8
*
Replacements in different files do not overlap.
Angel Garcia Gomez
2015-10-16
1
-16
/
+22
*
Empty undefined static variable -> local variable.
Benjamin Kramer
2015-10-16
1
-1
/
+1
*
Fix overlapping replacements in clang-tidy.
Angel Garcia Gomez
2015-10-16
1
-25
/
+143
*
[clang-tidy] Ignore spaces in -checks=
Alexander Kornienko
2015-09-16
1
-1
/
+1
*
Test commit.
Marek Kurdej
2015-09-14
1
-2
/
+1
*
Reapplying r246209, which exposed language options to the checkers. This time...
Aaron Ballman
2015-08-28
1
-0
/
+1
*
Reverting r246209 while I investigate a build bot failure: http://lab.llvm.or...
Aaron Ballman
2015-08-27
1
-1
/
+0
*
Expose language options to the checkers; disable UseNullptrCheck when not com...
Aaron Ballman
2015-08-27
1
-0
/
+1
*
Lazily initialize HeaderFilter in ClangTidyDiagnosticConsumer. This
Daniel Jasper
2015-08-12
1
-10
/
+8
*
[clang-tidy] Count errors in ClangTidyDiagnosticConsumer
Alexander Kornienko
2014-11-20
1
-0
/
+3
*
Revert r222363: "[clang-tidy] Count errors in ClangTidyDiagnosticConsumer"
Hans Wennborg
2014-11-19
1
-3
/
+0
*
[clang-tidy] Count errors in ClangTidyDiagnosticConsumer
Alexander Kornienko
2014-11-19
1
-0
/
+3
*
[clang-tidy] Added -system-headers option.
Alexander Kornienko
2014-10-28
1
-1
/
+2
*
Add flag --enable-check-profile to clang-tidy.
Samuel Benzaquen
2014-10-23
1
-1
/
+6
*
Implemented clang-tidy configurability via .clang-tidy files.
Alexander Kornienko
2014-09-04
1
-5
/
+9
*
Rename ChecksFilter to GlobList, as there's nothing specific to checks in it.
Alexander Kornienko
2014-08-06
1
-15
/
+15
[next]