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
/
misc
/
MiscTidyModule.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clang-tidy] Move a few more checks from misc to bugprone.
Alexander Kornienko
2017-11-24
1
-24
/
+0
*
[clang-tidy] rename_check.py misc-dangling-handle bugprone-dangling-handle
Alexander Kornienko
2017-11-24
1
-2
/
+0
*
[clang-tidy] rename_check.py misc-argument-comment bugprone-argument-comment
Alexander Kornienko
2017-11-23
1
-2
/
+0
*
[clang-tidy] rename_check.py misc-string-constructor bugprone-string-constructor
Alexander Kornienko
2017-11-23
1
-3
/
+0
*
[clang-tidy] check for __func__/__FUNCTION__ in lambdas
Alexander Kornienko
2017-06-02
1
-0
/
+3
*
[clang-tidy] Check for forwarding reference overload in constructors.
Gabor Horvath
2017-04-06
1
-0
/
+3
*
[clang-tidy] Add check 'misc-string-compare'.
Mads Ravn
2016-12-30
1
-0
/
+2
*
[clang-tidy] Add enum misuse check.
Gabor Horvath
2016-12-27
1
-0
/
+3
*
[clang-tools-extra] Format sources with clang-format. NFC.
Mandeep Singh Grang
2016-11-08
1
-13
/
+8
*
Remove 'misc-pointer-and-integral-operation' clang-tidy check. The only cases
Richard Smith
2016-10-21
1
-3
/
+0
*
[clang-tidy] Add check 'misc-use-after-move'
Martin Bohme
2016-09-14
1
-0
/
+2
*
[clang-tidy] Add check 'misc-move-forwarding-reference'
Martin Bohme
2016-08-30
1
-0
/
+3
*
[clang-tidy] remove trailing whitespaces and retab
Kirill Bobyrev
2016-08-01
1
-1
/
+1
*
Add the misc-misplaced-const check to clang-tidy, which diagnoses when a cons...
Aaron Ballman
2016-06-07
1
-0
/
+3
*
[clang-tidy] New: checker misc-unconventional-assign-operator replacing misc-...
Gabor Horvath
2016-05-04
1
-3
/
+3
*
[clang-tidy] New checker for redundant expressions.
Etienne Bergeron
2016-04-26
1
-0
/
+3
*
A clang-tidy check for std:accumulate.
Alexander Kornienko
2016-04-26
1
-0
/
+3
*
[clang-tidy] New checker to detect suspicious string constructor.
Etienne Bergeron
2016-04-21
1
-0
/
+3
*
[clang-tidy] Add new checker for comparison with runtime string functions.
Etienne Bergeron
2016-04-21
1
-0
/
+3
*
Initial version of misc-unused-using-decl check.
Daniel Jasper
2016-04-19
1
-0
/
+3
*
[clang-tidy] Add new checker for suspicious sizeof expressions
Etienne Bergeron
2016-04-15
1
-0
/
+3
*
[clang-tidy] Add checker for operations between integrals and pointers
Etienne Bergeron
2016-04-15
1
-0
/
+3
*
[clang-tidy] Add check misc-multiple-statement-macro
Samuel Benzaquen
2016-04-14
1
-0
/
+3
*
[clang-tidy] add new checker for string literal with NUL character.
Etienne Bergeron
2016-04-07
1
-0
/
+3
*
[clang-tidy] Add a new checker to detect missing comma in initializer list.
Etienne Bergeron
2016-03-31
1
-0
/
+3
*
[clang-tidy] Add check to detect dangling references in value handlers.
Samuel Benzaquen
2016-03-29
1
-0
/
+3
*
[clang-tidy] Added a check for forward declaration in the potentially wrong n...
Alexander Kornienko
2016-02-24
1
-0
/
+3
*
[clang-tidy] Add a check to find unintended semicolons that changes the seman...
Gabor Horvath
2016-02-11
1
-0
/
+3
*
[clang-tidy] Add 'misc-misplaced-widening-cast' check.
Daniel Marjamaki
2016-02-09
1
-0
/
+3
*
[clang-tidy] Move incorrect-roundings to upstream.
Haojian Wu
2016-02-08
1
-0
/
+3
*
Support virtual-near-miss check.
Alexander Kornienko
2016-01-13
1
-0
/
+3
*
[clang-tidy] Add non-inline function definition and variable definition check...
Alexander Kornienko
2016-01-08
1
-0
/
+3
*
[clang-tidy] Check for suspicious string assignments.
Gabor Horvath
2015-12-15
1
-0
/
+3
*
[clang-tidy] Const std::move() argument ClangTidy check
Alexander Kornienko
2015-11-25
1
-0
/
+3
*
Add a new checker that tests whether a throw expression throws by value, and ...
Aaron Ballman
2015-10-09
1
-0
/
+3
*
Adding a checker (misc-non-copyable-objects) that detects situations where a ...
Aaron Ballman
2015-09-30
1
-2
/
+4
*
Adding a checker (misc-new-delete-overloads) that detects mismatched overload...
Aaron Ballman
2015-09-29
1
-0
/
+3
*
[clang-tidy] Add misc-sizeof-container check to find sizeof() uses on stl
Alexander Kornienko
2015-09-10
1
-0
/
+3
*
[clang-tidy] Move misc-use-override and readability-shrink-to-fit to "moderni...
Alexander Kornienko
2015-08-31
1
-2
/
+0
*
Add a new clang-tidy check (misc-move-constructor-init) that diagnoses move c...
Aaron Ballman
2015-08-20
1
-0
/
+3
*
Add misc-unused-alias-decls check that currently finds unused namespace
Daniel Jasper
2015-07-31
1
-0
/
+3
*
Initial version of clang-tidy check to find and fix unused parameters.
Daniel Jasper
2015-07-20
1
-0
/
+3
*
clang-tidy: Add checker that warn when macro argument with side effects is re...
Daniel Marjamaki
2015-06-17
1
-0
/
+3
*
clang-tidy: Add checker that warns about missing parentheses in macros
Daniel Marjamaki
2015-06-16
1
-0
/
+3
*
[clang-tidy] Renamed misc-noexcept-move-ctors to misc-noexcept-move-constructor
Alexander Kornienko
2015-05-27
1
-3
/
+3
*
Add a clang-tidy check for move constructors/assignment ops without noexcept.
Alexander Kornienko
2015-05-22
1
-0
/
+3
*
[clang-tidy] Refactor: Rename clang-tidy misc check files and classes to foll...
Alexander Kornienko
2015-03-09
1
-7
/
+7
*
[clang-tidy] Refactor: Move misc clang-tidy checks to namespace clang::tidy::...
Alexander Kornienko
2015-03-02
1
-1
/
+4
*
[clang-tidy] Assert related checkers
Alexander Kornienko
2015-03-02
1
-0
/
+6
*
[clang-tidy] Checker for inaccurate use of erase() method.
Gabor Horvath
2015-02-10
1
-0
/
+3
[next]