summaryrefslogtreecommitdiff
path: root/include/clang/AST/RecursiveASTVisitor.h
Commit message (Expand)AuthorAge
* [OPENMP] Initial parsing and sema analysis for 'single' directive.Alexey Bataev2014-06-26
* [OPENMP] Initial parsing and sema analysis for 'section' directive.Alexey Bataev2014-06-26
* Reformat RAVs to sync up following recent updatesAlp Toker2014-06-26
* RAV: visit copy expressions of captured variables in blocks (ObjC++11)Alp Toker2014-06-26
* [OPENMP] Initial support for 'sections' directive.Alexey Bataev2014-06-25
* [OPENMP] Initial support for 'nowait' clause.Alexey Bataev2014-06-20
* [OPENMP] Initial support for 'ordered' clause.Alexey Bataev2014-06-20
* [OPENMP] Initial support for 'schedule' clause.Alexey Bataev2014-06-20
* [OPENMP] Initial support for '#pragma omp for' (fixed incompatibility with MS...Alexey Bataev2014-06-18
* Revert "[OPENMP] Initial support for '#pragma omp for'."Rafael Espindola2014-06-17
* [OPENMP] Initial support for '#pragma omp for'.Alexey Bataev2014-06-17
* [OPENMP] Renamed 'DataRecursiveASTVisitor' to just 'RecursiveASTVisitor' for ...Alexey Bataev2014-06-17
* [OPENMP] Initial support of 'reduction' clauseAlexey Bataev2014-06-16
* Fix RecursiveASTVisitor to visit types in ObjCPropertyDeclAlp Toker2014-06-06
* [OPENMP] Parsing/Sema for OMPLasprivateClause.Alexander Musman2014-06-04
* Parsing/Sema for OMPAlignedClause.Alexander Musman2014-05-29
* Parsing/Sema for OMPCollapseClause.Alexander Musman2014-05-27
* RAV reunification: merge DISPATCH_STMT() macro back to standard RAVAlp Toker2014-05-20
* Format the two RecursiveASTVisitorsAlp Toker2014-05-18
* Decouple ExprCXX.h and DeclCXX.h and clean up includes a bit.Benjamin Kramer2014-05-10
* [OPENMP] 'proc_bind' clause support - Parsing and sema analysis for OpenMP cl...Alexey Bataev2014-05-06
* [OPENMP] parsing 'linear' clause (for directive 'omp simd')Alexander Musman2014-04-22
* [OPENMP] Implemented 'copyin' clauseAlexey Bataev2014-03-31
* [OPENMP] parsing of clause 'safelen' (for directive 'omp simd')Alexey Bataev2014-03-21
* In the presence of modules, we can have multiple implicit instantiations of t...Richard Smith2014-03-18
* [C++11] Replacing FunctionProtoType iterators exception_begin() and exception...Aaron Ballman2014-03-17
* [C++11] Replacing FunctionProtoType iterators param_type_begin() and param_ty...Aaron Ballman2014-03-17
* NFC: remove unused variables from r203938, r203942, and r203947Duncan P. N. Exon Smith2014-03-14
* [C++11] Replacing DeclStmt iterators decl_begin() and decl_end() with iterato...Aaron Ballman2014-03-14
* [C++11] Replacing VarTemplateDecl iterators spec_begin() and spec_end() with ...Aaron Ballman2014-03-14
* [C++11] Replacing FunctionTemplateDecl iterators spec_begin() and spec_end() ...Aaron Ballman2014-03-14
* [C++11] Replacing OMPThreadPrivateDecl and OMPClause iterators varlist_begin(...Aaron Ballman2014-03-14
* [C++11] Replacing CXXRecordDecl iterators init_begin() and init_end() with it...Aaron Ballman2014-03-13
* [C++11] Replacing CXXRecordDecl iterators bases_begin() and bases_end() with ...Aaron Ballman2014-03-13
* [C++11] Replacing Decl iterators attr_begin() and attr_end() with iterator_ra...Aaron Ballman2014-03-08
* [C++11] Replacing DeclBase iterators decls_begin() and decls_end() with itera...Aaron Ballman2014-03-07
* Fully reverting r203236 -- it seems the only bots that are happy are the MSVC...Aaron Ballman2014-03-07
* [C++11] Replacing iterators attr_begin() and attr_end() with iterator_range a...Aaron Ballman2014-03-07
* [OPENMP] Clause 'num_threads'Alexey Bataev2014-03-06
* [OPENMP] First changes for Parsing and Sema for 'omp simd' directive supportAlexey Bataev2014-02-27
* [OPENMP] 'if' clause support (no CodeGen support)Alexey Bataev2014-02-13
* Rename getResultLoc() tooAlp Toker2014-01-25
* Rename getResultType() on function and method declarations to getReturnType()Alp Toker2014-01-25
* Update FunctionTypeLoc and related names to match r199686Alp Toker2014-01-21
* Rename FunctionProtoType accessors from 'arguments' to 'parameters'Alp Toker2014-01-20
* Eliminate UnaryTypeTraitExprAlp Toker2014-01-01
* Update DataRecursiveASTVisitor so that it visits attributes.DeLesley Hutchins2013-12-30
* Update RecursiveASTVisitor so that it visits attributes. This is currentlyDeLesley Hutchins2013-12-30
* Eliminate BinaryTypeTraitExprAlp Toker2013-12-13
* Add an AdjustedType sugar node for adjusting calling conventionsReid Kleckner2013-12-05