summaryrefslogtreecommitdiffstats
path: root/test/Index/blocks.c
Commit message (Expand)AuthorAgeFilesLines
* Expose more statement, expression, and declaration kinds in libclang,Douglas Gregor2011-10-051-9/+9
* [libclang] For getDeclFromExpr in CIndex.cpp, associate the decl ofArgyrios Kyrtzidis2011-09-121-1/+1
* Added clang_getCursorReferenceNameRange to libclang to to retrieve parts ofDouglas Gregor2011-07-251-1/+1
* Fixed source range for all DeclaratorDecl's.Abramo Bagnara2011-03-081-4/+4
* ntroduce clang_getSpellingLocation() into libclang, to provide theDouglas Gregor2010-11-091-1/+0
* Teach clang_getCursorReferenced() and friends about BlockDeclRefExprs.Douglas Gregor2010-10-221-18/+24
* Add indexing support for the block and @property type location informationJohn McCall2010-06-041-0/+29