aboutsummaryrefslogtreecommitdiff
path: root/test/Index/get-cursor.cpp
AgeCommit message (Expand)Author
2013-04-22When modifying an implicit instantiation with information from an explicit on...Argyrios Kyrtzidis
2013-04-05[libclang] Fix cursor visitation to not ignore template arguments in out-of-l...Argyrios Kyrtzidis
2012-05-16[libclang/AST] When declaring a local class, don't neglect to set the end loc...Argyrios Kyrtzidis
2011-12-03[libclang] Fix infinite loop when doing visitation of an OpaqueValueExpr.Argyrios Kyrtzidis
2011-12-03[libclang] Allow indexing/get-cursor/etc. for the exception variable in a C++...Argyrios Kyrtzidis
2011-08-04Add a new libclang API to return a CXCompletionString for an arbitraryDouglas Gregor
2011-06-27[libclang] Avoid having the cursor of an expression replace the declaration c...Argyrios Kyrtzidis
2010-11-17When libclang is walking a member access expression, don't walk intoDouglas Gregor
2010-11-05Teach clang_getCursorReferenced() that aDouglas Gregor
2010-11-03Improve source-location information for CXXConstructExpr nodes, byDouglas Gregor