summaryrefslogtreecommitdiffstats
path: root/clang/tools/libclang/CXCursor.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move the logic that searches for overridden methods from libclang toArgyrios Kyrtzidis2012-10-091-180/+6
* PR13811: Add a FunctionParmPackExpr node to handle references to functionRichard Smith2012-09-121-0/+1
* Revert r163099 per chandlerc's request.Joao Matos2012-09-041-4/+0
* Added a new cursor for SEHLeaveStmt to libclang.Joao Matos2012-09-031-0/+4
* [ms-inline asm] As part of a larger refactoring, rename AsmStmt to GCCAsmStmt.Chad Rosier2012-08-251-2/+2
* [libclang] Introduce clang_Cursor_isDynamicCall which,Argyrios Kyrtzidis2012-07-021-1/+26
* Add a new libclang completion API to get brief documentation comment that isDmitri Gribenko2012-07-021-2/+4
* Etch out the code path for MS-style inline assembly.Chad Rosier2012-06-111-0/+4
* [AST/libclang] Speed up clang_getOverriddenCursors() considerably by reservin...Argyrios Kyrtzidis2012-05-091-21/+81
* Fix C versus C++ linkage issue.Ted Kremenek2012-04-301-1/+3
* Reduce malloc() traffic of clang_getOverridenCursors() by using a pool of Sma...Ted Kremenek2012-04-301-2/+101
* Implements boxed expressions for Objective-C. <rdar://problem/10194391>Patrick Beard2012-04-191-1/+1
* Add an AttributedStmt type to represent a statement with C++11 attributesRichard Smith2012-04-141-5/+9
* [libclang] Introduce a couple of functions to make it convenientArgyrios Kyrtzidis2012-04-111-0/+29
* [libclang] For clang_getOverriddenCursors make sure to report overridden objc...Argyrios Kyrtzidis2012-04-101-16/+36
* [code-complete] Introduce CodeCompletionTUInfo which will be used for cachingArgyrios Kyrtzidis2012-04-101-6/+4
* Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr toJohn McCall2012-03-101-1/+0
* [libclang] Enhance clang_getOverriddenCursors.Argyrios Kyrtzidis2012-03-081-19/+44
* AST representation for user-defined literals, plus just enough of semanticRichard Smith2012-03-071-0/+1
* And libclang cursor/indexing support for new Objective-C NSArray/NSDictionary...Ted Kremenek2012-03-061-1/+9
* Implement a new type trait __is_trivially_constructible(T, Args...)Douglas Gregor2012-02-241-0/+1
* Implement indexing support for lambdas in libclang (both kinds), asDouglas Gregor2012-02-151-1/+21
* Introduce basic ASTs for lambda expressions. This covers:Douglas Gregor2012-02-071-0/+1
* [libclang] Make clang_getCursorCompletionString not depend on the ASTUnit havingArgyrios Kyrtzidis2012-01-171-18/+16
* [libclang] Add defensive checks to make sure we don't try to dereferenceArgyrios Kyrtzidis2011-12-101-2/+1
* [libclang] Make sure we don't try to handle a CXCursor_NoDeclFoundArgyrios Kyrtzidis2011-12-091-2/+4
* [libclang] API enhancements by Joe Groff!Argyrios Kyrtzidis2011-12-061-0/+1
* [libclang] Indexing API: Support C++ symbols.Argyrios Kyrtzidis2011-11-221-2/+2
* [libclang] Indexing API:Argyrios Kyrtzidis2011-11-181-6/+7
* Change the AST representation of operations on Objective-CJohn McCall2011-11-061-1/+10
* Implement support for dependent Microsoft __if_exists/__if_not_existsDouglas Gregor2011-10-251-1/+6
OpenPOWER on IntegriCloud