cjdb accepted this revision.
cjdb added a comment.
This revision is now accepted and ready to land.
LGTM upon inspection. There aren't any cases in libc++ that I'm aware of that
will break because of this, but I think it's a good practice to try and
bootstrap the library for certainty.
Please a
cor3ntin updated this revision to Diff 359824.
cor3ntin added a comment.
Formatting
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D106252/new/
https://reviews.llvm.org/D106252
Files:
clang/include/clang/Basic/DiagnosticParseKinds.td
clang/lib/P
cor3ntin updated this revision to Diff 359676.
cor3ntin added a comment.
Fix cxx_status
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D106252/new/
https://reviews.llvm.org/D106252
Files:
clang/include/clang/Basic/DiagnosticParseKinds.td
clang/l
cor3ntin created this revision.
cor3ntin requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Simple requierements in requierement body shall not start with
requires.
A warning was already in place so we just turn this warning into
an error.
In