[all-commits] [llvm/llvm-project] a1a71b: [Clang] Fix capture of values initialized by bitfi...
cor3ntin via All-commits
all-commits at lists.llvm.org
Thu Aug 4 14:59:01 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a1a71b7dc97b35133425a31ede90c40529f1be9e
https://github.com/llvm/llvm-project/commit/a1a71b7dc97b35133425a31ede90c40529f1be9e
Author: Corentin Jabot <corentinjabot at gmail.com>
Date: 2022-08-04 (Thu, 04 Aug 2022)
Changed paths:
M clang/include/clang/Basic/DiagnosticSemaKinds.td
M clang/lib/Sema/SemaExpr.cpp
M clang/test/SemaCXX/cxx1z-decomposition.cpp
Log Message:
-----------
[Clang] Fix capture of values initialized by bitfields
This fixes a regression introduced in 127bf44
Differential Revision: https://reviews.llvm.org/D131202
More information about the All-commits
mailing list