This revision was automatically updated to reflect the committed changes.
Closed by commit rG0e226d00d21c: [clang-format] [NFC] keep clang-format tests 
clang-format clean (authored by MyDeveloperDay).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D92666/new/

https://reviews.llvm.org/D92666

Files:
  clang/unittests/Format/MacroExpanderTest.cpp


Index: clang/unittests/Format/MacroExpanderTest.cpp
===================================================================
--- clang/unittests/Format/MacroExpanderTest.cpp
+++ clang/unittests/Format/MacroExpanderTest.cpp
@@ -65,6 +65,7 @@
           << Context << " in " << text(Tokens) << " at " << File << ":" << 
Line;
     }
   }
+
 protected:
   llvm::SpecificBumpPtrAllocator<FormatToken> Allocator;
   std::vector<std::unique_ptr<llvm::MemoryBuffer>> Buffers;


Index: clang/unittests/Format/MacroExpanderTest.cpp
===================================================================
--- clang/unittests/Format/MacroExpanderTest.cpp
+++ clang/unittests/Format/MacroExpanderTest.cpp
@@ -65,6 +65,7 @@
           << Context << " in " << text(Tokens) << " at " << File << ":" << Line;
     }
   }
+
 protected:
   llvm::SpecificBumpPtrAllocator<FormatToken> Allocator;
   std::vector<std::unique_ptr<llvm::MemoryBuffer>> Buffers;
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to