Skip to content

Commit eb0f392

Browse files
committed
[FOLD] update release note
1 parent 3b556c3 commit eb0f392

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -111,12 +111,8 @@ Clang Frontend Potentially Breaking Changes
111111
$ clang --target=<your target triple> -print-target-triple
112112
<the normalized target triple>
113113

114-
- The ``getTypeAsWritten`` member function has been removed from ``ClassTemplateSpecializationDecl`` and
115-
``VarTemplateSpecializationDecl``, and a new member function ``getTemplateArgsAsWritten`` returning a
116-
``const ASTTemplateArgumentListInfo *`` has been added to access to the explicitly written template
117-
argument list of explicit specializations, partial specializations, and explicit instantiations of
118-
class and variable templates. Consequently, the ``hasTypeLoc`` AST matcher will no longer match these
119-
declarations and existing uses should switch to ``TemplateArgumentLoc`` matchers instead.
114+
- The ``hasTypeLoc`` AST matcher will no longer match a ``classTemplateSpecializationDecl``;
115+
existing uses should switch to ``templateArgumentLoc`` or ``hasAnyTemplateArgumentLoc`` instead.
120116

121117
What's New in Clang |release|?
122118
==============================

0 commit comments

Comments
 (0)