summaryrefslogtreecommitdiff
path: root/clang/docs
diff options
context:
space:
mode:
authorDan McGregor <danismostlikely@gmail.com>2023-05-02 11:53:48 -0400
committerAaron Ballman <aaron@aaronballman.com>2023-05-02 11:56:23 -0400
commitea6ecdbfe09d4318f2d616af794e2930f996e393 (patch)
tree37b31d818b62b4e5aadb770d270dea0d8127d98b /clang/docs
parentd5442761f9442a23ce235b749388a52ee5ed1fae (diff)
downloadllvm-ea6ecdbfe09d4318f2d616af794e2930f996e393.tar.gz
Call printName to get name of Decl
Rather than sending a name directly to the stream, use printName to preserve any PrintingPolicy. This ensures that names are properly affected by path remapping. Fixes: https://github.com/llvm/llvm-project/issues/62192 Differential Revision: https://reviews.llvm.org/D149272
Diffstat (limited to 'clang/docs')
-rw-r--r--clang/docs/ReleaseNotes.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index ce3f6351e234..d90a2b53eb61 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -340,6 +340,8 @@ Bug Fixes in This Version
- Fix the assertion hit when generating code for global variable initializer of
_BitInt(1) type.
(`#62207 <https://github.com/llvm/llvm-project/issues/62207>`_)
+- Fix lambdas and other anonymous function names not respecting ``-fdebug-prefix-map``
+ (`#62192 <https://github.com/llvm/llvm-project/issues/62192>`_)
Bug Fixes to Compiler Builtins
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^