]> granicus.if.org Git - clang/commitdiff
Add '\n' to the end of error message.
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Tue, 21 Jul 2009 00:05:10 +0000 (00:05 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Tue, 21 Jul 2009 00:05:10 +0000 (00:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@76506 91177308-0d34-0410-b5e6-96231b3b80d8

tools/index-test/index-test.cpp

index 9f02c2284fdf02cbde38c034c8372dcba7b4b6bc..8fd871d08cba4336e22149b5edf7307a99fec5d8 100644 (file)
@@ -146,7 +146,7 @@ static void ProcessASTLocation(ASTLocation ASTLoc, IndexProvider &IdxProvider) {
 
   Decl *D = ASTLoc.getReferencedDecl();
   if (D == 0) {
-    llvm::errs() << "Error: Couldn't get a referenced Decl for the ASTLocation";
+    llvm::errs() << "Error: Couldn't get referenced Decl for the ASTLocation\n";
     HadErrors = true;
     return;
   }