summaryrefslogtreecommitdiffstats
path: root/clang/tools/libclang/RecursiveASTVisitor.h
Commit message (Expand)AuthorAgeFilesLines
* Move tools/libclang/RecursiveASTVisitor.h -> include/clang/AST/DataRecursiveA...Argyrios Kyrtzidis2013-12-201-2387/+0
* Eliminate BinaryTypeTraitExprAlp Toker2013-12-131-5/+0
* Add an AdjustedType sugar node for adjusting calling conventionsReid Kleckner2013-12-051-0/+8
* [OpenMP] Added parsing and semantic analysis for firstprivate clauseAlexey Bataev2013-10-011-0/+7
* [OPENMP] Bug fixes and improvements.Alexey Bataev2013-09-241-8/+12
* Add the intrinsic __builtin_convertvectorHal Finkel2013-09-181-0/+1
* OpenMP: Data-sharing attributes analysis and clause 'shared' (fixed test thre...Alexey Bataev2013-09-061-0/+6
* Revert "OpenMP: Data-sharing attributes analysis and clause 'shared'"Rafael Espindola2013-09-031-6/+0
* OpenMP: Data-sharing attributes analysis and clause 'shared'Alexey Bataev2013-09-031-0/+6
* Added source locs for angled parentheses in class/var template partial specs.Enea Zaffanella2013-08-101-3/+5
* Started implementing variable templates. Top level declarations should be ful...Larisse Voufo2013-08-061-0/+89
* OpenMP: basic support for #pragma omp parallelAlexey Bataev2013-07-191-0/+46
* Use SmallVectorImpl::reverse_iterator instead of SmallVector to avoid specify...Craig Topper2013-07-081-1/+1
* Bug fix: Make RecursiveASTVisitor<T>::TraverseLambdaExpr callJames Dennett2013-06-301-0/+2
* [AST] Introduce a new DecayedType sugar nodeReid Kleckner2013-06-241-0/+8
* PR12086, PR15117Richard Smith2013-06-121-0/+1
* Have the RecursiveASTVisitor traverse the type source info of an objc class m...Argyrios Kyrtzidis2013-05-061-1/+4
* C++1y: Allow aggregates to have default initializers.Richard Smith2013-04-201-0/+1
* Sema for Captured StatementsTareq A. Siraj2013-04-161-3/+14
* Implement CapturedStmt ASTTareq A. Siraj2013-04-161-1/+1
* Basic support for Microsoft property declarations andJohn McCall2013-04-161-0/+5
* OpenMP threadprivate directive parsing and semantic analysisAlexey Bataev2013-03-221-0/+9
* [Sema] Semantic analysis for empty-declaration and attribute-declaration.Michael Han2013-02-221-0/+2
* Replace TypeLoc llvm::cast support to be well-defined.David Blaikie2013-02-181-3/+2
* Fix the AST representation for non-type template arguments to encodeEli Friedman2012-09-261-0/+2
* PR13811: Add a FunctionParmPackExpr node to handle references to functionRichard Smith2012-09-121-0/+1
* Revert r163083 per chandlerc's request.Joao Matos2012-09-041-1/+0
* Implemented parsing and AST support for the MS __leave exception statement. A...Joao Matos2012-09-021-0/+1
* [ms-inline asm] Rename getClobber to getClobberStringLiteral. No functionalChad Rosier2012-08-271-1/+1
* [ms-inline asm] As part of a larger refactoring, rename AsmStmt to GCCAsmStmt.Chad Rosier2012-08-251-1/+1
* Etch out the code path for MS-style inline assembly.Chad Rosier2012-06-111-0/+5
* [libclang] Properly handle @encode() in RecursiveASTVisitor and traverseArgyrios Kyrtzidis2012-05-161-2/+6
* [libclang] Actually commit the changes to make libclang's RecursiveASTVisitorArgyrios Kyrtzidis2012-05-071-190/+121
* [libclang] Put the RecursiveASTVisitor in libclang in a cxindex namespace.Argyrios Kyrtzidis2012-05-071-0/+2
* [libclang] Use a copy of the data-recursive RecursiveASTVisitor inside libclang.Argyrios Kyrtzidis2012-05-071-0/+2243
OpenPOWER on IntegriCloud