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
/
google
/
MemsetZeroLengthCheck.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clang-tidy] Add bugprone-suspicious-memset-usage check
Gabor Horvath
2017-07-14
1
-96
/
+0
*
[clang-tools-extra] Format sources with clang-format. NFC.
Mandeep Singh Grang
2016-11-08
1
-6
/
+7
*
[clang-tidy] Fix a false positive in google-runtime-memset
Alexander Kornienko
2016-01-11
1
-7
/
+11
*
[clang-tidy] Refactor: Move google clang-tidy checks to namespace clang::tidy...
Alexander Kornienko
2015-03-05
1
-0
/
+2
*
[cleanup] Re-sort the #include lines with llvm/utils/sort_includes.py
Chandler Carruth
2015-01-14
1
-1
/
+1
*
[clang-tidy] Use new ASTMatchers to identify template instantiations instead ...
Benjamin Kramer
2014-09-03
1
-4
/
+1
*
[clang-tidy] MemsetZeroLenghtChecker: Don't crash trying to evaluate dependen...
Benjamin Kramer
2014-07-17
1
-2
/
+4
*
[clang-tidy] As a simple heuristic don't emit a swap fixit that would create
Benjamin Kramer
2014-07-16
1
-1
/
+2
*
[clang-tidy] Also emit a warning for memset(x, 0, 0)
Benjamin Kramer
2014-07-16
1
-4
/
+8
*
[clang-tidy] Add a checker for zero-length memset.
Benjamin Kramer
2014-07-16
1
-0
/
+85