[libcxx-commits] [PATCH] D97015: [libcxx] cleans up __cpp_concepts mess

Arthur O'Dwyer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Mar 2 21:54:31 PST 2021


Quuxplusone added subscribers: zoecarver, Quuxplusone.
Quuxplusone added a comment.

@cjdb, after this landed and then @zoecarver's D60368 <https://reviews.llvm.org/D60368> landed on top of it and maybe merge-conflicted with it... I'm now seeing that the feature-test-macro tests that are checked in **do not match** the output you get by running the `libcxx/utils/generate_feature_test_macro_components.py ` script. Could you (@cjdb) run `libcxx/utils/generate_feature_test_macro_components.py` locally, check whether it matches what you intended, and if so, check in those changes? (If the generated output //doesn't// match what you intended, then probably you should post another PR.)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D97015



More information about the libcxx-commits mailing list