[clang] [win][clang] Do not inject static_assert macro definition (PR #147030)
Mariya Podchishchaeva via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 7 05:02:14 PDT 2025
================
@@ -1450,7 +1450,6 @@ def MicrosoftAnonTag : DiagGroup<"microsoft-anon-tag">;
def MicrosoftCommentPaste : DiagGroup<"microsoft-comment-paste">;
def MicrosoftEndOfFile : DiagGroup<"microsoft-end-of-file">;
def MicrosoftInaccessibleBase : DiagGroup<"microsoft-inaccessible-base">;
-def MicrosoftStaticAssert : DiagGroup<"microsoft-static-assert">;
----------------
Fznamznon wrote:
Does it make sense to mention in the release note that there is no flag anymore?
https://github.com/llvm/llvm-project/pull/147030
More information about the cfe-commits
mailing list