[libcxx-commits] [PATCH] D120634: [Libcxx] Add <source_location> header.

James Y Knight via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Mar 1 15:27:16 PST 2022


jyknight added a comment.

In D120634#3352084 <https://reviews.llvm.org/D120634#3352084>, @ldionne wrote:

> Does this mean we'll only implement `source_location` with Clang? Or does GCC provide a similar builtin? If so, are both compatible?

No, GCC implements the same builtin with the same semantics, modulo the return type.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D120634



More information about the libcxx-commits mailing list