We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37a66dd commit 435d617Copy full SHA for 435d617
clang/include/clang/AST/Type.h
@@ -2636,6 +2636,7 @@ class alignas(TypeAlignment) Type : public ExtQualsTypeCommonBase {
2636
// C++14 decltype(auto)
2637
bool isTypedefNameType() const; // typedef or alias template
2638
2639
+ bool isDestroyingDeleteT() const; // C++ std::destroying_delete_t
2640
bool isTypeIdentitySpecialization() const; // std::type_identity<X> for any X
2641
2642
/// If this type is a template specialization return the TemplateDecl
0 commit comments