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

James Y Knight via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun Feb 27 11:03:52 PST 2022


jyknight created this revision.
jyknight added a reviewer: ldionne.
jyknight requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

This requires the __builtin_source_location() builtin, as implemented
by GCC and Clang.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D120634

Files:
  libcxx/include/source_location
  libcxx/include/version
  libcxx/test/std/language.support/support.srcloc/general.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D120634.411693.patch
Type: text/x-patch
Size: 6210 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220227/cba57f23/attachment.bin>


More information about the libcxx-commits mailing list