[PATCH] D105127: Implement P1401R5
Matheus Izvekov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 1 13:21:53 PDT 2021
mizvekov added inline comments.
================
Comment at: clang/test/SemaCXX/static-assert.cpp:202
+static_assert(constexprNotBool, "message"); // expected-error {{value of type 'const NotBool' is not contextually convertible to 'bool'}}
\ No newline at end of file
----------------
Missing newline here. You might need to configure your editor to always add this.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105127/new/
https://reviews.llvm.org/D105127
More information about the cfe-commits
mailing list