commit | 7ad8390f7992ab7f19b1460c5f0b9d96f165c4e9 | [log] [tgz] |
---|---|---|
author | Douglas Gregor <dgregor@apple.com> | Wed Nov 05 04:29:56 2008 +0000 |
committer | Douglas Gregor <dgregor@apple.com> | Wed Nov 05 04:29:56 2008 +0000 |
tree | 93d1b7ba4d514152f8dc77e32c6cc1c80a746e0d | |
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