summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/load-classes.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fixed source range for all DeclaratorDecl's.Abramo Bagnara2011-03-081-2/+2
| | | | llvm-svn: 127225
* Implement basic visitation for nested name specifiers via libclangDouglas Gregor2010-09-021-0/+6
| | | | | | | | cursors. Sadly, this visitation is a hack, because we don't have proper source-location information for nested-name-specifiers in the AST. It does improve on the status quo, however. llvm-svn: 112837
* libclang indexing support for C++ constructors, destructors, andDouglas Gregor2010-08-311-0/+22
conversion functions. This introduces new cursor kinds for these three C++ entities, and reworks visitation of function declarations so that we get type-source information for the names. llvm-svn: 112600
OpenPOWER on IntegriCloud