[PATCH] D94438: Fis for Assertion failure on dependent expression.
Sunil Srivastava via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 11 21:08:53 PST 2021
Sunil_Srivastava marked an inline comment as done.
Sunil_Srivastava added inline comments.
================
Comment at: clang/test/Sema/builtin-returnaddress.c:3
// RUN: %clang_cc1 -fsyntax-only -Wmost -verify %s
+// RUN: %clang_cc1 -x c++ -fsyntax-only -Wframe-address -verify %s
+// RUN: %clang_cc1 -x c++ -fsyntax-only -Wmost -verify %s
----------------
erichkeane wrote:
> I don't think the -Wmost test 'RUN' line is valuable for the C++ mode, it is simply validating that this diagnostic is in Wmost mode (which running in C mode is sufficient).
Good point. I will remove that.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94438/new/
https://reviews.llvm.org/D94438
More information about the cfe-commits
mailing list