Skip to content

Commit 435d617

Browse files
committed
Sigh, fix build
1 parent 37a66dd commit 435d617

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/include/clang/AST/Type.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2636,6 +2636,7 @@ class alignas(TypeAlignment) Type : public ExtQualsTypeCommonBase {
26362636
// C++14 decltype(auto)
26372637
bool isTypedefNameType() const; // typedef or alias template
26382638

2639+
bool isDestroyingDeleteT() const; // C++ std::destroying_delete_t
26392640
bool isTypeIdentitySpecialization() const; // std::type_identity<X> for any X
26402641

26412642
/// If this type is a template specialization return the TemplateDecl

0 commit comments

Comments
 (0)