[all-commits] [llvm/llvm-project] 64e904: Fix unintended fall-through.

Richard Smith via All-commits all-commits at lists.llvm.org
Fri Oct 8 14:25:35 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 64e9044ea43d2cee2a927bf221c5395a40a5e2fd
      https://github.com/llvm/llvm-project/commit/64e9044ea43d2cee2a927bf221c5395a40a5e2fd
  Author: Richard Smith <richard at metafoo.co.uk>
  Date:   2021-10-08 (Fri, 08 Oct 2021)

  Changed paths:
    M clang/lib/AST/ItaniumMangle.cpp

  Log Message:
  -----------
  Fix unintended fall-through.

Unfortunately I've not found a way to exercise this code that doesn't
crash elsewhere yet, due to unrelated bugs in how Sema incorrectly
instantiates lambdas in function template signatures.




More information about the All-commits mailing list