| commit | 08bd744c2c13b5b13d7c370110ad7b77b2c98e73 | [log] [tgz] |
|---|---|---|
| author | David Majnemer <david.majnemer@gmail.com> | Fri Jul 01 23:12:48 2016 +0000 |
| committer | David Majnemer <david.majnemer@gmail.com> | Fri Jul 01 23:12:48 2016 +0000 |
| tree | 8b0a8bbce849e0caf2eb912b24c31573916764c9 | |
| parent | 6bdc24e7b6ae8092c49e5598e48698c884fa68c3 [diff] |
[CodeView] Include the offset of nested members
Given something like:
struct S {
int a;
struct { int b; };
};
We would fail to give 'b' offset 4. Instead, we would give it the
offset it has inside of it's struct.
llvm-svn: 274400