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 397215c commit 1b8c84bCopy full SHA for 1b8c84b
clang/include/clang/AST/Decl.h
@@ -1519,8 +1519,8 @@ class VarDecl : public DeclaratorDecl, public Redeclarable<VarDecl> {
1519
/// need not have a usable destructor at all.
1520
bool isNoDestroy(const ASTContext &) const;
1521
1522
- /// Do we need to emit an exit-time destructor for this variable, and if so,
1523
- /// what kind?
+ /// Would the destruction of this variable have any effect, and if so, what
+ /// kind?
1524
QualType::DestructionKind needsDestruction(const ASTContext &Ctx) const;
1525
1526
// Implement isa/cast/dyncast/etc.
0 commit comments