File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -111,12 +111,8 @@ Clang Frontend Potentially Breaking Changes
111
111
$ clang --target=<your target triple> -print-target-triple
112
112
<the normalized target triple>
113
113
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.
120
116
121
117
What's New in Clang |release |?
122
118
==============================
You can’t perform that action at this time.
0 commit comments