From 0254657c2d8c3c70e81b19c010197941d9a10f1e Mon Sep 17 00:00:00 2001 From: Edwin Vane Date: Mon, 3 Dec 2012 14:32:13 +0000 Subject: [PATCH] Test commit: reformat comment. llvm-svn: 169126 --- clang-tools-extra/remove-cstr-calls/RemoveCStrCalls.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/clang-tools-extra/remove-cstr-calls/RemoveCStrCalls.cpp b/clang-tools-extra/remove-cstr-calls/RemoveCStrCalls.cpp index 9b897c3..7aa43b7 100644 --- a/clang-tools-extra/remove-cstr-calls/RemoveCStrCalls.cpp +++ b/clang-tools-extra/remove-cstr-calls/RemoveCStrCalls.cpp @@ -92,9 +92,9 @@ static std::string getText(const SourceManager &SourceManager, const T &Node) { return std::string(Text, End.second - Start.second); } -// Return true if expr needs to be put in parens when it is an -// argument of a prefix unary operator, e.g. when it is a binary or -// ternary operator syntactically. +// Return true if expr needs to be put in parens when it is an argument of a +// prefix unary operator, e.g. when it is a binary or ternary operator +// syntactically. static bool needParensAfterUnaryOperator(const Expr &ExprNode) { if (dyn_cast(&ExprNode) || dyn_cast(&ExprNode)) { -- 2.7.4