aboutsummaryrefslogtreecommitdiff
path: root/test/Index/blocks.c
AgeCommit message (Expand)Author
2011-10-05Expose more statement, expression, and declaration kinds in libclang,Douglas Gregor
2011-09-12[libclang] For getDeclFromExpr in CIndex.cpp, associate the decl ofArgyrios Kyrtzidis
2011-07-25Added clang_getCursorReferenceNameRange to libclang to to retrieve parts ofDouglas Gregor
2011-03-08Fixed source range for all DeclaratorDecl's.Abramo Bagnara
2010-11-09ntroduce clang_getSpellingLocation() into libclang, to provide theDouglas Gregor
2010-10-22Teach clang_getCursorReferenced() and friends about BlockDeclRefExprs.Douglas Gregor
2010-06-04Add indexing support for the block and @property type location informationJohn McCall