diff options
author | Sean Hunt <scshunt@csclub.uwaterloo.ca> | 2011-05-18 01:06:45 +0000 |
---|---|---|
committer | Sean Hunt <scshunt@csclub.uwaterloo.ca> | 2011-05-18 01:06:45 +0000 |
commit | d02fec890e147a7726410108d4b1d74a842fc9ff (patch) | |
tree | 6b593d362a977ae19abec2294bfb5a5245ff7801 /lib/CodeGen/BackendUtil.cpp | |
parent | 199e09a93813516a5e8f9ce2c3cd4c18d60961db (diff) |
Force declaration of implicit members in C++0x mode.
I hear at least one person crying out in anguish, but it's unfortunately
necessary to avoid infinite loops with mutually dependent constructors
trying to call each other and determine if they are deleted.
It might be possible to go back to the old behavior if we can implement
part-of-file lookups efficiently, or if a solution is discovered by
which we can safely detect and avoid infinite recusion.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@131515 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/BackendUtil.cpp')
0 files changed, 0 insertions, 0 deletions