summaryrefslogtreecommitdiffstats
path: root/tools/libclang/CXCursor.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Parsing/AST support for Structured Exception HandlingJohn Wiegley2011-04-281-0/+3
* Implementation of Embarcadero array type traitsJohn Wiegley2011-04-281-0/+1
* t/clang/expr-traitsJohn Wiegley2011-04-251-0/+1
* C1X: implement generic selectionsPeter Collingbourne2011-04-151-0/+1
* Add support for C++0x's range-based for loops, as specified by the C++11 draf...Richard Smith2011-04-141-0/+1
* Add support for the OpenCL vec_step operator, by generalising andPeter Collingbourne2011-03-111-1/+1
* Change the representation of GNU ?: expressions to use a different expressionJohn McCall2011-02-171-0/+1
* AST, Sema, Serialization: add CUDAKernelCallExpr and related semantic actionsPeter Collingbourne2011-02-091-0/+1
* Remove vtables from the Stmt hierarchy; this was pretty easy asJohn McCall2011-02-091-1/+0
* Fix warnings found by gcc-4.6, from -Wunused-but-set-variable andJeffrey Yasskin2011-01-181-2/+1
* Introduce a new expression kind, SubstNonTypeTemplateParmPackExpr,Douglas Gregor2011-01-151-0/+1
* Implement the sizeof...(pack) expression to compute the length of aDouglas Gregor2011-01-041-0/+1