[PATCH] D117435: [clang] Warning for inline constexpr functions

Evgeny Shulgin via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Jan 16 12:07:06 PST 2022


Izaron added inline comments.


================
Comment at: clang/test/Headers/x86-intrinsics-headers-clean.cpp:4-5
 // RUN: %clang_cc1 -ffreestanding -triple x86_64-unknown-unknown -Wsystem-headers \
-// RUN:   -Wcast-qual -fsyntax-only -flax-vector-conversions=none -x c++ -verify %s
+// RUN:   -Wno-redundant-decl-specifier -Wcast-qual -fsyntax-only \
+// RUN:   -flax-vector-conversions=none -x c++ -verify %s
 
----------------
Honestly I have a doubt for this "fix" (just ignoring the new diagnostic), but I couldn't change the included file.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D117435



More information about the cfe-commits mailing list