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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[analyzer] Move zero-size allocation checks to optin.portability.
Artem Dergachev
2017-06-27
1
-20
/
+35
*
[analyzer] Do not continue to analyze a path if the constraints contradict wi...
Gabor Horvath
2017-06-22
1
-1
/
+3
*
[analyzer] Bump a few default performance thresholds.
Artem Dergachev
2017-06-21
1
-2
/
+2
*
[analyzer] LocalizationChecker: Support new localizable APIs.
Artem Dergachev
2017-06-21
1
-0
/
+43
*
[analyzer] Teach CloneDetection about Qt Meta-Object Compiler to filter auto ...
Leslie Zhai
2017-06-20
1
-1
/
+1
*
[analyzer] Check NULL pointer dereference issue for memset function
Leslie Zhai
2017-06-20
1
-0
/
+51
*
[analyzer] Fix logical not for pointers with different bit width
Daniel Marjamaki
2017-06-19
1
-3
/
+2
*
[analyzer] Teach CloneDetection about Qt Meta-Object Compiler
Leslie Zhai
2017-06-19
1
-1
/
+6
*
[analyzer] Fix a crash when an ObjC object is constructed in AllocaRegion.
Artem Dergachev
2017-06-12
1
-0
/
+6
*
[analyzer] Don't add arrow to the inlined function's decl when it has no body.
Artem Dergachev
2017-06-05
1
-3
/
+9
*
[analyzer] Nullability: fix notes around synthesized ObjC property accessors.
Artem Dergachev
2017-06-05
2
-3
/
+45
*
Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.
Galina Kistanova
2017-06-03
4
-0
/
+4
*
[analyzer] Fix immutable map factory lifetime for partial taint.
Artem Dergachev
2017-05-29
1
-13
/
+10
*
[analyzer] Support partially tainted records.
Artem Dergachev
2017-05-29
3
-80
/
+111
*
[analyzer] Initial commit for the upcoming refactoring of the IteratorChecker.
Artem Dergachev
2017-05-29
3
-841
/
+834
*
[analyzer] PthreadLockChecker: model failed pthread_mutex_destroy() calls.
Artem Dergachev
2017-05-29
1
-13
/
+133
*
[Statistics] Use the new Statistic::updateMax to atomically calculate a maxim...
Craig Topper
2017-05-18
2
-8
/
+4
*
[StaticAnalyzer] Move inline counter increaser to inlineCall function
Peter Szecsi
2017-05-16
1
-2
/
+1
*
[analyzer] Add modelling of __builtin_assume
Gabor Horvath
2017-05-12
1
-0
/
+16
*
[analyzer] Avoid an allocation in Std C function modelling
Gabor Horvath
2017-05-12
1
-1
/
+4
*
Use clang++-3.5 compatible initializer_list constructor
Serge Guelton
2017-05-10
1
-1
/
+1
*
Suppress all uses of LLVM_END_WITH_NULL. NFC.
Serge Guelton
2017-05-09
4
-85
/
+52
*
[analyzer] Fix memory error bug category capitalization.
Artem Dergachev
2017-05-03
4
-18
/
+23
*
[analyzer] Detect bad free of function pointers
Daniel Marjamaki
2017-05-02
1
-1
/
+44
*
Refactor frontend InputKind to prepare for treating module maps as a distinct...
Richard Smith
2017-04-26
1
-1
/
+1
*
[analyzer] Teach the MallocChecker about Glib API for two arguments
Leslie Zhai
2017-04-26
1
-28
/
+74
*
[analyzer] Improve subscripting null arrays for catching null dereferences.
Artem Dergachev
2017-04-24
2
-10
/
+12
*
[analyzer] Improve suppression for inlined defensive checks before operator &.
Artem Dergachev
2017-04-24
2
-3
/
+29
*
[analyzer] Fix assert in ExprEngine::processSwitch
Alexander Shaposhnikov
2017-04-21
1
-2
/
+2
*
[analyzer] Enforce super-region classes for various memory regions.
Artem Dergachev
2017-04-13
6
-51
/
+58
*
[analyzer] Add numerous assertions to SVal, SymExpr, and MemRegion classes.
Artem Dergachev
2017-04-13
1
-4
/
+2
*
[analyzer] Simplify values in binary operations a bit more aggressively.
Artem Dergachev
2017-04-13
1
-5
/
+82
*
[analyzer] Add a check for IvarRegion in getExtraInvalidatedValues
Alexander Shaposhnikov
2017-04-12
1
-5
/
+7
*
[analyzer] Reland r299544 "Add a modular constraint system to the CloneDetector"
Artem Dergachev
2017-04-06
1
-31
/
+69
*
Revert "[analyzer] Add a modular constraint system to the CloneDetector"
Artem Dergachev
2017-04-05
1
-69
/
+31
*
[analyzer] Add a modular constraint system to the CloneDetector
Artem Dergachev
2017-04-05
1
-31
/
+69
*
[analyzer] alpha.core.Conversion - Fix false positive for 'U32 += S16;' expre...
Daniel Marjamaki
2017-04-05
1
-10
/
+32
*
[analyzer] Add new Z3 constraint manager backend
Dominic Chen
2017-04-04
2
-0
/
+1634
*
Spelling mistakes in comments. NFCI. (PR27635)
Simon Pilgrim
2017-03-30
4
-8
/
+8
*
[analyzer] Fix symbolication for unknown unary increment/decrement results.
Artem Dergachev
2017-03-28
2
-1
/
+10
*
[analyzer] When creating a temporary object, properly copy the value into it.
Artem Dergachev
2017-03-28
2
-23
/
+90
*
[analyzer] MisusedMovedObject: Remove deprecated callback. NFC
Artem Dergachev
2017-03-24
1
-7
/
+0
*
[analyzer] Add MisusedMovedObjectChecker for detecting use-after-move errors.
Artem Dergachev
2017-03-24
2
-0
/
+489
*
Remove repeated code (PR32250). NFCI.
Simon Pilgrim
2017-03-15
1
-2
/
+0
*
[analyzer] Fix a rare crash for valist check.
Gabor Horvath
2017-03-13
1
-6
/
+2
*
[analyzer] Extend block in critical section check with C11 and Pthread APIs.
Gabor Horvath
2017-03-10
1
-13
/
+57
*
[analyzer] Turn suppress-c++-stdlib on by default
Anna Zaks
2017-03-10
1
-1
/
+1
*
[analyzer] Extend taint propagation and checking to support LazyCompoundVal
Anna Zaks
2017-03-09
2
-0
/
+42
*
[analyzer] Improve usability of ExprInspectionChecker
Anna Zaks
2017-03-09
1
-2
/
+2
*
[analyzer] Add bug visitor for taint checker.
Anna Zaks
2017-03-09
1
-2
/
+46
[next]