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] 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
*
Set up clang-tidy diagnostic consumer to print types etc.
Alexander Kornienko
2014-07-14
1
-0
/
+5
*
Consistently handle clang-tidy check names in ClangTidyError.
Alexander Kornienko
2014-07-02
1
-1
/
+27
*
Initialize ClangTidyMessage::FileOffset field to avoid unitialized variable a...
Alexander Kornienko
2014-06-30
1
-1
/
+2
*
Track changes from clang r211448.
Alp Toker
2014-06-21
1
-4
/
+0
*
Allow per-file clang-tidy options.
Alexander Kornienko
2014-06-05
1
-9
/
+43
*
Never filter-out compile errors in clang-tidy, display them as errors.
Alexander Kornienko
2014-06-02
1
-3
/
+13
*
Update the code according to the changes in r209468.
Alexander Kornienko
2014-05-22
1
-4
/
+2
*
Add clang-tidy -line-filter option to filter findings by line ranges.
Alexander Kornienko
2014-05-22
1
-12
/
+42
*
Fixed incorrect StringRef::find usage.
Alexander Kornienko
2014-05-15
1
-1
/
+1
*
Change the behavior of clang-tidy -checks=, remove -disable-checks.
Alexander Kornienko
2014-05-15
1
-6
/
+39
*
Update for Clang API change and move ClangTidyDiagnosticRenderer into an anon...
Benjamin Kramer
2014-05-10
1
-8
/
+7
*
Store Errors inside ClangTidyContext instead of just pointer to an external
Alexander Kornienko
2014-05-09
1
-4
/
+4
*
Print stats on displayed and ignored warnings.
Alexander Kornienko
2014-05-07
1
-11
/
+19
[next]