| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | [analyzer] Add LocationContext as a parameter to checkRegionChanges | Anna Zaks | 2017-01-13 | 1 | -9/+13 |
* | [analyzer] Don't dereference the array value when binding it to a reference. | Artem Dergachev | 2017-01-12 | 1 | -2/+3 |
* | [OpenMP] Sema and parsing for 'target teams distribute simd’ pragma | Kelvin Li | 2017-01-10 | 1 | -0/+1 |
* | [analyzer] Add checker for iterators dereferenced beyond their range. | Gabor Horvath | 2017-01-09 | 1 | -1/+8 |
* | [OpenMP] Sema and parsing for 'target teams distribute parallel for simd’ p... | Kelvin Li | 2017-01-03 | 1 | -0/+1 |
* | [OpenMP] Sema and parsing for 'target teams distribute parallel for’ pragma | Kelvin Li | 2016-12-29 | 1 | -0/+1 |
* | [OpenMP] Sema and parsing for 'target teams distribute' pragma | Kelvin Li | 2016-12-25 | 1 | -0/+1 |
* | [OpenMP] Sema and parsing for 'target teams' pragma | Kelvin Li | 2016-12-17 | 1 | -0/+1 |
* | Remove custom handling of array copies in lambda by-value array capture and | Richard Smith | 2016-12-14 | 1 | -1/+1 |
* | Add two new AST nodes to represent initialization of an array in terms of | Richard Smith | 2016-12-12 | 1 | -0/+2 |
* | [OpenMP] Sema and parsing for 'teams distribute parallel for' pragma | Kelvin Li | 2016-12-09 | 1 | -0/+1 |
* | [OpenMP] Sema and parsing for 'teams distribute parallel for simd' pragma | Kelvin Li | 2016-11-30 | 1 | -0/+1 |
* | [analyzer] Construct temporary objects of correct types, destroy them properly. | Artem Dergachev | 2016-11-30 | 1 | -30/+49 |
* | [analyzer] Remove unused check::RegionChanges::wantsRegionChangeUpdate callback | Anna Zaks | 2016-11-16 | 1 | -4/+0 |
* | [analyzer] Rename assumeWithinInclusiveRange*() | Dominic Chen | 2016-11-15 | 1 | -1/+1 |
* | Re-apply patch r279045. | Kelvin Li | 2016-10-25 | 1 | -0/+1 |
* | [analyzer] Don't merge different return nodes in ExplodedGraph | Daniel Marjamaki | 2016-10-07 | 1 | -2/+3 |
* | [analyzer] Add PostStmt callback for ArraySubscriptExpr | Anna Zaks | 2016-10-04 | 1 | -8/+10 |
* | [analyzer] Fix ExprEngine::VisitMemberExpr | Alexander Shaposhnikov | 2016-09-13 | 1 | -1/+1 |
* | [analyzer] ExprEngine: remove second call to PreStmt<CastExpr> | Aleksei Sidorin | 2016-09-01 | 1 | -9/+1 |
* | Revert "[OpenMP] Sema and parsing for 'teams distribute simd’ pragma" | Diana Picus | 2016-08-18 | 1 | -1/+0 |
* | [OpenMP] Sema and parsing for 'teams distribute simd’ pragma | Kelvin Li | 2016-08-17 | 1 | -0/+1 |
* | [OpenMP] Sema and parsing for 'teams distribute' pragma | Kelvin Li | 2016-08-05 | 1 | -0/+1 |
* | [analyzer] Pring LocationContext in ExplodedGraph dumps. | Artem Dergachev | 2016-07-24 | 1 | -51/+41 |
* | [OpenMP] Sema and parsing for 'target simd' pragma | Kelvin Li | 2016-07-20 | 1 | -0/+1 |
* | [NFC] Header cleanup | Mehdi Amini | 2016-07-18 | 1 | -2/+1 |
* | [ObjC] Implement @available in the Parser and AST | Erik Pilkington | 2016-07-16 | 1 | -0/+1 |
* | [OpenMP] Sema and parsing for 'target parallel for simd' pragma | Kelvin Li | 2016-07-14 | 1 | -0/+1 |
* | [analyzer] Add rudimentary handling of AtomicExpr. | Devin Coughlin | 2016-07-08 | 1 | -1/+44 |
* | [OpenMP] Sema and parsing for 'distribute simd' pragma | Kelvin Li | 2016-07-06 | 1 | -0/+1 |
* | [OpenMP] Sema and parse for 'distribute parallel for simd' | Kelvin Li | 2016-07-05 | 1 | -0/+1 |
* | P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941, DR1959, DR1991: | Richard Smith | 2016-06-28 | 1 | -0/+1 |
* | Resubmission of http://reviews.llvm.org/D21564 after fixes. | Carlo Bertolli | 2016-06-27 | 1 | -0/+1 |
* | Revert r273705 | Carlo Bertolli | 2016-06-24 | 1 | -1/+0 |
* | [OpenMP] Initial implementation of parse and sema for composite pragma 'distr... | Carlo Bertolli | 2016-06-24 | 1 | -0/+1 |
* | Revert accidential "[MSVC] Late parsing of in-class defined member functions ... | Alexey Bataev | 2016-06-15 | 1 | -1/+0 |
* | [MSVC] Late parsing of in-class defined member functions in template | Alexey Bataev | 2016-06-15 | 1 | -0/+1 |
* | [OpenMP] Parsing and sema support for target update directive | Samuel Antao | 2016-05-26 | 1 | -0/+1 |
* | [analyzer] Add checker callback for beginning of function. | Devin Coughlin | 2016-02-19 | 1 | -0/+9 |
* | [OpenMP] Parsing + sema for target parallel for directive. | Arpith Chacko Jacob | 2016-02-03 | 1 | -0/+1 |
* | [OpenMP] Parsing + sema for target parallel directive. | Arpith Chacko Jacob | 2016-01-26 | 1 | -0/+1 |
* | [OpenMP] Parsing + sema for "target exit data" directive. | Samuel Antao | 2016-01-19 | 1 | -0/+1 |
* | [OpenMP] Parsing + sema for "target enter data" directive. | Samuel Antao | 2016-01-19 | 1 | -0/+1 |
* | [analyzer] Better detect when C++ object was constructed into existing region. | Devin Coughlin | 2015-12-17 | 1 | -2/+6 |
* | Add parse and sema of OpenMP distribute directive with all clauses except dis... | Carlo Bertolli | 2015-12-14 | 1 | -0/+1 |
* | Reformat linefeeds. | NAKAMURA Takumi | 2015-12-09 | 1 | -4/+1 |
* | Revert r255001, "Add parse and sema for OpenMP distribute directive and all i... | NAKAMURA Takumi | 2015-12-09 | 1 | -1/+0 |
* | Add parse and sema for OpenMP distribute directive and all its clauses exclud... | Carlo Bertolli | 2015-12-08 | 1 | -0/+1 |
* | [OPENMP 4.5] Parsing/sema support for 'omp taskloop simd' directive. | Alexey Bataev | 2015-12-03 | 1 | -0/+1 |
* | [OPENMP 4.5] Parsing/sema analysis for 'taskloop' directive. | Alexey Bataev | 2015-12-01 | 1 | -0/+1 |