diff options
author | Eric Fiselier <eric@efcs.ca> | 2017-09-15 00:31:38 +0000 |
---|---|---|
committer | Eric Fiselier <eric@efcs.ca> | 2017-09-15 00:31:38 +0000 |
commit | 9f8fef95047e37ebdbac88dfebecd282e09c47df (patch) | |
tree | fd60a63fa0afe9c37a255773a4f10d6a607210d1 /lldb/packages/Python/lldbsuite | |
parent | 4c33079dc3dec95767d4887eebb0995716edeac5 (diff) | |
download | bcm5719-llvm-9f8fef95047e37ebdbac88dfebecd282e09c47df.tar.gz bcm5719-llvm-9f8fef95047e37ebdbac88dfebecd282e09c47df.zip |
Fix accidental ADL in std::allocator_traits meta-programming.
There were a number of cases where __double_underscore functions,
for example __has_construct_test, were called without being qualified,
causing ADL to occur. This patch qualifies those calls to avoid this
problem.
Thanks to David L. Jones for point out the issue initially.
llvm-svn: 313324
Diffstat (limited to 'lldb/packages/Python/lldbsuite')
0 files changed, 0 insertions, 0 deletions