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

Bhuminjay Soni via cfe-commits cfe-commits at lists.llvm.org
Sat Jan 6 06:01:15 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>`_)
----------------
11happy wrote:

in my previous mistake I think it got removed unintentionally ,sorry from my end.


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


More information about the cfe-commits mailing list