]> granicus.if.org Git - clang/commitdiff
finish comment.
authorChris Lattner <sabre@nondot.org>
Thu, 5 Mar 2009 07:16:05 +0000 (07:16 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 5 Mar 2009 07:16:05 +0000 (07:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@66146 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/PrettyStackTrace.h

index 8ee833bf673b9d3ce1c1a62e8de498bb70e453d4..5a5d55192b69e46c4a93099bdd7d07ca88e67cbf 100644 (file)
@@ -22,7 +22,7 @@
 namespace clang {
 
   /// PrettyStackTraceLoc - If a crash happens while one of these objects are
-  /// live, .
+  /// live, the message is printed out along with the specified source location.
   class PrettyStackTraceLoc : public llvm::PrettyStackTraceEntry {
     SourceManager &SM;
     SourceLocation Loc;