================ @@ -525,6 +525,7 @@ Bug Fixes in This Version - Clang now emits an error for friend declarations of lambda members. (#GH26540) - Fixed a crash caused by lambda capture handling in delayed default arguments. (#GH176534) - Fixed a crash when parsing invalid ``static_assert`` declarations with string-literal messages (#GH187690). +- Fixed location information when creating `CXXConstructExpr` AST node (#GH185044). ---------------- unterumarmung wrote:
As far as I understand, release notes cover only user-facing behavior. So you should add a release note entry to clang-tidy actually, explaining how it got improved to the user https://github.com/llvm/llvm-project/pull/196092 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
