Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-06 | Fix eof. | Mike Stump | |
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@83433 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2009-10-06 | Refactor the code that walks a C++ inheritance hierarchy, searching | Douglas Gregor | |
for bases, members, overridden virtual methods, etc. The operations isDerivedFrom and lookupInBases are now provided by CXXRecordDecl, rather than by Sema, so that CodeGen and other clients can use them directly. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@83396 91177308-0d34-0410-b5e6-96231b3b80d8 |