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
*
[OPENMP] Initial parsing and sema analysis for 'single' directive.
Alexey Bataev
2014-06-26
1
-0
/
+1
*
[OPENMP] Initial parsing and sema analysis for 'section' directive.
Alexey Bataev
2014-06-26
1
-0
/
+1
*
[OPENMP] Initial support for 'sections' directive.
Alexey Bataev
2014-06-25
1
-0
/
+1
*
StaticAnalyzer: Switch a loop to a range-based for
David Majnemer
2014-06-23
1
-3
/
+2
*
[OPENMP] Initial support for '#pragma omp for' (fixed incompatibility with MS...
Alexey Bataev
2014-06-18
1
-0
/
+1
*
Revert "[OPENMP] Initial support for '#pragma omp for'."
Rafael Espindola
2014-06-17
1
-1
/
+0
*
[OPENMP] Initial support for '#pragma omp for'.
Alexey Bataev
2014-06-17
1
-0
/
+1
*
Removing an "if (this == nullptr)" check from two print methods. The condition
Richard Trieu
2014-06-09
1
-1
/
+3
*
[C++11] Use 'nullptr'. StaticAnalyzer edition.
Craig Topper
2014-05-27
1
-32
/
+34
*
Silence warning in Release builds. This function is only used in an assert.
Benjamin Kramer
2014-05-11
1
-0
/
+2
*
Analyzer: Make helper function static.
Benjamin Kramer
2014-05-10
1
-1
/
+1
*
Fix crash when resolving branch conditions for temporary destructor condition...
Manuel Klimek
2014-05-05
1
-12
/
+34
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-2
/
+2
*
Remove dead assignment dominated by a call to llvm_unreachable().
Ted Kremenek
2014-03-20
1
-1
/
+0
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-15
1
-1
/
+1
*
Replace OwningPtr with std::unique_ptr.
Ahmed Charles
2014-03-07
1
-1
/
+1
*
[C++11] Replace llvm::tie with std::tie.
Benjamin Kramer
2014-03-02
1
-2
/
+2
*
[OPENMP] First changes for Parsing and Sema for 'omp simd' directive support
Alexey Bataev
2014-02-27
1
-0
/
+1
*
[analyzer] Improved checker naming in CFG dump.
Anton Yartsev
2014-02-17
1
-6
/
+10
*
[analyzer] Inline C++ operator new when c++-inline-allocators is turned on.
Jordan Rose
2014-02-11
1
-5
/
+13
*
[analyzer] Add a CFG node for the allocator call in a C++ 'new' expression.
Jordan Rose
2014-01-13
1
-0
/
+15
*
Eliminate UnaryTypeTraitExpr
Alp Toker
2014-01-01
1
-1
/
+0
*
[analyzer] Always use 'bool' as the SValBuilder condition type in C++.
Jordan Rose
2013-12-19
1
-1
/
+1
*
Eliminate BinaryTypeTraitExpr
Alp Toker
2013-12-13
1
-1
/
+0
*
[analyzer] Add checker callbacks for MemberExpr and UnaryExprOrTypeTraitExpr.
Jordan Rose
2013-12-11
1
-55
/
+65
*
Revert "[analyzer] Refactor conditional expression evaluating code"
Anna Zaks
2013-12-06
1
-31
/
+9
*
Remove a whole lot of unused variables
Alp Toker
2013-11-27
1
-1
/
+0
*
[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
[next]