diff options
Diffstat (limited to 'clang/lib/AST/Interp/State.h')
-rw-r--r-- | clang/lib/AST/Interp/State.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/AST/Interp/State.h b/clang/lib/AST/Interp/State.h index da19dd38204..d02751693f6 100644 --- a/clang/lib/AST/Interp/State.h +++ b/clang/lib/AST/Interp/State.h @@ -32,6 +32,7 @@ enum AccessKinds { AK_MemberCall, AK_DynamicCast, AK_TypeId, + AK_Destroy, }; // The order of this enum is important for diagnostics. |