File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -71,10 +71,12 @@ C++ Specific Potentially Breaking Changes
71
71
(`#49884 <https://github.com/llvm/llvm-project/issues/49884 >`_), and
72
72
(`#61273 <https://github.com/llvm/llvm-project/issues/61273 >`_)
73
73
74
- - The `ClassScopeFunctionSpecializationDecl ` AST node has been removed. Dependent class scope
75
- explicit function template specializations now use `DependentFunctionTemplateSpecializationInfo `
76
- to store candidate primary templates and explicit template arguments. This should not impact users
77
- of Clang as a compiler, but it may break assumptions in Clang-based tools iterating over the AST.
74
+ - The `ClassScopeFunctionSpecializationDecl ` AST node has been removed.
75
+ Dependent class scope explicit function template specializations now use
76
+ `DependentFunctionTemplateSpecializationInfo ` to store candidate primary
77
+ templates and explicit template arguments. This should not impact users of
78
+ Clang as a compiler, but it may break assumptions in Clang-based tools
79
+ iterating over the AST.
78
80
79
81
ABI Changes in This Version
80
82
---------------------------
You can’t perform that action at this time.
0 commit comments