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] Handle destructors for the argument to C++ 'delete'.
Jordan Rose
2013-09-25
1
-1
/
+24
*
[analyzer] This patch removes passing around of const-invalidation vs regular...
Anton Yartsev
2013-09-24
1
-15
/
+6
*
Add the intrinsic __builtin_convertvector
Hal Finkel
2013-09-18
1
-0
/
+1
*
Add an implicit dtor CFG node just before C++ 'delete' expressions.
Jordan Rose
2013-09-03
1
-0
/
+10
*
[analyzer] Add very limited support for temporary destructors
Pavel Labath
2013-09-02
1
-5
/
+17
*
[analyzer] Refactor conditional expression evaluating code
Pavel Labath
2013-08-23
1
-9
/
+27
*
[analyzer] Fix FP warnings when binding a temporary to a local static variable
Pavel Labath
2013-07-26
1
-1
/
+12
*
[analyzer] Enable pseudo-destructor expressions.
Jordan Rose
2013-07-23
1
-1
/
+1
*
Revert "[analyzer] Add very limited support for temporary destructors"
Jordan Rose
2013-07-23
1
-9
/
+1
*
OpenMP: basic support for #pragma omp parallel
Alexey Bataev
2013-07-19
1
-0
/
+1
*
[analyzer] Include analysis stack in crash traces.
Jordan Rose
2013-07-19
1
-2
/
+7
*
[analyzer] Handle C++11 member initializer expressions.
Jordan Rose
2013-07-17
1
-8
/
+14
*
[analyzer] Treat std::initializer_list as opaque rather than aborting.
Jordan Rose
2013-07-17
1
-3
/
+2
*
[analyzer] Add very limited support for temporary destructors
Pavel Labath
2013-07-17
1
-1
/
+9
*
Teach static analyzer about AttributedStmts
Pavel Labath
2013-07-02
1
-1
/
+1
*
PR12086, PR15117
Richard Smith
2013-06-12
1
-0
/
+1
*
[analyzer] fixup the comment
Anna Zaks
2013-06-06
1
-1
/
+1
*
[analyzer] Fix a crash that occurs when processing an rvalue array.
Anna Zaks
2013-06-06
1
-1
/
+18
*
[analyzer] Accept references to variables declared "extern void" (C only).
Jordan Rose
2013-05-29
1
-1
/
+3
*
[analyzer] Don't try to evaluate MaterializeTemporaryExpr as a constant.
Jordan Rose
2013-05-02
1
-1
/
+8
*
[analyzer] Consolidate constant evaluation logic in SValBuilder.
Jordan Rose
2013-05-01
1
-10
/
+4
*
C++1y: Allow aggregates to have default initializers.
Richard Smith
2013-04-20
1
-0
/
+1
*
[analyzer] Call proper callback for const regions escaped other then on call.
Anton Yartsev
2013-04-19
1
-1
/
+2
*
[analyzer] Don't crash if we cache out after making a temporary region.
Jordan Rose
2013-04-18
1
-1
/
+5
*
Implement CapturedStmt AST
Tareq A. Siraj
2013-04-16
1
-0
/
+1
*
Basic support for Microsoft property declarations and
John McCall
2013-04-16
1
-0
/
+1
*
[analyzer] Don't assert on a temporary of pointer-to-member type.
Jordan Rose
2013-04-15
1
-1
/
+2
*
[analyzer] Replace isIntegerType() with isIntegerOrEnumerationType().
Jordan Rose
2013-04-09
1
-4
/
+6
*
[analyzer] Show path diagnostic for C++ initializers
Anna Zaks
2013-04-05
1
-2
/
+4
*
[analyzer] Correctly handle destructors for lifetime-extended temporaries.
Jordan Rose
2013-04-03
1
-14
/
+31
*
[analyzer] Better model for copying of array fields in implicit copy ctors.
Jordan Rose
2013-04-03
1
-3
/
+30
*
Add static analyzer support for conditionally executing static initializers.
Ted Kremenek
2013-03-29
1
-0
/
+28
*
[analyzer] Add support for escape of const pointers and use it to allow “ne...
Anna Zaks
2013-03-28
1
-3
/
+14
*
[analyzer] Fix ExprEngine::ViewGraph to handle C++ initializers.
Jordan Rose
2013-03-22
1
-40
/
+55
*
[analyzer] Track malloc'd memory into struct fields.
Jordan Rose
2013-03-20
1
-6
/
+0
*
[analyzer] Eliminate InterExplodedGraphMap class and NodeBackMap typedef.
Jordan Rose
2013-03-16
1
-4
/
+4
*
[analyzer] Don't look through casts when creating pointer temporaries.
Jordan Rose
2013-02-26
1
-8
/
+11
*
[analyzer] Handle reference parameters with default values.
Jordan Rose
2013-02-25
1
-2
/
+5
*
Remove the CFGElement "Invalid" state.
David Blaikie
2013-02-23
1
-4
/
+2
*
[analyzer] Make sure a materialized temporary matches its bindings.
Jordan Rose
2013-02-22
1
-34
/
+33
*
[analyzer] Fix buildbot by not reusing a variable name.
Jordan Rose
2013-02-22
1
-4
/
+4
*
[analyzer] Make sure a temporary object region matches its initial bindings.
Jordan Rose
2013-02-21
1
-4
/
+31
*
Replace ProgramPoint llvm::cast support to be well-defined.
David Blaikie
2013-02-21
1
-18
/
+18
*
Replace CFGElement llvm::cast support to be well-defined.
David Blaikie
2013-02-21
1
-9
/
+9
*
[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
-10
/
+9
*
Replace SVal llvm::cast support to be well-defined.
David Blaikie
2013-02-20
1
-28
/
+31
*
[analyzer] Use Clang's evaluation for global constants and default arguments.
Jordan Rose
2013-02-13
1
-1
/
+33
*
[analyzer] Add pointer escape type param to checkPointerEscape callback
Anna Zaks
2013-02-07
1
-4
/
+7
*
[analyzer]Revert part of r161511; suppresses leak false positives in C++
Anna Zaks
2013-02-06
1
-0
/
+6
[next]