[PATCH] D41897: Fixing a crash in Sema.

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 11 11:15:24 PST 2018


aaron.ballman added inline comments.


================
Comment at: SemaCXX/base-class-ambiguity-check.cpp:1
+// RUN: %clang_cc1 -fsyntax-only %s
+
----------------
aaron.ballman wrote:
> This run line isn't testing anything. Since you're trying to ensure this doesn't crash, I would put `-verify` on the RUN line and `// expected-no-diagnostics` on the line below.
This comment hasn't been applied yet.


https://reviews.llvm.org/D41897





More information about the cfe-commits mailing list