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 eliding the same destructor twice due to buggy default arguments.
Artem Dergachev
2018-07-31
1
-1
/
+2
*
[CFG] [analyzer] NFC: Enumerate construction context layer kinds.
Artem Dergachev
2018-07-31
1
-93
/
+48
*
Remove trailing space
Fangrui Song
2018-07-30
1
-4
/
+4
*
[analyzer] Make checkEndFunction() give access to the return statement.
Reka Kovacs
2018-07-16
1
-2
/
+2
*
[analyzer] Remove redundant ';'.
Artem Dergachev
2018-06-28
1
-1
/
+1
*
[analyzer] Add support for pre-C++17 copy elision.
Artem Dergachev
2018-06-28
1
-39
/
+107
*
[analyzer] [NFC] A convenient getter for getting a current stack frame
George Karpenkov
2018-06-27
1
-14
/
+14
*
[Fixed Point Arithmetic] Fixed Point Precision Bits and Fixed Point Literals
Leonard Chan
2018-06-20
1
-0
/
+1
*
[analyzer] Track class member initializer constructors path-sensitively.
Artem Dergachev
2018-06-14
1
-31
/
+106
*
[analyzer] NFC: Merge code for finding and tracking construction target.
Artem Dergachev
2018-06-14
1
-75
/
+0
*
[analyzer] NFC: Track all constructed objects in a single state trait.
Artem Dergachev
2018-06-01
1
-238
/
+92
*
[analyzer] Remove untested code in evalLoad.
Artem Dergachev
2018-05-04
1
-37
/
+0
*
[analyzer] pr18953: Split C++ zero-initialization from default initialization.
Artem Dergachev
2018-05-04
1
-1
/
+3
*
[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
[next]