]> granicus.if.org Git - clang/history - lib/StaticAnalyzer/Core/ExprEngine.cpp
[analyzer] Add checker for iterators dereferenced beyond their range.
[clang] / lib / StaticAnalyzer / Core / ExprEngine.cpp
2017-01-09 Gabor Horvath[analyzer] Add checker for iterators dereferenced beyon...
2017-01-03 Kelvin Li[OpenMP] Sema and parsing for 'target teams distribute...
2016-12-29 Kelvin Li[OpenMP] Sema and parsing for 'target teams distribute...
2016-12-25 Kelvin Li[OpenMP] Sema and parsing for 'target teams distribute...
2016-12-17 Kelvin Li[OpenMP] Sema and parsing for 'target teams' pragma
2016-12-14 Richard SmithRemove custom handling of array copies in lambda by...
2016-12-12 Richard SmithAdd two new AST nodes to represent initialization of...
2016-12-09 Kelvin Li[OpenMP] Sema and parsing for 'teams distribute paralle...
2016-11-30 Kelvin Li[OpenMP] Sema and parsing for 'teams distribute paralle...
2016-11-30 Artem Dergachev[analyzer] Construct temporary objects of correct types...
2016-11-16 Anna Zaks[analyzer] Remove unused check::RegionChanges::wantsReg...
2016-11-15 Dominic Chen[analyzer] Rename assumeWithinInclusiveRange*()
2016-10-25 Kelvin LiRe-apply patch r279045.
2016-10-07 Daniel Marjamaki[analyzer] Don't merge different return nodes in Explod...
2016-10-04 Anna Zaks[analyzer] Add PostStmt callback for ArraySubscriptExpr
2016-09-13 Alexander Shaposhnikov[analyzer] Fix ExprEngine::VisitMemberExpr
2016-09-01 Aleksei Sidorin[analyzer] ExprEngine: remove second call to PreStmt...
2016-08-18 Diana PicusRevert "[OpenMP] Sema and parsing for 'teams distribute...
2016-08-17 Kelvin Li[OpenMP] Sema and parsing for 'teams distribute simd...
2016-08-05 Kelvin Li[OpenMP] Sema and parsing for 'teams distribute' pragma
2016-07-24 Artem Dergachev[analyzer] Pring LocationContext in ExplodedGraph dumps.
2016-07-20 Kelvin Li[OpenMP] Sema and parsing for 'target simd' pragma
2016-07-18 Mehdi Amini[NFC] Header cleanup
2016-07-16 Erik Pilkington[ObjC] Implement @available in the Parser and AST
2016-07-14 Kelvin Li[OpenMP] Sema and parsing for 'target parallel for...
2016-07-08 Devin Coughlin[analyzer] Add rudimentary handling of AtomicExpr.
2016-07-06 Kelvin Li[OpenMP] Sema and parsing for 'distribute simd' pragma
2016-07-05 Kelvin Li[OpenMP] Sema and parse for 'distribute parallel for...
2016-06-28 Richard SmithP0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941...
2016-06-27 Carlo BertolliResubmission of http://reviews.llvm.org/D21564 after...
2016-06-24 Carlo BertolliRevert r273705
2016-06-24 Carlo Bertolli[OpenMP] Initial implementation of parse and sema for...
2016-06-15 Alexey BataevRevert accidential "[MSVC] Late parsing of in-class...
2016-06-15 Alexey Bataev[MSVC] Late parsing of in-class defined member function...
2016-05-26 Samuel Antao[OpenMP] Parsing and sema support for target update...
2016-02-19 Devin Coughlin[analyzer] Add checker callback for beginning of function.
2016-02-03 Arpith Chacko Jacob[OpenMP] Parsing + sema for target parallel for directive.
2016-01-26 Arpith Chacko Jacob[OpenMP] Parsing + sema for target parallel directive.
2016-01-19 Samuel Antao[OpenMP] Parsing + sema for "target exit data" directive.
2016-01-19 Samuel Antao[OpenMP] Parsing + sema for "target enter data" directive.
2015-12-17 Devin Coughlin[analyzer] Better detect when C++ object was constructe...
2015-12-14 Carlo BertolliAdd parse and sema of OpenMP distribute directive with...
2015-12-09 NAKAMURA TakumiReformat linefeeds.
2015-12-09 NAKAMURA TakumiRevert r255001, "Add parse and sema for OpenMP distribu...
2015-12-08 Carlo BertolliAdd parse and sema for OpenMP distribute directive...
2015-12-03 Alexey Bataev[OPENMP 4.5] Parsing/sema support for 'omp taskloop...
2015-12-01 Alexey Bataev[OPENMP 4.5] Parsing/sema analysis for 'taskloop' direc...
2015-11-25 Alexey Bataev[MSVC] 'property' with an empty array in array subscrip...
2015-11-15 Devin Coughlin[analyzer] Refer to capture field to determine if captu...
2015-10-30 Sean EvesonReapply r251621 "[Analyzer] Widening loops which do...
2015-10-30 Sean EvesonRevert r251621 "[Analyzer] Widening loops which do...
2015-10-29 Sean Eveson[Analyzer] Widening loops which do not exit
2015-10-27 Gabor Horvath[analyzer] Fix lambdas that are capturing constants.
2015-10-27 Richard Smith[coroutines] Creation of promise object, lookup of...
2015-09-22 Devin Coughlin[analyzer] Create one state for a range switch case...
2015-09-22 Ismail PazarbasiAnalyzer: Teach analyzer how to handle TypeTraitExpr
2015-09-11 Gabor Horvath[Static Analyzer] Lambda support.
2015-09-08 Ted Kremenek[analyzer] Apply whitespace cleanups by Honggyu Kim.
2015-08-25 Alexey Bataev[OPENMP 4.0] Initial support for array sections.
2015-08-13 David BlaikieWdeprecated: CollectReachableSymbolsCallback are move...
2015-07-21 Michael WongCommit for http://reviews.llvm.org/D10765
2015-07-02 Alexey Bataev[OPENMP 4.0] Initial support for 'omp cancel' construct.
2015-07-01 Alexey Bataev[OPENMP 4.0] Initial support for 'omp cancellation...
2015-06-22 Alexander KornienkoRevert r240270 ("Fixed/added namespace ending comments...
2015-06-22 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-18 Alexey Bataev[OPENMP] Support for '#pragma omp taskgroup' directive.
2015-06-10 Yunzhong GaoImplementing C99 partial re-initialization behavior...
2015-03-24 Benjamin Kramer[analyzer] Remove unused function. No functional change...
2015-02-05 Anna Zaks[analyzer] Relax an assertion in VisitLvalArraySubscrip...
2014-11-08 Richard Smith[c++1z] N4295: fold-expressions.
2014-10-27 Kaelyn TakataAdd the initial TypoExpr AST node for delayed typo...
2014-10-09 Alexey BataevFix for bug http://llvm.org/PR17427.
2014-10-09 Alexey Bataev[OPENMP] 'omp teams' directive basic support.
2014-10-08 Renato GolinRevert "[OPENMP] 'omp teams' directive basic support...
2014-10-07 Alexey Bataev[OPENMP] 'omp teams' directive basic support.
2014-09-23 Alexander Musman[OPENMP] Parsing/Sema of directive omp parallel for...
2014-09-19 Alexey Bataev[OPENMP] Initial parsing/sema analysis of 'target'...
2014-09-18 Alexander MusmanParsing/Sema of directive omp for simd
2014-08-13 Manuel KlimekWork around missing handling of temporaries bound to...
2014-08-11 Manuel KlimekWork around default parameter problem in the static...
2014-08-07 Manuel KlimekRe-applying r214962.
2014-08-06 Rui UeyamaRevert "Fix modelling of non-lifetime-extended temporar...
2014-08-06 Manuel KlimekRemove unnecessary semicolon.
2014-08-06 Manuel KlimekFix modelling of non-lifetime-extended temporary destru...
2014-07-22 Alexey Bataev[OPENMP] Initial parsing and sema analysis for 'atomic...
2014-07-22 Alexey Bataev[OPENMP] Initial parsing and sema analysis for 'ordered...
2014-07-21 Alexey Bataev[OPENMP] Initial parsing and sema analysis for 'flush...
2014-07-21 Alexander Musman[OPENMP] Parsing/Sema of the OpenMP directive 'critical'.
2014-07-18 Alexey Bataev[OPENMP] Initial parsing and sema analysis for 'taskwai...
2014-07-18 Alexey Bataev[OPENMP] Initial parsing and sema analysis for 'barrier...
2014-07-18 Alexey Bataev[OPENMP] Initial parsing and sema analysis of 'taskyiel...
2014-07-17 Alexander Musman[OPENMP] Parsing/Sema analysis of directive 'master'
2014-07-11 Alexey Bataev[OPENMP] Parsing and sema analysis for 'omp task' direc...
2014-07-08 Alexey Bataev[OPENMP] Parsing and sema analysis for 'omp parallel...
2014-07-07 Alexey Bataev[OPENMP] Added initial support for 'omp parallel for'.
2014-07-07 David MajnemerStaticAnalyzer: Silence a warning
2014-07-05 Alp TokerTrack IntrusiveRefCntPtr::get() changes from LLVM r212366
2014-06-26 Alexey Bataev[OPENMP] Initial parsing and sema analysis for 'single...
2014-06-26 Alexey Bataev[OPENMP] Initial parsing and sema analysis for 'section...
2014-06-25 Alexey Bataev[OPENMP] Initial support for 'sections' directive.
next