r324338 - Test commit - fixing a comment.

Jacek Olesiak via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 6 04:12:00 PST 2018


Author: jolesiak
Date: Tue Feb  6 04:12:00 2018
New Revision: 324338

URL: http://llvm.org/viewvc/llvm-project?rev=324338&view=rev
Log:
Test commit - fixing a comment.

Summary: A test commit.

Reviewers: krasimir, benhamilton

Reviewed By: krasimir

Subscribers: klimek, cfe-commits

Differential Revision: https://reviews.llvm.org/D42901

Modified:
    cfe/trunk/lib/Format/ContinuationIndenter.h

Modified: cfe/trunk/lib/Format/ContinuationIndenter.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Format/ContinuationIndenter.h?rev=324338&r1=324337&r2=324338&view=diff
==============================================================================
--- cfe/trunk/lib/Format/ContinuationIndenter.h (original)
+++ cfe/trunk/lib/Format/ContinuationIndenter.h Tue Feb  6 04:12:00 2018
@@ -314,8 +314,8 @@ struct ParenState {
   /// the same token.
   bool HasMultipleNestedBlocks : 1;
 
-  // \brief The start of a nested block (e.g. lambda introducer in C++ or
-  // "function" in JavaScript) is not wrapped to a new line.
+  /// \brief The start of a nested block (e.g. lambda introducer in C++ or
+  /// "function" in JavaScript) is not wrapped to a new line.
   bool NestedBlockInlined : 1;
 
   bool operator<(const ParenState &Other) const {




More information about the cfe-commits mailing list