| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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/+3 |
* | Revert r273705 | Carlo Bertolli | 2016-06-24 | 1 | -3/+0 |
* | [OpenMP] Initial implementation of parse and sema for composite pragma 'distr... | Carlo Bertolli | 2016-06-24 | 1 | -0/+3 |
* | Revert accidential "[MSVC] Late parsing of in-class defined member functions ... | Alexey Bataev | 2016-06-15 | 1 | -4/+0 |
* | [MSVC] Late parsing of in-class defined member functions in template | Alexey Bataev | 2016-06-15 | 1 | -0/+4 |
* | Make sizeof and alignof a CXCursor_UnaryExpr | Olivier Goffart | 2016-06-09 | 1 | -1/+1 |
* | [OpenMP] Parsing and sema support for target update directive | Samuel Antao | 2016-05-26 | 1 | -0/+3 |
* | [OpenMP] Parsing + sema for target parallel for directive. | Arpith Chacko Jacob | 2016-02-03 | 1 | -0/+3 |
* | [OpenMP] Parsing + sema for target parallel directive. | Arpith Chacko Jacob | 2016-01-26 | 1 | -0/+3 |
* | [OpenMP] Parsing + sema for "target exit data" directive. | Samuel Antao | 2016-01-19 | 1 | -0/+3 |
* | [OpenMP] Parsing + sema for "target enter data" directive. | Samuel Antao | 2016-01-19 | 1 | -0/+3 |
* | Add parse and sema of OpenMP distribute directive with all clauses except dis... | Carlo Bertolli | 2015-12-14 | 1 | -0/+3 |
* | libclang: expose dllexport, dllimport attributes | Saleem Abdulrasool | 2015-12-10 | 1 | -0/+2 |
* | Revert r255001, "Add parse and sema for OpenMP distribute directive and all i... | NAKAMURA Takumi | 2015-12-09 | 1 | -3/+0 |
* | Add parse and sema for OpenMP distribute directive and all its clauses exclud... | Carlo Bertolli | 2015-12-08 | 1 | -0/+3 |
* | [OPENMP 4.5] Parsing/sema support for 'omp taskloop simd' directive. | Alexey Bataev | 2015-12-03 | 1 | -0/+3 |
* | [OPENMP 4.5] Parsing/sema analysis for 'taskloop' directive. | Alexey Bataev | 2015-12-01 | 1 | -0/+3 |
* | [MSVC] 'property' with an empty array in array subscript expression. | Alexey Bataev | 2015-11-25 | 1 | -0/+1 |
* | [coroutines] Creation of promise object, lookup of operator co_await, building | Richard Smith | 2015-10-27 | 1 | -0/+4 |
* | Index: expose visibility attribute | Saleem Abdulrasool | 2015-09-05 | 1 | -0/+1 |
* | [OPENMP 4.0] Initial support for array sections. | Alexey Bataev | 2015-08-25 | 1 | -0/+4 |
* | Commit for http://reviews.llvm.org/D10765 | Michael Wong | 2015-07-21 | 1 | -0/+3 |
* | [libclang] Replace ObjC generic parameters in code-completion results. | Douglas Gregor | 2015-07-07 | 1 | -4/+8 |
* | [OPENMP 4.0] Initial support for 'omp cancel' construct. | Alexey Bataev | 2015-07-02 | 1 | -0/+3 |
* | [OPENMP 4.0] Initial support for 'omp cancellation point' construct. | Alexey Bataev | 2015-07-01 | 1 | -0/+3 |
* | Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). | Alexander Kornienko | 2015-06-22 | 1 | -2/+2 |
* | Fixed/added namespace ending comments using clang-tidy. NFC | Alexander Kornienko | 2015-06-22 | 1 | -2/+2 |
* | [OPENMP] Support for '#pragma omp taskgroup' directive. | Alexey Bataev | 2015-06-18 | 1 | -0/+3 |
* | Implementing C99 partial re-initialization behavior (DR-253) | Yunzhong Gao | 2015-06-10 | 1 | -0/+2 |
* | Rename MacroDefinition -> MacroDefinitionRecord, Preprocessor::MacroDefinitio... | Richard Smith | 2015-05-04 | 1 | -17/+15 |
* | [libclang] When initializing an ObjC object via the "[[ClassName alloc] init*... | Argyrios Kyrtzidis | 2014-11-10 | 1 | -2/+10 |
* | [c++1z] N4295: fold-expressions. | Richard Smith | 2014-11-08 | 1 | -0/+1 |
* | Add the initial TypoExpr AST node for delayed typo correction. | Kaelyn Takata | 2014-10-27 | 1 | -0/+1 |
* | Add libclang capabilities to retriete template arguments from specializations. | Eli Bendersky | 2014-10-10 | 1 | -0/+134 |
* | [OPENMP] 'omp teams' directive basic support. | Alexey Bataev | 2014-10-09 | 1 | -0/+3 |
* | Revert "[OPENMP] 'omp teams' directive basic support. Includes parsing and se... | Renato Golin | 2014-10-08 | 1 | -3/+0 |
* | [OPENMP] 'omp teams' directive basic support. | Alexey Bataev | 2014-10-07 | 1 | -0/+3 |
* | [OPENMP] Parsing/Sema of directive omp parallel for simd | Alexander Musman | 2014-09-23 | 1 | -0/+3 |
* | [OPENMP] Initial parsing/sema analysis of 'target' directive. | Alexey Bataev | 2014-09-19 | 1 | -0/+3 |
* | Parsing/Sema of directive omp for simd | Alexander Musman | 2014-09-18 | 1 | -0/+3 |
* | Expose the CUDA shared attribute to the C API. | Eli Bendersky | 2014-08-08 | 1 | -0/+1 |
* | [OPENMP] Initial parsing and sema analysis for 'atomic' directive. | Alexey Bataev | 2014-07-22 | 1 | -0/+3 |
* | [OPENMP] Initial parsing and sema analysis for 'ordered' directive. | Alexey Bataev | 2014-07-22 | 1 | -0/+3 |
* | [OPENMP] Initial parsing and sema analysis for 'flush' directive. | Alexey Bataev | 2014-07-21 | 1 | -0/+3 |
* | [OPENMP] Parsing/Sema of the OpenMP directive 'critical'. | Alexander Musman | 2014-07-21 | 1 | -0/+3 |
* | [OPENMP] Initial parsing and sema analysis for 'taskwait' directive. | Alexey Bataev | 2014-07-18 | 1 | -0/+3 |
* | [OPENMP] Initial parsing and sema analysis for 'barrier' directive. | Alexey Bataev | 2014-07-18 | 1 | -0/+3 |
* | [OPENMP] Initial parsing and sema analysis of 'taskyield' directive. | Alexey Bataev | 2014-07-18 | 1 | -0/+3 |
* | [OPENMP] Parsing/Sema analysis of directive 'master' | Alexander Musman | 2014-07-17 | 1 | -0/+3 |