Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [libclang] Add support for checking abstractness of records | Alex Lorenz | 2017-12-14 | 1 | -1/+1 |
* | [index] Expose FriendDecl | Olivier Goffart | 2016-11-04 | 1 | -5/+17 |
* | Expose cxx constructor and method properties through libclang and python bind... | Jonathan Coe | 2016-04-27 | 1 | -3/+3 |
* | libclang: add clang_CXXMethod_isConst API that allows to determine if a C++ | Dmitri Gribenko | 2014-04-07 | 1 | -4/+26 |
* | When formatting a C++-only declaration name, enable C++ mode in the formatter's | Richard Smith | 2014-01-22 | 1 | -1/+1 |
* | [libclang] Have clang_getCXXAccessSpecifier() also return the access control ... | Argyrios Kyrtzidis | 2013-04-11 | 1 | -9/+11 |
* | Fixed source range for all DeclaratorDecl's. | Abramo Bagnara | 2011-03-08 | 1 | -2/+2 |
* | Implement basic visitation for nested name specifiers via libclang | Douglas Gregor | 2010-09-02 | 1 | -0/+6 |
* | libclang indexing support for C++ constructors, destructors, and | Douglas Gregor | 2010-08-31 | 1 | -0/+22 |