diff options
author | Hans Wennborg <hans@hanshq.net> | 2015-08-15 01:18:16 +0000 |
---|---|---|
committer | Hans Wennborg <hans@hanshq.net> | 2015-08-15 01:18:16 +0000 |
commit | 99000c24c9c08773bb74fede3ed07d6bfd95d538 (patch) | |
tree | d7d4dbba37c6c7bf562f6416cae8cb8d4f902eac /lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp | |
parent | 3a4a60cba5faf2691403206b48b26fca4f666d7c (diff) | |
download | bcm5719-llvm-99000c24c9c08773bb74fede3ed07d6bfd95d538.tar.gz bcm5719-llvm-99000c24c9c08773bb74fede3ed07d6bfd95d538.zip |
Delay emitting members of dllexport classes until the class is fully parsed (PR23542)
This enables Clang to correctly handle code such as:
struct __declspec(dllexport) S {
int x = 42;
};
where it would otherwise error due to trying to generate the default
constructor before the in-class initializer for x has been parsed.
Differential Revision: http://reviews.llvm.org/D11850
llvm-svn: 245139
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp')
0 files changed, 0 insertions, 0 deletions