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
/
lib
/
StaticAnalyzer
/
Checkers
/
CMakeLists.txt
Commit message (
Expand
)
Author
Age
Files
Lines
*
[analyzer] Add PlacementNewChecker
Gabor Marton
2020-01-10
1
-0
/
+1
*
[analyzer] Add Fuchsia Handle checker
Gabor Horvath
2019-12-20
1
-0
/
+1
*
[Analyzer][NFC] Iterator Checkers - Separate iterator modeling and the actual...
Adam Balogh
2019-12-11
1
-1
/
+6
*
[analyzer] CastValueChecker: Model casts
Csaba Dabis
2019-07-10
1
-0
/
+1
*
Revert "[analyzer] CastValueChecker: Model casts"
Csaba Dabis
2019-07-09
1
-1
/
+0
*
[analyzer] CastValueChecker: Model casts
Csaba Dabis
2019-07-09
1
-0
/
+1
*
[analyzer] ReturnValueChecker: Model the guaranteed boolean return value of f...
Csaba Dabis
2019-07-04
1
-0
/
+1
*
[Analyzer] Checker for non-determinism caused by iteration of unordered conta...
Mandeep Singh Grang
2019-05-24
1
-0
/
+1
*
[analyzer] PR41269: Add a bit of C++ smart pointer modeling.
Artem Dergachev
2019-04-23
1
-0
/
+1
*
[analyzer] Move taint API from ProgramState to a separate header. NFC.
Artem Dergachev
2019-03-29
1
-0
/
+1
*
[Analyzer] Checker for non-determinism caused by sorting of pointer-like elem...
Mandeep Singh Grang
2019-03-08
1
-0
/
+1
*
[analyzer] MIGChecker: A checker for Mach Interface Generator conventions.
Artem Dergachev
2019-02-21
1
-0
/
+1
*
[analyzer] Opt-in C Style Cast Checker for OSObject pointers
George Karpenkov
2019-02-08
1
-0
/
+1
*
[analyzer][NFC] Move CheckerRegistry from the Core directory to Frontend
Kristof Umann
2018-12-15
1
-1
/
+0
*
[analyzer] Rename MisusedMovedObjectChecker to MoveChecker
Artem Dergachev
2018-12-03
1
-1
/
+1
*
[analyzer] INT50-CPP. Do not cast to an out-of-range enumeration checker
Kristof Umann
2018-11-24
1
-0
/
+1
*
[analyzer][NFC] Fix some incorrect uses of -analyzer-config options
Kristof Umann
2018-11-02
1
-1
/
+0
*
[analyzer] [NFC] Split up RetainSummaryManager from RetainCountChecker - try #2
George Karpenkov
2018-08-21
1
-4
/
+0
*
Revert "[analyzer] [NFC] Split up RetainSummaryManager from RetainCountChecker"
Bruno Cardoso Lopes
2018-08-18
1
-0
/
+1
*
[analyzer] [NFC] Split up RetainSummaryManager from RetainCountChecker
George Karpenkov
2018-08-18
1
-1
/
+0
*
[analyzer] [NFC] Split up RetainCountChecker
George Karpenkov
2018-08-17
1
-1
/
+3
*
[analyzer][UninitializedObjectChecker] Refactoring p2.: Moving pointer chasin...
Kristof Umann
2018-08-13
1
-1
/
+2
*
[analyzer] Syntactic matcher for leaks associated with run loop and autorelea...
George Karpenkov
2018-07-25
1
-0
/
+1
*
[analyzer] Rename DanglingInternalBufferChecker to InnerPointerChecker.
Reka Kovacs
2018-07-20
1
-1
/
+1
*
[analyzer] Checker for uninitialized C++ objects
Kristof Umann
2018-06-18
1
-0
/
+1
*
[analyzer] Add dangling internal buffer check.
Reka Kovacs
2018-06-09
1
-0
/
+1
*
[analyzer] Path-insensitive checker for writes into an auto-releasing pointer
George Karpenkov
2018-03-29
1
-0
/
+1
*
[analyzer] Trust _Nonnull annotations for system framework
George Karpenkov
2018-03-23
1
-0
/
+1
*
[analyzer] Move the GCDAsyncSemaphoreChecker to optin.performance
George Karpenkov
2018-03-12
1
-1
/
+1
*
[analyzer] AST-matching checker to detect global central dispatch performance...
George Karpenkov
2018-03-05
1
-0
/
+1
*
[analyzer] Add a checker for mmap()s which are both writable and executable.
Artem Dergachev
2018-03-01
1
-0
/
+1
*
Revert r324166 "[analyzer] Add a checker for mmap()...".
Artem Dergachev
2018-02-03
1
-1
/
+0
*
[analyzer] Add a checker for mmap()s which are both writable and executable.
Artem Dergachev
2018-02-03
1
-0
/
+1
*
[Analyzer] Assume that CFBooleanRef const globals are non-null
George Karpenkov
2017-10-13
1
-1
/
+1
*
[Analyzer] Assume that string-like const globals are non-nil.
George Karpenkov
2017-10-11
1
-0
/
+1
*
[analyzer] Add new delete with non-virtual destructor check
Gabor Horvath
2017-09-22
1
-0
/
+1
*
[analyzer] Initial commit for the upcoming refactoring of the IteratorChecker.
Artem Dergachev
2017-05-29
1
-1
/
+1
*
[analyzer] Add MisusedMovedObjectChecker for detecting use-after-move errors.
Artem Dergachev
2017-03-24
1
-0
/
+1
*
[analyzer] Add checker for iterators dereferenced beyond their range.
Gabor Horvath
2017-01-09
1
-0
/
+1
*
[analyzer] Add checker modeling gtest APIs.
Devin Coughlin
2016-12-19
1
-0
/
+1
*
[analyzer] Detect ObjC properties that are both (copy) and Mutable.
Artem Dergachev
2016-12-13
1
-0
/
+1
*
[analyzer] Add StdLibraryFunctions checker.
Artem Dergachev
2016-10-24
1
-0
/
+1
*
[analyzer] Add NumberObjectConversion checker.
Artem Dergachev
2016-10-18
1
-0
/
+1
*
[analyzer] Link libStaticAnalyzerCheckers to libASTMatchers.
Artem Dergachev
2016-10-13
1
-0
/
+1
*
[analyzer] Add a checker that detects blocks in critical sections
Anna Zaks
2016-09-20
1
-0
/
+1
*
[analyzer] ExprEngine: remove second call to PreStmt<CastExpr>
Aleksei Sidorin
2016-09-01
1
-0
/
+1
*
Reapply "[analyzer] Added valist related checkers."
Gabor Horvath
2016-08-22
1
-0
/
+1
*
revert [analyzer] Added valist related checkers.
Gabor Horvath
2016-08-18
1
-1
/
+0
*
[analyzer] Added valist related checkers.
Gabor Horvath
2016-08-18
1
-0
/
+1
*
[analyzer] Add a checker for loss of sign or precision in integral casts.
Artem Dergachev
2016-08-17
1
-0
/
+1
[next]