Skip to content

Commit 1b8c84b

Browse files
committed
Improve precision of documentation comment.
1 parent 397215c commit 1b8c84b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/include/clang/AST/Decl.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1519,8 +1519,8 @@ class VarDecl : public DeclaratorDecl, public Redeclarable<VarDecl> {
15191519
/// need not have a usable destructor at all.
15201520
bool isNoDestroy(const ASTContext &) const;
15211521

1522-
/// Do we need to emit an exit-time destructor for this variable, and if so,
1523-
/// what kind?
1522+
/// Would the destruction of this variable have any effect, and if so, what
1523+
/// kind?
15241524
QualType::DestructionKind needsDestruction(const ASTContext &Ctx) const;
15251525

15261526
// Implement isa/cast/dyncast/etc.

0 commit comments

Comments
 (0)