summaryrefslogtreecommitdiffstats
path: root/clang/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. llvm-svn: 182139
* 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. llvm-svn: 165472
* Add c-index-test printing and tests for static and virtual methodDouglas Gregor2011-05-131-2/+2
| | | | | | query functions, from Erik Verbruggen! llvm-svn: 131295
* Fixed source range for all DeclaratorDecl's.Abramo Bagnara2011-03-081-2/+2
| | | | llvm-svn: 127225
* 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. llvm-svn: 115338
OpenPOWER on IntegriCloud