[clang] [CIR] Upstream Re-Throw with no return (PR #154994)

Andy Kaylor via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 22 12:34:53 PDT 2025


================
@@ -123,7 +125,7 @@ void CIRGenItaniumCXXABI::emitInstanceFunctionProlog(SourceLocation loc,
 // Find out how to cirgen the complete destructor and constructor
 namespace {
 enum class StructorCIRGen { Emit, RAUW, Alias, COMDAT };
-}
+} // namespace
----------------
andykaylor wrote:

In general, unrelated cleanups like this are discouraged. It's better to leave it until this code is being modified or add it as a separate commit.

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


More information about the cfe-commits mailing list