diff options
author | Douglas Gregor <dgregor@apple.com> | 2008-11-05 04:29:56 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2008-11-05 04:29:56 +0000 |
commit | 7ad8390f7992ab7f19b1460c5f0b9d96f165c4e9 (patch) | |
tree | 93d1b7ba4d514152f8dc77e32c6cc1c80a746e0d /lib/Sema/SemaDecl.cpp | |
parent | e839b15d7d18c3f63ce0aea885d704ef663a05e9 (diff) |
Initial implementation of parsing, semantic analysis, and AST-building
for constructor initializations, e.g.,
class A { };
class B : public A {
int m;
public:
B() : A(), m(17) { };
};
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@58749 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Sema/SemaDecl.cpp')
0 files changed, 0 insertions, 0 deletions