summaryrefslogtreecommitdiffstats
path: root/test/Index/get-cursor.cpp
Commit message (Expand)AuthorAgeFilesLines
* [libclang] Support for querying the exception specification type through libc...Jonathan Coe2017-06-271-2/+15
* Fix for clang_Cursor_getSpellingNameRange()Kevin Funk2016-12-201-1/+4
* Expose cxx constructor and method properties through libclang and python bind...Jonathan Coe2016-04-271-1/+1
* [libclang] Make sure to visit the body of a CXXForRangeStmt.Argyrios Kyrtzidis2014-11-131-2/+5
* [liblang] Handle CXXForRangeStmt during AST visitation.Argyrios Kyrtzidis2014-11-131-0/+13
* [libclang] Fixup the cursor spelling range for C++ destructors, operator over...Argyrios Kyrtzidis2014-08-261-0/+115
* When modifying an implicit instantiation with information from an explicit on...Argyrios Kyrtzidis2013-04-221-0/+13
* [libclang] Fix cursor visitation to not ignore template arguments in out-of-l...Argyrios Kyrtzidis2013-04-051-0/+12
* [libclang/AST] When declaring a local class, don't neglect to set the end loc...Argyrios Kyrtzidis2012-05-161-0/+10
* [libclang] Fix infinite loop when doing visitation of an OpaqueValueExpr.Argyrios Kyrtzidis2011-12-031-0/+4
* [libclang] Allow indexing/get-cursor/etc. for the exception variable in a C++...Argyrios Kyrtzidis2011-12-031-0/+9
* Add a new libclang API to return a CXCompletionString for an arbitraryDouglas Gregor2011-08-041-0/+12
* [libclang] Avoid having the cursor of an expression replace the declaration c...Argyrios Kyrtzidis2011-06-271-0/+7
* When libclang is walking a member access expression, don't walk intoDouglas Gregor2010-11-171-0/+30
* Teach clang_getCursorReferenced() that aDouglas Gregor2010-11-051-4/+7
* Improve source-location information for CXXConstructExpr nodes, byDouglas Gregor2010-11-031-0/+30