[clang] [clang] Allow C-style casts in constexpr in MS compatible mode (PR #197005)

via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 24 11:47:20 PDT 2026


================
@@ -812,6 +813,7 @@ class ASTContext : public RefCountedBase<ASTContext> {
   mutable DeclarationNameTable DeclarationNames;
   IntrusiveRefCntPtr<ExternalASTSource> ExternalSource;
   ASTMutationListener *Listener = nullptr;
+  SmallVector<PartialDiagnosticAt> *MSConstExprDiag = nullptr;
----------------
eleviant wrote:

Please check the latest update

https://github.com/llvm/llvm-project/pull/197005


More information about the cfe-commits mailing list