[clang] [clang-tools-extra] [clang] fix location information of CXXConstructorExpr AST node (PR #196092)

Daniil Dudkin via cfe-commits cfe-commits at lists.llvm.org
Fri May 8 15:04:04 PDT 2026


================
@@ -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


More information about the cfe-commits mailing list