[PATCH] D109411: [clang] Enable the special enable_if_t diagnostics for libc++'s __enable_if_t as well.

David Blaikie via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 8 15:12:52 PDT 2021


dblaikie added a comment.

Looks like most of the testing for the enable_if custom dialog was added in `clang/test/SemaTemplate/overload-candidates.cpp` in rG6f8d2c6c9c3451effdf075a7034bbe77045bfeba <https://reviews.llvm.org/rG6f8d2c6c9c3451effdf075a7034bbe77045bfeba>. (improved in rG00fa10b43f25d98e88cc81b653dfe8d49327722d <https://reviews.llvm.org/rG00fa10b43f25d98e88cc81b653dfe8d49327722d> - though no substantially novel test coverage added, just updating the improved diagnostic text) - maybe pull that test coverage over into this new dedicated test file? But no big deal.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D109411



More information about the cfe-commits mailing list