[llvm-branch-commits] [clang] [libcxx] [clang] Preserve Qualifiers and type sugar in TemplateNames (PR #93433)
Ilya Biryukov via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon May 27 01:57:53 PDT 2024
================
@@ -804,6 +804,8 @@ Bug Fixes to AST Handling
- Clang now properly preserves ``FoundDecls`` within a ``ConceptReference``. (#GH82628)
- The presence of the ``typename`` keyword is now stored in ``TemplateTemplateParmDecl``.
- Fixed malformed AST generated for anonymous union access in templates. (#GH90842)
+- Improved preservation of qualifiers and sugar in TemplateNames, including
----------------
ilya-biryukov wrote:
NIT: maybe say "template names". Alternatively, put TemplateName into double backticks if you are referring to the particular class.
https://github.com/llvm/llvm-project/pull/93433
More information about the llvm-branch-commits
mailing list