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
/
ExprEngineCXX.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Static Analyzer] Lambda support.
Gabor Horvath
2015-09-11
1
-0
/
+38
*
[analyzer] Apply whitespace cleanups by Honggyu Kim.
Ted Kremenek
2015-09-08
1
-5
/
+5
*
[C++11] Use 'nullptr'. StaticAnalyzer edition.
Craig Topper
2014-05-27
1
-3
/
+4
*
[analyzer] Don't crash when a construction is followed by an uninitialized va...
Jordan Rose
2014-04-29
1
-1
/
+1
*
[analyzer] Look through temporary destructors when finding a region to constr...
Jordan Rose
2014-04-05
1
-2
/
+10
*
[analyzer] Extract a helper for finding the target region for a C++ constructor.
Jordan Rose
2014-04-01
1
-56
/
+65
*
[analyzer] Remove incorrect workaround for unimplemented temporary destructors.
Jordan Rose
2014-04-01
1
-6
/
+0
*
[analyzer] Inline C++ operator new when c++-inline-allocators is turned on.
Jordan Rose
2014-02-11
1
-0
/
+26
*
[analyzer] Handle destructors for the argument to C++ 'delete'.
Jordan Rose
2013-09-25
1
-1
/
+3
*
[analyzer] Add very limited support for temporary destructors
Pavel Labath
2013-09-02
1
-0
/
+6
*
[analyzer] Assume new returns non-null even under -fno-exceptions
Pavel Labath
2013-08-28
1
-4
/
+7
*
[analyzer] Remove dead optimization for MaterializeTemporaryExpr.
Jordan Rose
2013-07-25
1
-15
/
+1
*
[analyzer] Remove bogus assert: in C++11, 'new' can do list-initialization.
Jordan Rose
2013-07-10
1
-2
/
+0
*
[analyzer] Handle zeroing CXXConstructExprs.
Jordan Rose
2013-06-25
1
-1
/
+32
*
[analyzer] Don't initialize virtual base classes more than once.
Jordan Rose
2013-06-25
1
-1
/
+19
*
Revert "[analyzer] Handle zeroing CXXConstructExprs."
Jordan Rose
2013-06-21
1
-49
/
+10
*
[analyzer] Handle zeroing CXXConstructExprs.
Jordan Rose
2013-06-21
1
-10
/
+49
*
[analyzer] Better model for copying of array fields in implicit copy ctors.
Jordan Rose
2013-04-03
1
-23
/
+41
*
[analyzer] Restructure ExprEngine::VisitCXXNewExpr to do a bit less work.
Jordan Rose
2013-03-30
1
-10
/
+11
*
[analyzer] Handle caching out while evaluating a C++ new expression.
Jordan Rose
2013-03-30
1
-3
/
+4
*
[analyzer] For now assume all standard global 'operator new' functions alloca...
Anton Yartsev
2013-03-28
1
-5
/
+25
*
[analyzer] Use evalBind for C++ new of scalar types.
Jordan Rose
2013-03-27
1
-7
/
+10
*
[analyzer] Model trivial copy/move assignment operators with a bind as well.
Jordan Rose
2013-03-16
1
-9
/
+28
*
[analyzer] Don't look through casts when creating pointer temporaries.
Jordan Rose
2013-02-26
1
-4
/
+9
*
Remove the CFGElement "Invalid" state.
David Blaikie
2013-02-23
1
-4
/
+4
*
[analyzer] Make sure a materialized temporary matches its bindings.
Jordan Rose
2013-02-22
1
-11
/
+5
*
Replace CFGElement llvm::cast support to be well-defined.
David Blaikie
2013-02-21
1
-4
/
+4
*
[analyzer] Record whether a base object region represents a virtual base.
Jordan Rose
2013-02-21
1
-2
/
+4
*
Include llvm::Optional in clang/Basic/LLVM.h
David Blaikie
2013-02-20
1
-2
/
+2
*
Replace SVal llvm::cast support to be well-defined.
David Blaikie
2013-02-20
1
-4
/
+4
*
Re-apply "[analyzer] Model trivial copy/move ctors with an aggregate bind."
Jordan Rose
2013-02-15
1
-6
/
+48
*
Revert "[analyzer] Model trivial copy/move ctors with an aggregate bind."
Jordan Rose
2013-02-02
1
-48
/
+6
*
Re-apply "[analyzer] Model trivial copy/move ctors with an aggregate bind."
Jordan Rose
2013-02-01
1
-6
/
+48
*
Revert "[analyzer] Model trivial copy/move ctors with an aggregate bind."
Jordan Rose
2013-01-31
1
-48
/
+6
*
[analyzer] Model trivial copy/move ctors with an aggregate bind.
Jordan Rose
2013-01-30
1
-6
/
+48
*
[analyzer] Don't crash running destructors for multidimensional arrays.
Jordan Rose
2012-12-12
1
-1
/
+2
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-3
/
+3
*
[analyzer] Assume 'new' never returns NULL if it could throw an exception.
Jordan Rose
2012-10-20
1
-1
/
+12
*
[analyzer] Cast the result of a placement new-expression to the correct type.
Jordan Rose
2012-09-08
1
-1
/
+3
*
[analyzer] Don't attempt to devirtualize calls to base class destructors.
Jordan Rose
2012-09-06
1
-1
/
+2
*
[analyzer] Be more forgiving about calling methods on struct rvalues.
Jordan Rose
2012-09-05
1
-3
/
+4
*
[analyzer] Inline constructors for any object with a trivial destructor.
Jordan Rose
2012-08-27
1
-7
/
+18
*
Rename 'currentX' to 'currX' throughout analyzer and libAnalysis.
Ted Kremenek
2012-08-22
1
-12
/
+12
*
Rename 'getConjuredSymbol*' to 'conjureSymbol*'.
Ted Kremenek
2012-08-22
1
-3
/
+4
*
[analyzer] Update initializer assertion for delegating constructors.
Jordan Rose
2012-08-03
1
-0
/
+5
*
[analyzer] Only allow CallEvents to be created by CallEventManager.
Jordan Rose
2012-07-30
1
-14
/
+24
*
[analyzer] Rename Calls.{h,cpp} to CallEvent.{h,cpp}. No functionality change.
Jordan Rose
2012-07-26
1
-1
/
+1
*
[analyzer] Don't crash on array constructors and destructors.
Jordan Rose
2012-07-26
1
-9
/
+34
*
[analyzer] Handle C++ member initializers and destructors.
Jordan Rose
2012-07-26
1
-0
/
+19
*
[analyzer] Use the CFG to see if a constructor is for a local variable.
Jordan Rose
2012-07-26
1
-34
/
+22
[next]