[PATCH] D99145: [clang] Fix a crash when CTAD fails

Haojian Wu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 23 01:32:00 PDT 2021


hokein accepted this revision.
hokein added a comment.
This revision is now accepted and ready to land.

Thanks!



================
Comment at: clang/test/Sema/check-arg-alignment.cpp:1
+// Ensure we don't crash when CTAD fails.
+// RUN: %clang_cc1 -std=c++17 -verify %s
----------------
I'd move this test case to the existing file `llvm-project/clang/test/SemaCXX/cxx1z-class-template-argument-deduction.cpp`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D99145



More information about the cfe-commits mailing list