Improve precision of documentation comment.
authorRichard Smith <richard@metafoo.co.uk>
Fri, 10 Jan 2020 23:47:29 +0000 (15:47 -0800)
committerRichard Smith <richard@metafoo.co.uk>
Fri, 10 Jan 2020 23:49:17 +0000 (15:49 -0800)
clang/include/clang/AST/Decl.h

index aa5cfb6..623f47b 100644 (file)
@@ -1519,8 +1519,8 @@ public:
   /// need not have a usable destructor at all.
   bool isNoDestroy(const ASTContext &) const;
 
-  /// Do we need to emit an exit-time destructor for this variable, and if so,
-  /// what kind?
+  /// Would the destruction of this variable have any effect, and if so, what
+  /// kind?
   QualType::DestructionKind needsDestruction(const ASTContext &Ctx) const;
 
   // Implement isa/cast/dyncast/etc.