[clang] [win][clang] Do not inject static_assert macro definition (PR #147030)
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 7 05:05:22 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">;
----------------
AaronBallman wrote:
Might as well! Better to over-communicate than under.
https://github.com/llvm/llvm-project/pull/147030
More information about the cfe-commits
mailing list