[PATCH] D62202: Work around a Visual C++ bug
Paul Robinson via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue May 21 18:36:35 PDT 2019
probinson added a comment.
// FIXME: Change the following functions from anonymous namespace to static
// after the minimum _MSC_VER >= 1915 (equivalent to Visual Studio version
// of 15.8 or higher). Works around a bug in earlier versions.
?
Also happy to include the hyperlink to the bug report (given in a previous reply) in the commit log.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62202/new/
https://reviews.llvm.org/D62202
More information about the cfe-commits
mailing list