Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libclang: add a function to check whether a member function is pure virtual | Dmitri Gribenko | 2013-05-17 | 1 | -0/+7 |
| | | | | | | Patch by Seth Fowler. llvm-svn: 182139 | ||||
* | When storing the C++ overridden methods, store them once for the | Argyrios Kyrtzidis | 2012-10-09 | 1 | -0/+3 |
| | | | | | | canonical method; avoid storing them again for an out-of-line definition. llvm-svn: 165472 | ||||
* | Add c-index-test printing and tests for static and virtual method | Douglas Gregor | 2011-05-13 | 1 | -2/+2 |
| | | | | | | query functions, from Erik Verbruggen! llvm-svn: 131295 | ||||
* | Fixed source range for all DeclaratorDecl's. | Abramo Bagnara | 2011-03-08 | 1 | -2/+2 |
| | | | | llvm-svn: 127225 | ||||
* | Extend libclang with an API that determines, given a C++ virtual | Douglas Gregor | 2010-10-01 | 1 | -0/+20 |
member function or an Objective-C method, which other member functions/methods it overrides. llvm-svn: 115338 |