Douglas Gregor
|
e8381c00eb
|
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) { };
};
llvm-svn: 58749
|
2008-11-05 04:29:56 +00:00 |