[clang] e33dc6b - Add a release note for TypeLoc::dump() support; NFC
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 31 07:45:02 PST 2024
Author: Aaron Ballman
Date: 2024-01-31T10:44:52-05:00
New Revision: e33dc6b0282fb28d5289490981ad57d97d83db42
URL: https://github.com/llvm/llvm-project/commit/e33dc6b0282fb28d5289490981ad57d97d83db42
DIFF: https://github.com/llvm/llvm-project/commit/e33dc6b0282fb28d5289490981ad57d97d83db42.diff
LOG: Add a release note for TypeLoc::dump() support; NFC
This amends 8d1b1c9b97de557299e8148a79d756c1e8d9b7eb which added the
functionality the release note refers to.
Added:
Modified:
clang/docs/ReleaseNotes.rst
Removed:
################################################################################
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index 2fa2bab867d03..b7b11ab3a6b2e 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -264,6 +264,9 @@ Improvements
- Support importing C++20 modules in clang-repl.
+- Added support for ``TypeLoc::dump()`` for easier debugging, and improved
+ textual and JSON dumping for various ``TypeLoc``-related nodes.
+
Moved checkers
^^^^^^^^^^^^^^
More information about the cfe-commits
mailing list