[clang] [Clang][P1061] Add stuctured binding packs (PR #121417)

Jason Rice via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 15 12:14:40 PST 2025


================
@@ -104,7 +104,6 @@ void CodeGenFunction::EmitDecl(const Decl &D) {
   case Decl::Binding:
   case Decl::UnresolvedUsingIfExists:
   case Decl::HLSLBuffer:
-    llvm_unreachable("Declaration should not be in declstmts!");
----------------
ricejasonf wrote:

I will just put this back in. It has to be an accident, or I do not remember why I removed this. :sweat_smile: 

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


More information about the cfe-commits mailing list