[clang] Changed Checks from TriviallyCopyable to TriviallyCopyConstructible (PR #77194)

via cfe-commits cfe-commits at lists.llvm.org
Sat Jan 6 05:48:49 PST 2024


================
@@ -870,9 +870,9 @@ Bug Fixes to AST Handling
 - Fixed a bug where RecursiveASTVisitor fails to visit the
   initializer of a bitfield.
   `Issue 64916 <https://github.com/llvm/llvm-project/issues/64916>`_
-- Fixed a bug where Template Instantiation failed to handle Lambda Expressions
-  with certain types of Attributes.
-  (`#76521 <https://github.com/llvm/llvm-project/issues/76521>`_)
----------------
cor3ntin wrote:

Why did you remove that?

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


More information about the cfe-commits mailing list