[PATCH] D125526: Fix ADL leakage due to MSVC compatibility flag

Fred Tingaud via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri May 13 02:38:56 PDT 2022


frederic-tingaud-sonarsource abandoned this revision.
frederic-tingaud-sonarsource added a comment.

After checking, I realize that the previous fix was really mimicking MSVC behavior up to its mishandling of standard compliant code.
https://godbolt.org/z/cEPGfMz3f
I'll revert it for now and try to see if there is a way to have it under another flag or something.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D125526/new/

https://reviews.llvm.org/D125526



More information about the cfe-commits mailing list