diff options
author | Douglas Gregor <dgregor@apple.com> | 2008-04-13 21:30:24 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2008-04-13 21:30:24 +0000 |
commit | e37ac4ff1620ed2d7026f52baccbfa022d79ced1 (patch) | |
tree | acc5704dc77d184e356feceeabd435c91f584a5d /lib/Rewrite/DeltaTree.cpp | |
parent | 2ce52f3fb95bf544db6bd3d91a72bce7d9cceb6c (diff) |
This patch adds very basic support for parsing and type-checking class
inheritance in C++. It'll parse the base-specifier list, e.g.,
class D : public B1, virtual public B2 { };
and do some of the simpler semantic checks (B1 and B2 are classes;
they aren't unions or incomplete types, etc).
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@49623 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Rewrite/DeltaTree.cpp')
0 files changed, 0 insertions, 0 deletions