[libcxx-commits] [PATCH] D146675: [libc++] Warn on including headers that are deprecated in C++17

Alan Zhao via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Mar 22 17:41:36 PDT 2023


ayzhao updated this revision to Diff 507563.
ayzhao added a comment.

remove quotes from warning message


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D146675

Files:
  libcxx/include/ccomplex
  libcxx/include/complex.h
  libcxx/include/cstdbool
  libcxx/include/ctgmath
  libcxx/include/tgmath.h
  libcxx/test/libcxx/assertions/headers_declare_verbose_abort.sh.cpp
  libcxx/test/libcxx/clang_tidy.sh.cpp
  libcxx/test/libcxx/double_include.sh.cpp
  libcxx/test/libcxx/language.support/support.runtime/version_cstdbool.pass.cpp
  libcxx/test/libcxx/min_max_macros.compile.pass.cpp
  libcxx/test/libcxx/modules_include.sh.cpp
  libcxx/test/libcxx/nasty_macros.compile.pass.cpp
  libcxx/test/libcxx/no_assert_include.compile.pass.cpp
  libcxx/test/libcxx/numerics/c.math/ctgmath.pass.cpp
  libcxx/test/libcxx/numerics/complex.number/ccmplx/ccomplex.pass.cpp
  libcxx/test/libcxx/transitive_includes.sh.cpp
  libcxx/test/std/language.support/support.runtime/cstdbool.pass.cpp
  libcxx/test/std/numerics/c.math/ctgmath.pass.cpp
  libcxx/test/std/numerics/complex.number/ccmplx/ccomplex.pass.cpp
  libcxx/utils/generate_header_tests.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D146675.507563.patch
Type: text/x-patch
Size: 118027 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230323/1e8bba2e/attachment-0001.bin>


More information about the libcxx-commits mailing list