[all-commits] [llvm/llvm-project] 8859c6: [clang][test] Make check pattern shorter
Serge Pavlov via All-commits
all-commits at lists.llvm.org
Tue Aug 29 23:09:18 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8859c644ede4898f90f77dcad2286de08a9ba62e
https://github.com/llvm/llvm-project/commit/8859c644ede4898f90f77dcad2286de08a9ba62e
Author: Serge Pavlov <sepavloff at gmail.com>
Date: 2023-08-30 (Wed, 30 Aug 2023)
Changed paths:
M clang/test/SemaCXX/template-64605.cpp
Log Message:
-----------
[clang][test] Make check pattern shorter
A check pattern in clang/test/SemaCXX/template-64605.cpp contains template
specialization kind (the text "implicit_instantiation"). It does not need to
be checked and can be safely removed.
Presence of this text in the check pattern prevents from backporting some
commits to the release branch: https://github.com/llvm/llvm-project/issues/64605.
It has only recently been printed and the relevant commit is not present in
the release/17.x branch.
More information about the All-commits
mailing list