llvm-project/llvm/utils/llvm-test-mustache-spec
Paul Kirth 2e5fb77ce0
[llvm] Make TestData compatible with c++20 (#143801)
The clang-debian-cpp20 buildbot did not like direct initialization
without a matching constructor. This patch adds a new constructor taking
a json::Object that directly initializes the struct fields. We also
update an internal interface for const correctness.

https://lab.llvm.org/buildbot/#/builders/108/builds/13950
2025-06-12 08:22:04 -07:00
..