summaryrefslogtreecommitdiffstats
path: root/clang/tools/libclang/CXCursor.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* [libclang] Introduce a new high level API for indexing clients that assumesArgyrios Kyrtzidis2011-10-171-7/+7
* Allow for annotate attributes after access specifiers. When suchErik Verbruggen2011-10-131-0/+1
* Initial implementation of __atomic_* (everything except __atomic_is_lock_free).Eli Friedman2011-10-111-0/+1
* [libclang] Introduce clang_findReferencesInFile which accepts a cursor, a file,Argyrios Kyrtzidis2011-10-061-25/+140
* [libclang] Move the bulk of clang_getOverriddenCursors intoArgyrios Kyrtzidis2011-10-061-0/+86
* Expose more statement, expression, and declaration kinds in libclang,Douglas Gregor2011-10-051-95/+291
* MSVC is stuck in the 80s.Argyrios Kyrtzidis2011-09-271-0/+8
* [libclang] Introduce clang_Cursor_isNull and clang_Cursor_getTranslationUnit ...Argyrios Kyrtzidis2011-09-271-0/+8
* Don't map a file:line:col triplet that is inside the preamble range toArgyrios Kyrtzidis2011-09-261-1/+3
* [libclang]Argyrios Kyrtzidis2011-09-131-0/+2
* Switch a C-style cast over to a const_cast. No functionality changeDouglas Gregor2011-08-101-1/+1
* Add a new libclang API to return a CXCompletionString for an arbitraryDouglas Gregor2011-08-041-0/+36
* Create a new expression node, SubstNonTypeTemplateParmExpr,John McCall2011-07-151-0/+1
* Update all of the libclang code corresponding to the preprocessorChandler Carruth2011-07-141-2/+2
* Move the rest of the preprocessor terminology from 'instantiate' andChandler Carruth2011-07-141-4/+4
* [libclang] Introduce cxcursor::getCursorParentDecl(CXCursor Cursor) and use i...Argyrios Kyrtzidis2011-06-291-0/+4
* Introduce a new AST node describing reference binding to temporaries.Douglas Gregor2011-06-211-0/+1
* Automatic Reference Counting.John McCall2011-06-151-1/+4
* Add support for builtin astype:Tanya Lattner2011-06-041-0/+1
OpenPOWER on IntegriCloud