[PATCH] D47956: [MS] Consder constexpr globals to be inline, as in C++17

Richard Smith - zygoloid via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 20 15:54:16 PDT 2018


rsmith added a comment.

Can we now remove the corresponding MSVC-specific hacks elsewhere (eg, `ASTContext::isMSStaticDataMemberInlineDefinition`), or do we still need those for `const`-but-not-`constexpr` static data members?


https://reviews.llvm.org/D47956





More information about the cfe-commits mailing list