summaryrefslogtreecommitdiffstats
path: root/include/clang/AST/RecursiveASTVisitor.h
Commit message (Expand)AuthorAgeFilesLines
* [OPENMP 4.5] Codegen for data members in 'linear' clause.Alexey Bataev2016-03-091-0/+1
* [OPENMP] Simplify handling of clauses with postupdates, NFC.Alexey Bataev2016-03-041-2/+1
* [OPENMP 4.0] Initial support for 'omp declare reduction' construct.Alexey Bataev2016-03-031-0/+8
* Serialize `#pragma detect_mismatch`.Nico Weber2016-03-021-0/+2
* Serialize `#pragma comment`.Nico Weber2016-03-021-0/+2
* [OPENMP 4.5] Codegen for data members in 'reduction' clause.Alexey Bataev2016-03-021-0/+2
* [AST/RecursiveASTVisitor] Correction so that dataTraverseStmtPost will get ca...Argyrios Kyrtzidis2016-02-291-9/+20
* [OPENMP 4.5] Codegen for member decls in 'lastprivate' clause.Alexey Bataev2016-02-251-0/+10
* [OPENMP 4.5] Codegen support for data members in 'firstprivate' clause.Alexey Bataev2016-02-171-2/+12
* [OPENMP] Improved handling of pseudo-captured expressions in OpenMP.Alexey Bataev2016-02-161-2/+2
* [RecursiveASTVisitor] Introduce dataTraverseStmtPre()/dataTraverseStmtPost() ...Argyrios Kyrtzidis2016-02-131-1/+16
* [OPENMP] Rename OMPCapturedFieldDecl to OMPCapturedExprDecl, NFC.Alexey Bataev2016-02-111-1/+1
* [OPENMP 4.5] Ccapture/codegen of private non-static data members.Alexey Bataev2016-02-081-0/+2
* [OpenMP] Parsing + sema for target parallel for directive.Arpith Chacko Jacob2016-02-031-0/+3
* [OpenMP] Parsing + sema for target parallel directive.Arpith Chacko Jacob2016-01-261-0/+3
* [OpenMP] Parsing + sema for defaultmap clause.Arpith Chacko Jacob2016-01-261-0/+6
* Try to pacify MSVC.Nico Weber2016-01-221-1/+2
* Let RecursiveASTVisitor visit array index VarDeclsNico Weber2016-01-221-0/+4
* [OpenMP] Parsing + sema for "target exit data" directive.Samuel Antao2016-01-191-0/+3
* [OpenMP] Parsing + sema for "target enter data" directive.Samuel Antao2016-01-191-0/+3
* Add OpenMP dist_schedule clause to distribute directive and related regressio...Carlo Bertolli2016-01-151-0/+8
* [OpenCL] Pipe type supportXiuli Pan2016-01-091-0/+4
* [TrailingObjects] Convert ASTTemplateKWAndArgsInfo and ASTTemplateArgumentLis...James Y Knight2015-12-241-3/+2
* [OPENMP 4.5] Parsing/sema for 'hint' clause of 'critical' directive.Alexey Bataev2015-12-151-0/+6
* Add parse and sema of OpenMP distribute directive with all clauses except dis...Carlo Bertolli2015-12-141-0/+3
* Revert r255001, "Add parse and sema for OpenMP distribute directive and all i...NAKAMURA Takumi2015-12-091-3/+0
* [OPENMP 4.5] Parsing/sema for 'num_tasks' clause.Alexey Bataev2015-12-081-0/+7
* Add parse and sema for OpenMP distribute directive and all its clauses exclud...Carlo Bertolli2015-12-081-0/+3
* [OPENMP 4.5] parsing/sema support for 'grainsize' clause.Alexey Bataev2015-12-071-0/+7
* [OPENMP 4.5] parsing/sema support for 'nogroup' clause.Alexey Bataev2015-12-071-0/+5
* [OPENMP 4.5] Parsing/sema support for 'omp taskloop simd' directive.Alexey Bataev2015-12-031-0/+3
* Traverse the NestedNameSpecifier(Loc) of NamespaceAliasDecls.Daniel Jasper2015-12-021-0/+2
* [OPENMP 4.5] Parsing/sema analysis for 'priority' clause.Alexey Bataev2015-12-011-0/+7
* [OPENMP 4.5] Parsing/sema analysis for 'taskloop' directive.Alexey Bataev2015-12-011-0/+3
* [OpenMP] Parsing and sema support for thread_limit clause.Kelvin Li2015-11-271-0/+7
* Stop using SFINAE to detect whether a derived-class override of Traverse* canRichard Smith2015-11-251-11/+11
* [MSVC] 'property' with an empty array in array subscript expression.Alexey Bataev2015-11-251-0/+2
* Fix typo that was being SFINAE'd away (and apparently GCC 4.7.2 rejects-valid...Richard Smith2015-11-251-2/+2
* Teach RAV to pass its DataRecursionQueue to derived classes if they ask for it,Richard Smith2015-11-241-25/+27
* [OpenMP] Parsing and sema support for num_teams clauseKelvin Li2015-11-241-0/+7
* Reduce the stack usage per recursive step when RecursiveASTVisitor cannot per...Richard Smith2015-11-241-21/+16
* Use data recursion in RecursiveASTVisitor when traversing Stmt and Expr nodes.Richard Smith2015-11-241-169/+118
* [OpenMP] Parsing and sema support for map clauseKelvin Li2015-11-231-0/+6
* [Sema] Implement __make_integer_seqDavid Majnemer2015-11-041-0/+4
* [coroutines] Creation of promise object, lookup of operator co_await, buildingRichard Smith2015-10-271-1/+29
* [OPENMP 4.1] Codegen for array sections/subscripts in 'reduction' clause.Alexey Bataev2015-10-081-0/+3
* Divide TraverseInitListExpr to a different function for each form.Angel Garcia Gomez2015-10-021-17/+25
* [OPENMP 4.1] Add 'simd' clause for 'ordered' directive.Alexey Bataev2015-09-281-0/+5
* [OPENMP 4.1] Add 'threads' clause for '#pragma omp ordered'.Alexey Bataev2015-09-251-0/+5
* [OPENMP 4.0] Initial support for array sections.Alexey Bataev2015-08-251-0/+2