Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed source range for all DeclaratorDecl's. | Abramo Bagnara | 2011-03-08 | 1 | -2/+2 |
| | | | | llvm-svn: 127225 | ||||
* | Implement basic visitation for nested name specifiers via libclang | Douglas Gregor | 2010-09-02 | 1 | -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, and | Douglas Gregor | 2010-08-31 | 1 | -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 |