================
@@ -161,10 +161,36 @@ void MockFunction(Unused, int q, Unused) {
namespace std {
typedef decltype(nullptr) nullptr_t;
+struct allocator_arg_t {};
+struct defer_lock_t {};
+struct default_sentinel_t {};
+struct from_range_t {};
+struct in_place_t {};
+struct nothrow_t {};
+struct nostopstate_t {};
+struct piecewise_construct_t {};
+struct sorted_equivalent_t {};
+struct sorted_unique_t {};
+struct try_to_lock_t {};
+struct unexpect_t {};
}
void f(std::nullptr_t) {}
+// Standard tag dispatch types should not trigger warnings.
----------------
vbvictor wrote:
Test non standart as well
https://github.com/llvm/llvm-project/pull/208730
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits