[PATCH] D148330: [clang] Do not crash on undefined template partial specialization

Mariya Podchishchaeva via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 14 07:17:05 PDT 2023


Fznamznon added inline comments.


================
Comment at: clang/test/SemaCXX/undefined-partial-specialization.cpp:1
+// RUN: %clang_cc1 -std=c++20 -verify %s
+
----------------
erichkeane wrote:
> nit: can you add a c++17 run line here too?  Only 20 crashed, but I want to make sure these have hte same behavior.
Sure.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D148330/new/

https://reviews.llvm.org/D148330



More information about the cfe-commits mailing list