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

Erich Keane via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 14 07:11:41 PDT 2023


erichkeane accepted this revision.
erichkeane added inline comments.
This revision is now accepted and ready to land.


================
Comment at: clang/test/SemaCXX/undefined-partial-specialization.cpp:1
+// RUN: %clang_cc1 -std=c++20 -verify %s
+
----------------
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.


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