[clang] [Clang] Add __builtin_vectorelements to get number of elements in vector (PR #69010)
Lawrence Benson via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 13 10:52:50 PDT 2023
================
@@ -5456,9 +5459,8 @@ class DeducedTemplateSpecializationType : public DeducedType,
/// TemplateArguments, followed by a QualType representing the
/// non-canonical aliased type when the template is a type alias
/// template.
-class alignas(8) TemplateSpecializationType
- : public Type,
- public llvm::FoldingSetNode {
+class alignas(8) TemplateSpecializationType : public Type,
----------------
lawben wrote:
This was a clang-format error because of a merge conflict. Reverted it.
https://github.com/llvm/llvm-project/pull/69010
More information about the cfe-commits
mailing list