mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-03 03:56:06 +00:00

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