summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
Commit message (Expand)AuthorAgeFilesLines
* [OpenMP] Parsing and sema support for target update directiveSamuel Antao2016-05-261-0/+1
* [analyzer] Add checker callback for beginning of function.Devin Coughlin2016-02-191-0/+9
* [OpenMP] Parsing + sema for target parallel for directive.Arpith Chacko Jacob2016-02-031-0/+1
* [OpenMP] Parsing + sema for target parallel directive.Arpith Chacko Jacob2016-01-261-0/+1
* [OpenMP] Parsing + sema for "target exit data" directive.Samuel Antao2016-01-191-0/+1
* [OpenMP] Parsing + sema for "target enter data" directive.Samuel Antao2016-01-191-0/+1
* [analyzer] Better detect when C++ object was constructed into existing region.Devin Coughlin2015-12-171-2/+6
* Add parse and sema of OpenMP distribute directive with all clauses except dis...Carlo Bertolli2015-12-141-0/+1
* Reformat linefeeds.NAKAMURA Takumi2015-12-091-4/+1
* Revert r255001, "Add parse and sema for OpenMP distribute directive and all i...NAKAMURA Takumi2015-12-091-1/+0
* Add parse and sema for OpenMP distribute directive and all its clauses exclud...Carlo Bertolli2015-12-081-0/+1
* [OPENMP 4.5] Parsing/sema support for 'omp taskloop simd' directive.Alexey Bataev2015-12-031-0/+1
* [OPENMP 4.5] Parsing/sema analysis for 'taskloop' directive.Alexey Bataev2015-12-011-0/+1
* [MSVC] 'property' with an empty array in array subscript expression.Alexey Bataev2015-11-251-0/+1
* [analyzer] Refer to capture field to determine if capture is reference.Devin Coughlin2015-11-151-5/+5
* Reapply r251621 "[Analyzer] Widening loops which do not exit"Sean Eveson2015-10-301-1/+19
* Revert r251621 "[Analyzer] Widening loops which do not exit" (bot failure)Sean Eveson2015-10-301-19/+1
* [Analyzer] Widening loops which do not exitSean Eveson2015-10-291-1/+19
* [analyzer] Fix lambdas that are capturing constants.Gabor Horvath2015-10-271-7/+14
* [coroutines] Creation of promise object, lookup of operator co_await, buildingRichard Smith2015-10-271-0/+4
* [analyzer] Create one state for a range switch case instead of multiple.Devin Coughlin2015-09-221-41/+18
* Analyzer: Teach analyzer how to handle TypeTraitExprIsmail Pazarbasi2015-09-221-2/+2
* [Static Analyzer] Lambda support.Gabor Horvath2015-09-111-3/+37
* [analyzer] Apply whitespace cleanups by Honggyu Kim.Ted Kremenek2015-09-081-35/+35
* [OPENMP 4.0] Initial support for array sections.Alexey Bataev2015-08-251-1/+2
* Wdeprecated: CollectReachableSymbolsCallback are move constructed/returned by...David Blaikie2015-08-131-1/+1
* Commit for http://reviews.llvm.org/D10765Michael Wong2015-07-211-0/+1
* [OPENMP 4.0] Initial support for 'omp cancel' construct.Alexey Bataev2015-07-021-0/+1
* [OPENMP 4.0] Initial support for 'omp cancellation point' construct.Alexey Bataev2015-07-011-0/+1
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-1/+1
* [OPENMP] Support for '#pragma omp taskgroup' directive.Alexey Bataev2015-06-181-0/+1
* Implementing C99 partial re-initialization behavior (DR-253)Yunzhong Gao2015-06-101-0/+2
* [analyzer] Remove unused function. No functional change intended.Benjamin Kramer2015-03-241-11/+0
* [analyzer] Relax an assertion in VisitLvalArraySubscriptExprAnna Zaks2015-02-051-1/+3
* [c++1z] N4295: fold-expressions.Richard Smith2014-11-081-0/+1
* Add the initial TypoExpr AST node for delayed typo correction.Kaelyn Takata2014-10-271-0/+1
* Fix for bug http://llvm.org/PR17427.Alexey Bataev2014-10-091-1/+1
* [OPENMP] 'omp teams' directive basic support.Alexey Bataev2014-10-091-0/+1
* Revert "[OPENMP] 'omp teams' directive basic support. Includes parsing and se...Renato Golin2014-10-081-1/+0
* [OPENMP] 'omp teams' directive basic support.Alexey Bataev2014-10-071-0/+1
* [OPENMP] Parsing/Sema of directive omp parallel for simdAlexander Musman2014-09-231-0/+1
* [OPENMP] Initial parsing/sema analysis of 'target' directive.Alexey Bataev2014-09-191-0/+1
* Parsing/Sema of directive omp for simdAlexander Musman2014-09-181-0/+1
* Work around missing handling of temporaries bound to default arguments.Manuel Klimek2014-08-131-6/+15
* Work around default parameter problem in the static analyzer.Manuel Klimek2014-08-111-4/+7
* Re-applying r214962.Manuel Klimek2014-08-071-10/+93
* Revert "Fix modelling of non-lifetime-extended temporary destructors in the a...Rui Ueyama2014-08-061-93/+10
* Remove unnecessary semicolon.Manuel Klimek2014-08-061-1/+1
* Fix modelling of non-lifetime-extended temporary destructors in the analyzer.Manuel Klimek2014-08-061-10/+93
OpenPOWER on IntegriCloud