[PATCH] D133609: [Sema] compat warning of using deduced type in non-type template parameter

YingChi Long via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 9 13:10:42 PDT 2022


inclyc added inline comments.


================
Comment at: clang/test/SemaCXX/template-nontype-args-compat.cpp:1
+// RUN: %clang_cc1 -fsyntax-only -Wpre-c++20-compat -std=c++20 -verify=cpp20 %s 
+
----------------
I cannot find other tests of compatibility warnings though. Is it necessary to add such tests here? (in subsequent patches)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D133609



More information about the cfe-commits mailing list