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
/
bugprone
/
BugproneTidyModule.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clang-tidy] new check: bugprone-signed-char-misuse
Tamás Zolnai
2020-01-06
1
-0
/
+3
*
[clang-tidy] Add bugprone-bad-signal-to-kill-thread check and its alias cert-...
Abel Kocsis
2019-11-11
1
-0
/
+3
*
Revert "[clang-tidy] Add bugprone-bad-signal-to-kill-thread checker and alias...
Abel Kocsis
2019-11-11
1
-3
/
+0
*
[clang-tidy] Add bugprone-bad-signal-to-kill-thread checker and alias cert-po...
Abel Kocsis
2019-11-11
1
-0
/
+3
*
[clang-tidy] New checker for not null-terminated result caused by strlen(), s...
Csaba Dabis
2019-10-13
1
-0
/
+3
*
[clang-tidy] Add missing InfiniteLoopCheck.h, InfiniteLoopCheck.cpp and test ...
Fangrui Song
2019-09-24
1
-0
/
+3
*
Revert rL372693 : [clang-tidy] New bugprone-infinite-loop check for detecting...
Simon Pilgrim
2019-09-24
1
-3
/
+0
*
[clang-tidy] New bugprone-infinite-loop check for detecting obvious infinite ...
Adam Balogh
2019-09-24
1
-0
/
+3
*
[clang-tidy] Check for dynamically initialized statics in headers.
Yuanfang Chen
2019-08-21
1
-0
/
+3
*
[clang-tidy] new check: bugprone-posix-return
Dmitri Gribenko
2019-07-03
1
-0
/
+3
*
[clang-tidy] Sort this list alphabetically
Tamas Zolnai
2019-05-20
1
-2
/
+2
*
[clang-tidy] new check: bugprone-branch-clone
Kristof Umann
2019-05-15
1
-0
/
+3
*
[clang-tidy] new check: bugprone-unhandled-self-assignment
Tamas Zolnai
2019-05-12
1
-0
/
+3
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Revert "[clang-tidy] new check: bugprone-branch-clone"
Jonas Toth
2018-12-05
1
-3
/
+0
*
[clang-tidy] new check: bugprone-branch-clone
Jonas Toth
2018-12-05
1
-0
/
+3
*
[clang-tidy] new check: bugprone-too-small-loop-variable
Jonas Toth
2018-11-12
1
-0
/
+3
*
Revert "[clang-tidy] New checker for not null-terminated result caused by str...
Jonas Toth
2018-10-13
1
-3
/
+0
*
[clang-tidy] New checker for not null-terminated result caused by strlen(), s...
Jonas Toth
2018-10-12
1
-0
/
+3
*
[clang-tidy] Exception Escape Checker
Adam Balogh
2018-07-13
1
-0
/
+3
*
[clang-tidy] new cppcoreguidelines-narrowing-conversions check.
Clement Courbet
2018-05-23
1
-0
/
+3
*
[clang-tidy] Add terminating continue check
Gabor Horvath
2018-05-14
1
-0
/
+3
*
[clang-tidy] Check if grand-..parent's virtual method was called instead of o...
Zinovy Nis
2018-04-06
1
-0
/
+3
*
[clang-tidy] New check bugprone-unused-return-value
Alexander Kornienko
2018-03-19
1
-0
/
+3
*
[clang-tidy] rename_check.py misc-unused-raii bugprone-unused-raii --check_cl...
Alexander Kornienko
2018-03-15
1
-0
/
+3
*
[clang-tidy] rename_check.py misc-sizeof-container bugprone-sizeof-container
Alexander Kornienko
2018-03-15
1
-0
/
+3
*
[clang-tidy] rename_check.py misc-sizeof-expression bugprone-sizeof-expression
Alexander Kornienko
2018-03-15
1
-0
/
+3
*
[clang-tidy] rename_check.py {misc,bugprone}-macro-parentheses
Alexander Kornienko
2018-03-15
1
-0
/
+3
*
[clang-tidy] Another batch of checks to rename from misc- to bugprone-.
Alexander Kornienko
2018-02-28
1
-0
/
+12
*
Rename more checks from misc- to bugprone-.
Alexander Kornienko
2018-02-28
1
-0
/
+12
*
Rename a few checks from misc- to bugprone-.
Alexander Kornienko
2018-02-28
1
-0
/
+12
*
[clang-tidy] New checker for exceptions that are created but not thrown
Gabor Horvath
2018-02-15
1
-0
/
+3
*
clang-tidy/rename_check.py misc-incorrect-roundings bugprone-incorrect-roundings
Alexander Kornienko
2018-01-30
1
-0
/
+3
*
[clang-tidy] Move a few more checks from misc to bugprone.
Alexander Kornienko
2017-11-24
1
-0
/
+27
*
[clang-tidy] rename_check.py misc-dangling-handle bugprone-dangling-handle
Alexander Kornienko
2017-11-24
1
-0
/
+3
*
[clang-tidy] rename_check.py misc-argument-comment bugprone-argument-comment
Alexander Kornienko
2017-11-23
1
-0
/
+3
*
[clang-tidy] rename_check.py misc-string-constructor bugprone-string-constructor
Alexander Kornienko
2017-11-23
1
-0
/
+3
*
[clang-tidy] Misplaced Operator in Strlen in Alloc
Adam Balogh
2017-11-23
1
-0
/
+3
*
[clang-tidy] Fix an oversight after renaming a check
Gabor Horvath
2017-11-17
1
-1
/
+1
*
[clang-tidy] Add a check for undelegated copy of base classes
Gabor Horvath
2017-11-17
1
-0
/
+3
*
[clang-tidy] Add integer division check
Gabor Horvath
2017-08-10
1
-0
/
+3
*
[clang-tidy] Add bugprone-undefined-memory-manipulation check
Gabor Horvath
2017-07-14
1
-0
/
+3
*
[clang-tidy] Add bugprone-suspicious-memset-usage check
Gabor Horvath
2017-07-14
1
-0
/
+38