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 | e8381c00eb6c753c6100b968d16c829933e743e2 (patch) | |
| tree | 1fed91840bcb8c2d5cb5083c5f01a945c6536145 /llvm/lib/CodeGen/StackProtector.cpp | |
| parent | f14b77ebf12ee2e1bc21145c3947dd30c9d2b988 (diff) | |
| download | llvm-e8381c00eb6c753c6100b968d16c829933e743e2.zip llvm-e8381c00eb6c753c6100b968d16c829933e743e2.tar.gz llvm-e8381c00eb6c753c6100b968d16c829933e743e2.tar.bz2 | |
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
Diffstat (limited to 'llvm/lib/CodeGen/StackProtector.cpp')
0 files changed, 0 insertions, 0 deletions
