[libcxx-commits] [PATCH] D80376: [libc++] [P1208] [C++20] Adopt source location from Library Fundamentals V3 for C++20.

Marek Kurdej via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jun 18 05:24:28 PDT 2020


curdeius marked an inline comment as done.
curdeius added inline comments.


================
Comment at: libcxx/test/std/language.support/support.srcloc/obs/column.pass.cpp:10
+// GCC does not have __builtin_COLUMN.
+// UNSUPPORTED: gcc
+
----------------
Should I use XFAIL instead of UNSUPPORTED so that the test breaks when gcc adds this builtin?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D80376





More information about the libcxx-commits mailing list