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
/
ExprEngineC.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove trailing space
Fangrui Song
2018-07-30
1
-1
/
+1
*
[analyzer] pr37270: Track constructor target region, even if just a variable.
Artem Dergachev
2018-06-14
1
-14
/
+2
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-1
/
+1
*
[analyzer] pr37209: Fix casts of glvalues to references.
Artem Dergachev
2018-05-04
1
-0
/
+7
*
[analyzer] When we fail to evaluate a pointer cast, escape the pointer.
Artem Dergachev
2018-04-19
1
-2
/
+5
*
[Analyzer] More accurate modeling about the increment operator of the operand...
Henry Wong
2018-03-06
1
-2
/
+9
*
[analyzer] Relax the assert used when traversing the node graph.
George Karpenkov
2018-02-23
1
-1
/
+5
*
[analyzer] Fix false negative on post-increment of uninitialized variable.
Roman Lebedev
2017-11-30
1
-1
/
+8
*
[analyzer] pr34766: Fix a crash on explicit std::initializer_list constructor.
Artem Dergachev
2017-11-27
1
-1
/
+1
*
[analyzer] [NFC] Minor ExprEngineC refactoring
George Karpenkov
2017-11-09
1
-15
/
+22
*
[analyzer] Fix a crash on logical operators with vectors.
Artem Dergachev
2017-11-08
1
-0
/
+10
*
[analyzer] [NFC] very minor ExprEngineC refactoring
George Karpenkov
2017-11-03
1
-4
/
+2
*
[analyzer] Fix logical not for pointers with different bit width
Daniel Marjamaki
2017-06-19
1
-3
/
+2
*
[analyzer] Fix symbolication for unknown unary increment/decrement results.
Artem Dergachev
2017-03-28
1
-1
/
+1
*
[analyzer] Add LocationContext as a parameter to checkRegionChanges
Anna Zaks
2017-01-13
1
-3
/
+4
*
Fix for PR15623 (corrected r290413 reverted at 290415). The patch eliminates ...
Anton Yartsev
2016-12-25
1
-17
/
+7
*
Fix problems in "[OpenCL] Enabling the usage of CLK_NULL_QUEUE as compare ope...
Egor Churaev
2016-12-23
1
-0
/
+1
*
Revert changes made by r290413 until regression is fixed.
Anton Yartsev
2016-12-23
1
-7
/
+17
*
Fix for PR15623. The patch eliminates unwanted ProgramState checker data prop...
Anton Yartsev
2016-12-23
1
-17
/
+7
*
[analyzer] Add a new SVal to support pointer-to-member operations.
Devin Coughlin
2016-12-15
1
-42
/
+119
*
DR1213: element access on an array xvalue or prvalue produces an xvalue. In the
Richard Smith
2016-12-05
1
-9
/
+1
*
[analyzer] Model base to derived casts more precisely.
Gabor Horvath
2016-08-08
1
-2
/
+23
*
[OpenCL] Generate opaque type for sampler_t and function call for the initial...
Yaxun Liu
2016-07-28
1
-0
/
+1
*
[Bugfix] Fix ICE on constexpr vector splat.
George Burgess IV
2016-01-13
1
-0
/
+4
*
[analyzer] Evaluate integral casts as cast symbols if truncations are detected.
Pierre Gousseau
2016-01-12
1
-1
/
+8
*
[analyzer] Better detect when C++ object was constructed into existing region.
Devin Coughlin
2015-12-17
1
-1
/
+4
*
[analyzer] Support inlining lambda-converted blocks.
Devin Coughlin
2015-12-04
1
-4
/
+26
*
[analyzer] Apply whitespace cleanups by Honggyu Kim.
Ted Kremenek
2015-09-08
1
-84
/
+84
*
Use llvm::reverse to make a bunch of loops use foreach. NFC.
Pete Cooper
2015-07-30
1
-3
/
+1
*
Test commit, no changes.
Pavel Labath
2015-01-20
1
-1
/
+1
*
[C++11] Use 'nullptr'. StaticAnalyzer edition.
Craig Topper
2014-05-27
1
-10
/
+13
*
[analyzer] Don't assert when combining using .* on a temporary.
Jordan Rose
2014-04-29
1
-0
/
+6
*
[C++11] Replace llvm::tie with std::tie.
Benjamin Kramer
2014-03-02
1
-1
/
+1
*
[analyzer] Add checker callbacks for MemberExpr and UnaryExprOrTypeTraitExpr.
Jordan Rose
2013-12-11
1
-24
/
+33
*
Add front-end infrastructure now address space casts are in LLVM IR.
David Tweed
2013-12-11
1
-0
/
+1
*
Revert "[analyzer] Refactor conditional expression evaluating code"
Anna Zaks
2013-12-06
1
-43
/
+55
*
[analyzer] Fix an infinite recursion in region invalidation by adding block c...
Anna Zaks
2013-11-20
1
-1
/
+2
*
[analyzer] Allow pre/post-statement checkers for UnaryOperator.
Jordan Rose
2013-09-27
1
-20
/
+30
*
[analyzer] Run post-stmt checks for DeclStmt.
Jordan Rose
2013-09-13
1
-1
/
+4
*
[analyzer] Refactor conditional expression evaluating code
Pavel Labath
2013-08-23
1
-55
/
+43
*
[analyzer] Enable usage of temporaries in InitListExprs
Pavel Labath
2013-08-09
1
-2
/
+0
*
[analyzer] Pointers-to-members are (currently) Locs, not NonLocs.
Jordan Rose
2013-07-02
1
-1
/
+1
*
[analyzer] Do not create a CompoundVal for lvalue InitListExprs.
Anna Zaks
2013-06-18
1
-4
/
+7
*
[analyzer] Re-enable reasoning about CK_LValueBitCast
Anna Zaks
2013-05-28
1
-3
/
+3
*
[analyzer] Handle CXXTemporaryObjectExprs in compound literals.
Jordan Rose
2013-05-06
1
-19
/
+25
*
[analyzer] Do not crash when processing binary "?:" in C++
Anna Zaks
2013-04-15
1
-4
/
+20
*
[analyzer] Replace isIntegerType() with isIntegerOrEnumerationType().
Jordan Rose
2013-04-09
1
-4
/
+7
*
Add static analyzer support for conditionally executing static initializers.
Ted Kremenek
2013-03-29
1
-19
/
+0
*
Silence a number of static analyzer warnings with assertions and such.
Jordan Rose
2013-03-05
1
-0
/
+2
*
Remove the CFGElement "Invalid" state.
David Blaikie
2013-02-23
1
-2
/
+2
[next]