[PATCH] D64820: [Sema] Avoids an assertion failure when an invalid conversion declaration is used
Richard Smith - zygoloid via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 29 13:32:02 PDT 2019
rsmith added inline comments.
================
Comment at: clang/test/Sema/conversion_function_to_function.cpp:1
+// RUN: not %clang_cc1 -fsyntax-only -std=c++14 %s 2>&1 | FileCheck %s
+
----------------
rsmith wrote:
> Use `%clang_cc1 -verify` instead of `not %clang_cc1 | FileCheck`
This test should also live in `test/SemaCXX`, not `test/Sema`, because it's C++-specific.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64820/new/
https://reviews.llvm.org/D64820
More information about the cfe-commits
mailing list