summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
Commit message (Expand)AuthorAgeFilesLines
* [OPENMP] Initial parsing and sema analysis for 'single' directive.Alexey Bataev2014-06-261-0/+1
* [OPENMP] Initial parsing and sema analysis for 'section' directive.Alexey Bataev2014-06-261-0/+1
* [OPENMP] Initial support for 'sections' directive.Alexey Bataev2014-06-251-0/+1
* StaticAnalyzer: Switch a loop to a range-based forDavid Majnemer2014-06-231-3/+2
* [OPENMP] Initial support for '#pragma omp for' (fixed incompatibility with MS...Alexey Bataev2014-06-181-0/+1
* Revert "[OPENMP] Initial support for '#pragma omp for'."Rafael Espindola2014-06-171-1/+0
* [OPENMP] Initial support for '#pragma omp for'.Alexey Bataev2014-06-171-0/+1
* Removing an "if (this == nullptr)" check from two print methods. The conditionRichard Trieu2014-06-091-1/+3
* [C++11] Use 'nullptr'. StaticAnalyzer edition.Craig Topper2014-05-271-32/+34
* Silence warning in Release builds. This function is only used in an assert.Benjamin Kramer2014-05-111-0/+2
* Analyzer: Make helper function static.Benjamin Kramer2014-05-101-1/+1
* Fix crash when resolving branch conditions for temporary destructor condition...Manuel Klimek2014-05-051-12/+34
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-2/+2
* Remove dead assignment dominated by a call to llvm_unreachable().Ted Kremenek2014-03-201-1/+0
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-151-1/+1
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-071-1/+1
* [C++11] Replace llvm::tie with std::tie.Benjamin Kramer2014-03-021-2/+2
* [OPENMP] First changes for Parsing and Sema for 'omp simd' directive supportAlexey Bataev2014-02-271-0/+1
* [analyzer] Improved checker naming in CFG dump.Anton Yartsev2014-02-171-6/+10
* [analyzer] Inline C++ operator new when c++-inline-allocators is turned on.Jordan Rose2014-02-111-5/+13
* [analyzer] Add a CFG node for the allocator call in a C++ 'new' expression.Jordan Rose2014-01-131-0/+15
* Eliminate UnaryTypeTraitExprAlp Toker2014-01-011-1/+0
* [analyzer] Always use 'bool' as the SValBuilder condition type in C++.Jordan Rose2013-12-191-1/+1
* Eliminate BinaryTypeTraitExprAlp Toker2013-12-131-1/+0
* [analyzer] Add checker callbacks for MemberExpr and UnaryExprOrTypeTraitExpr.Jordan Rose2013-12-111-55/+65
* Revert "[analyzer] Refactor conditional expression evaluating code"Anna Zaks2013-12-061-31/+9
* Remove a whole lot of unused variablesAlp Toker2013-11-271-1/+0
* [analyzer] Handle destructors for the argument to C++ 'delete'.Jordan Rose2013-09-251-1/+24
* [analyzer] This patch removes passing around of const-invalidation vs regular...Anton Yartsev2013-09-241-15/+6
* Add the intrinsic __builtin_convertvectorHal Finkel2013-09-181-0/+1
* Add an implicit dtor CFG node just before C++ 'delete' expressions.Jordan Rose2013-09-031-0/+10
* [analyzer] Add very limited support for temporary destructorsPavel Labath2013-09-021-5/+17
* [analyzer] Refactor conditional expression evaluating codePavel Labath2013-08-231-9/+27
* [analyzer] Fix FP warnings when binding a temporary to a local static variablePavel Labath2013-07-261-1/+12
* [analyzer] Enable pseudo-destructor expressions.Jordan Rose2013-07-231-1/+1
* Revert "[analyzer] Add very limited support for temporary destructors"Jordan Rose2013-07-231-9/+1
* OpenMP: basic support for #pragma omp parallelAlexey Bataev2013-07-191-0/+1
* [analyzer] Include analysis stack in crash traces.Jordan Rose2013-07-191-2/+7
* [analyzer] Handle C++11 member initializer expressions.Jordan Rose2013-07-171-8/+14
* [analyzer] Treat std::initializer_list as opaque rather than aborting.Jordan Rose2013-07-171-3/+2
* [analyzer] Add very limited support for temporary destructorsPavel Labath2013-07-171-1/+9
* Teach static analyzer about AttributedStmtsPavel Labath2013-07-021-1/+1
* PR12086, PR15117Richard Smith2013-06-121-0/+1
* [analyzer] fixup the commentAnna Zaks2013-06-061-1/+1
* [analyzer] Fix a crash that occurs when processing an rvalue array.Anna Zaks2013-06-061-1/+18
* [analyzer] Accept references to variables declared "extern void" (C only).Jordan Rose2013-05-291-1/+3
* [analyzer] Don't try to evaluate MaterializeTemporaryExpr as a constant.Jordan Rose2013-05-021-1/+8
* [analyzer] Consolidate constant evaluation logic in SValBuilder.Jordan Rose2013-05-011-10/+4
* C++1y: Allow aggregates to have default initializers.Richard Smith2013-04-201-0/+1
* [analyzer] Call proper callback for const regions escaped other then on call.Anton Yartsev2013-04-191-1/+2
OpenPOWER on IntegriCloud