[PATCH] D42901: Test commit - fixing a comment.

Jacek Olesiak via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 5 02:18:52 PST 2018


jolesiak created this revision.
Herald added subscribers: cfe-commits, klimek.
jolesiak added reviewers: krasimir, benhamilton.

A test commit.


Repository:
  rC Clang

https://reviews.llvm.org/D42901

Files:
  lib/Format/ContinuationIndenter.h


Index: lib/Format/ContinuationIndenter.h
===================================================================
--- lib/Format/ContinuationIndenter.h
+++ lib/Format/ContinuationIndenter.h
@@ -314,8 +314,8 @@
   /// 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 {


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42901.132795.patch
Type: text/x-patch
Size: 628 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180205/12e617de/attachment.bin>


More information about the cfe-commits mailing list