Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace UsingDecl's SmallPtrSet of UsingShadowDecls with a linked list to avo... | Argyrios Kyrtzidis | 2010-11-10 | 1 | -1/+1 |
* | Introduce a new kind of cursor into libclang, which covers a reference | Douglas Gregor | 2010-09-13 | 1 | -1/+1 |
* | Implement basic visitation for nested name specifiers via libclang | Douglas Gregor | 2010-09-02 | 1 | -0/+11 |
* | Implement libclang support for using declarations. Clang actually uses | Douglas Gregor | 2010-09-01 | 1 | -0/+10 |
* | Implement libclang support for using directives (cursor + visitation + | Douglas Gregor | 2010-09-01 | 1 | -1/+3 |
* | Improve location information in the representation of namespace | Douglas Gregor | 2010-09-01 | 1 | -4/+3 |
* | Add libclang support for namespace aliases (visitation + USRs) along | Douglas Gregor | 2010-08-31 | 1 | -2/+8 |
* | Add a simple test for indexing namespaces | Douglas Gregor | 2010-08-31 | 1 | -0/+22 |