[PATCH] D146733: [clang] source range of variable template specialization should include initializer

Erich Keane via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 24 06:56:28 PDT 2023


erichkeane added inline comments.


================
Comment at: clang/docs/ReleaseNotes.rst:228
   antecipation of `CWG2563 <https://cplusplus.github.io/CWG/issues/2563.html>_`.
+- Fix  ``getSourceRange`` behavior on  ``VarTemplateSpecializationDecl``
+  and ``VarTemplatePartialSpecializationDecl``, that represents variable with initializer.
----------------
Needs a little more detail here.  Something about what was wrong before, and what is wrong now, particularly since there is no github bug to link to.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D146733/new/

https://reviews.llvm.org/D146733



More information about the cfe-commits mailing list