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
/
Core
/
ExprEngine.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[analyzer] Fix operator delete[] array-type-sub-expression handling.
Artem Dergachev
2018-04-27
1
-2
/
+4
*
[analyzer] When we fail to evaluate a pointer cast, escape the pointer.
Artem Dergachev
2018-04-19
1
-32
/
+19
*
[analyzer] Better pretty-printing of regions in exploded graph
George Karpenkov
2018-03-29
1
-1
/
+1
*
[analyzer] Remove an assertion that doesn't hold in C++17.
Artem Dergachev
2018-03-22
1
-16
/
+38
*
[analyzer] Fix the assertion failure when static globals are used in lambda b...
George Karpenkov
2018-03-20
1
-15
/
+13
*
StaticAnalyzer: fix compiler warning. NFC
Pavel Labath
2018-03-14
1
-1
/
+1
*
[analyzer] NFC: Move the code for setting temp object lifetime into method.
Artem Dergachev
2018-03-12
1
-0
/
+60
*
[CFG] [analyzer] Add construction context to C++ return-by-value call elements.
Artem Dergachev
2018-03-12
1
-0
/
+1
*
[analyzer] Add scope information to CFG
Maxim Ostapenko
2018-03-12
1
-0
/
+2
*
Fix an unused variable warning; NFC
George Burgess IV
2018-03-08
1
-1
/
+1
*
[analyzer] Don't crash with assertion failure on structured bindings
George Karpenkov
2018-03-07
1
-1
/
+6
*
[StaticAnalyzer] Fix some Clang-tidy modernize and Include What You Use warni...
Eugene Zelenko
2018-03-02
1
-203
/
+202
*
Resubmit [analyzer] Support for naive cross translation unit analysis
Ilya Biryukov
2018-03-01
1
-3
/
+4
*
Revert "[analyzer] Support for naive cross translation unit analysis"
Ilya Biryukov
2018-03-01
1
-4
/
+3
*
[analyzer] Support for naive cross translation unit analysis
Gabor Horvath
2018-02-28
1
-3
/
+4
*
[analyzer] Track temporaries without construction contexts for destruction.
Artem Dergachev
2018-02-27
1
-11
/
+44
*
[analyzer] Introduce correct lifetime extension behavior in simple cases.
Artem Dergachev
2018-02-27
1
-39
/
+130
*
[analyzer] Suppress temporary destructors for temporary arrays.
Artem Dergachev
2018-02-15
1
-3
/
+16
*
[analyzer] Compute the correct this-region for temporary destructors.
Artem Dergachev
2018-02-15
1
-71
/
+107
*
[analyzer] Decide on inlining destructors via EvalCallOptions.
Artem Dergachev
2018-02-15
1
-11
/
+38
*
[analyzer] Add missing pre-post-statement callbacks for OffsetOfExpr.
Artem Dergachev
2018-02-10
1
-3
/
+10
*
[CFG] Add extra context to C++ constructor statement elements.
Artem Dergachev
2018-02-08
1
-11
/
+12
*
[analyzer] Self-debug: Dump the core's internal state traits to the egraph.
Artem Dergachev
2018-02-08
1
-1
/
+55
*
[analyzer] Self-debug: Dump environment frame-by-frame.
Artem Dergachev
2018-02-08
1
-40
/
+1
*
[analyzer] Fix transitions in check::PreStmt<MemberExpr> checker callback.
Artem Dergachev
2018-02-02
1
-5
/
+4
*
[analyzer] Expose exploration strategy through analyzer options.
George Karpenkov
2018-02-02
1
-1
/
+1
*
[analyzer] operator new: Fix callback order for CXXNewExpr.
Artem Dergachev
2018-01-18
1
-1
/
+9
*
[analyzer] operator new: Add a new ProgramPoint for check::NewAllocator.
Artem Dergachev
2018-01-18
1
-0
/
+2
*
[analyzer] operator new: Fix ambigious type name.
Artem Dergachev
2018-01-17
1
-2
/
+3
*
[analyzer] NFC: Forbid array elements of void type.
Artem Dergachev
2018-01-17
1
-3
/
+11
*
[analyzer] operator new: Use the correct region for the constructor.
Artem Dergachev
2018-01-17
1
-0
/
+58
*
[analyzer] do not crash on cases where an array subscript is an rvalue
George Karpenkov
2017-12-05
1
-11
/
+24
*
[analyzer] pr34404: Fix a crash on modeling pointers to indirect members.
Artem Dergachev
2017-11-27
1
-1
/
+3
*
[analyzer] Fix leak false positives on stuff put in C++/ObjC initializer lists.
Artem Dergachev
2017-10-05
1
-17
/
+38
*
[StaticAnalyzer] LoopUnrolling: Keep track the maximum number of steps for ea...
Peter Szecsi
2017-08-28
1
-1
/
+2
*
[StaticAnalyzer] LoopUnrolling fixes
Peter Szecsi
2017-08-28
1
-2
/
+5
*
[StaticAnalyzer] LoopUnrolling: Track a LoopStack in order to completely unro...
Peter Szecsi
2017-08-21
1
-17
/
+15
*
[StaticAnalyzer] Handle LoopExit CFGElement in the analyzer
Peter Szecsi
2017-08-21
1
-1
/
+24
*
[CFG] Add LoopExit information to CFG
Peter Szecsi
2017-08-19
1
-0
/
+1
*
[StaticAnalyzer] LoopUnrolling: Exclude cases where the counter is escaped be...
Peter Szecsi
2017-08-19
1
-1
/
+1
*
[StaticAnalyzer] Completely unrolling specific loops with known bound option
Peter Szecsi
2017-07-25
1
-0
/
+22
*
Revert "[StaticAnalyzer] Completely unrolling specific loops with known bound...
Peter Szecsi
2017-07-20
1
-23
/
+1
*
This feature allows the analyzer to consider loops to completely unroll. New
Peter Szecsi
2017-07-19
1
-1
/
+23
*
CFG: Add CFGElement for automatic variables that leave the scope
Matthias Gehre
2017-07-12
1
-0
/
+2
*
Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.
Galina Kistanova
2017-06-03
1
-0
/
+1
*
[analyzer] Fix assert in ExprEngine::processSwitch
Alexander Shaposhnikov
2017-04-21
1
-2
/
+2
*
[analyzer] When creating a temporary object, properly copy the value into it.
Artem Dergachev
2017-03-28
1
-14
/
+50
*
[coroutines] Add DependentCoawaitExpr and fix re-building CoroutineBodyStmt.
Eric Fiselier
2017-03-06
1
-0
/
+1
*
[Analyzer] Terminate analysis on OpenMP code instead of assertion crash
Aleksei Sidorin
2017-03-03
1
-31
/
+32
*
[analyzer] pr32088: Don't destroy the temporary if its initializer causes ret...
Devin Coughlin
2017-03-01
1
-1
/
+9
[prev]
[next]