summaryrefslogtreecommitdiffstats
path: root/clang/tools/libclang/CXCursor.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [OPENMP] Parsing and sema analysis for 'omp task' directive.Alexey Bataev2014-07-111-0/+3
* [OPENMP] Parsing and sema analysis for 'omp parallel sections' directive.Alexey Bataev2014-07-081-0/+3
* [OPENMP] Added initial support for 'omp parallel for'.Alexey Bataev2014-07-071-0/+3
* Switch over a few uses of param_begin() to parameters()Alp Toker2014-07-071-2/+2
* Add an AST node for __leave statements, hook it up.Nico Weber2014-07-071-0/+4
* [OPENMP] Initial parsing and sema analysis for 'single' directive.Alexey Bataev2014-06-261-0/+3
* [OPENMP] Initial parsing and sema analysis for 'section' directive.Alexey Bataev2014-06-261-0/+3
* [OPENMP] Initial support for 'sections' directive.Alexey Bataev2014-06-251-0/+3
* [OPENMP] Initial support for '#pragma omp for' (fixed incompatibility with MS...Alexey Bataev2014-06-181-0/+3
* Revert "[OPENMP] Initial support for '#pragma omp for'."Rafael Espindola2014-06-171-3/+0
* [OPENMP] Initial support for '#pragma omp for'.Alexey Bataev2014-06-171-0/+3
* [C++11] Use 'nullptr'. Tools edition.Craig Topper2014-06-081-16/+16
* Expose CUDA function attributes to the C interface.Eli Bendersky2014-05-281-0/+4
* [libclang] Add attribute support for 'pure', 'const' and 'noduplicate'.Joey Gouly2014-05-011-0/+3
* [OPENMP] First changes for Parsing and Sema for 'omp simd' directive supportAlexey Bataev2014-02-271-2/+4
* Eliminate UnaryTypeTraitExprAlp Toker2014-01-011-1/+0
* Eliminate BinaryTypeTraitExprAlp Toker2013-12-131-1/+0
* [libclang] Provide location for attributes and expose 'packed' attribute.Argyrios Kyrtzidis2013-09-251-0/+1
* Add the intrinsic __builtin_convertvectorHal Finkel2013-09-181-0/+1
* Remove unnecessary inclusion of Sema.hDavid Blaikie2013-09-131-0/+1
* OpenMP: basic support for #pragma omp parallelAlexey Bataev2013-07-191-0/+4
* Use SmallVectorImpl instead of SmallVector for iterators and references to av...Craig Topper2013-07-041-3/+3
* PR12086, PR15117Richard Smith2013-06-121-0/+1
* Fix typo in comparison in clang_CXCursorSet_contains().Ted Kremenek2013-04-241-1/+1
* Revert "Remove CXCursorSet and related APIs. There are no known clients."Ted Kremenek2013-04-241-0/+66
* Remove CXCursorSet and related APIs. There are no known clients.Ted Kremenek2013-04-241-66/+0
* [libclang] Introduce a CXCursor_ObjCSelfExpr cursor, which is the equivalent ...Argyrios Kyrtzidis2013-04-231-1/+15
* C++1y: Allow aggregates to have default initializers.Richard Smith2013-04-201-0/+1
* Implement CapturedStmt ASTTareq A. Siraj2013-04-161-0/+4
* Basic support for Microsoft property declarations andJohn McCall2013-04-161-0/+1
* [libclang] Make clang_Cursor_getArgument work with call-exprs.Argyrios Kyrtzidis2013-04-011-0/+18
* Replace TypeLoc llvm::cast support to be well-defined.David Blaikie2013-02-181-1/+1
* libclang: remove reinterpret_casts by using SourceLocation::getPtrEncodingDmitri Gribenko2013-02-161-14/+14
* libclang: remove reinterpret_casts by using SourceLocation::getFromPtrEncodingDmitri Gribenko2013-02-141-24/+12
* Allow the computation of the base priority for a declaration code completion ...Douglas Gregor2013-01-311-1/+1
* libclang: factor out the frequent pattern static_cast<ASTUnit *>(TU->TUData)Dmitri Gribenko2013-01-261-1/+1
* libclang: make getCursorParentDecl() return 'const Decl *'Dmitri Gribenko2013-01-261-2/+2
* libclang: change getCursorAttr() to return 'const Attr *'Dmitri Gribenko2013-01-261-2/+2
* libclang: make getCursorStmt() and getCursorExpr() return const pointersDmitri Gribenko2013-01-261-6/+7
* libclang: change return type of getCursorDecl() to 'const Decl *'Dmitri Gribenko2013-01-231-10/+10
* Explicitly cast away the const-ness instead of doing it implicitly.Bill Wendling2013-01-231-4/+4
* libclang: remove a few const_castsDmitri Gribenko2013-01-141-3/+3
* Constify argument of Preprocessor::getMacroInfoHistory and propagate toDmitri Gribenko2013-01-141-1/+1
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-121-1/+1
* libclang: remove unneeded castsDmitri Gribenko2013-01-111-9/+9
* libclang: change CXCursor to store 'const void *' pointers forDmitri Gribenko2013-01-111-33/+36
* libclang: use getCursorTU and getCursorASTUnit instead of explicit castsDmitri Gribenko2013-01-111-1/+1
* [libclang] When getting the cursor for an identifier inside a macro definitio...Argyrios Kyrtzidis2013-01-071-3/+22
* Sort #include lines for tools/...Chandler Carruth2012-12-041-3/+3
* [libclang] Introduce clang_Cursor_getReceiverType which returns the CXType forArgyrios Kyrtzidis2012-11-011-0/+13
OpenPOWER on IntegriCloud