summaryrefslogtreecommitdiffstats
path: root/test/Index/overrides.cpp
Commit message (Collapse)AuthorAgeFilesLines
* libclang: add a function to check whether a member function is pure virtualDmitri Gribenko2013-05-171-0/+7
| | | | | | | Patch by Seth Fowler. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@182139 91177308-0d34-0410-b5e6-96231b3b80d8
* When storing the C++ overridden methods, store them once for theArgyrios Kyrtzidis2012-10-091-0/+3
| | | | | | canonical method; avoid storing them again for an out-of-line definition. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@165472 91177308-0d34-0410-b5e6-96231b3b80d8
* Add c-index-test printing and tests for static and virtual methodDouglas Gregor2011-05-131-2/+2
| | | | | | | query functions, from Erik Verbruggen! git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@131295 91177308-0d34-0410-b5e6-96231b3b80d8
* Fixed source range for all DeclaratorDecl's.Abramo Bagnara2011-03-081-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@127225 91177308-0d34-0410-b5e6-96231b3b80d8
* Extend libclang with an API that determines, given a C++ virtualDouglas Gregor2010-10-011-0/+20
member function or an Objective-C method, which other member functions/methods it overrides. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@115338 91177308-0d34-0410-b5e6-96231b3b80d8