Files
clang-p2996/clang/lib/Sema/SemaTemplate.cpp
Nikolas Klauser 0604d13790 [Clang] Add [[clang::no_specializations]] (#101469)
This can be used to inform users when a template should not be
specialized. For example, this is the case for the standard type traits
(except for `common_type` and `common_reference`, which have more
complicated rules).
2024-11-28 10:13:18 +01:00

451 KiB