[llvm-branch-commits] [clang] 0e226d0 - [clang-format] [NFC] keep clang-format tests clang-format clean

via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Sat Dec 5 02:20:39 PST 2020


Author: mydeveloperday
Date: 2020-12-05T10:15:52Z
New Revision: 0e226d00d21cdefe82ef4d6531e4e73d3b5c0494

URL: https://github.com/llvm/llvm-project/commit/0e226d00d21cdefe82ef4d6531e4e73d3b5c0494
DIFF: https://github.com/llvm/llvm-project/commit/0e226d00d21cdefe82ef4d6531e4e73d3b5c0494.diff

LOG: [clang-format] [NFC] keep clang-format tests clang-format clean

I use several of the clang-format clean directories as a test suite, this one had got slightly out of wack in a prior commit

Reviewed By: HazardyKnusperkeks

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

Added: 
    

Modified: 
    clang/unittests/Format/MacroExpanderTest.cpp

Removed: 
    


################################################################################
diff  --git a/clang/unittests/Format/MacroExpanderTest.cpp b/clang/unittests/Format/MacroExpanderTest.cpp
index b2cd5112b820..7ec98a5e82b7 100644
--- a/clang/unittests/Format/MacroExpanderTest.cpp
+++ b/clang/unittests/Format/MacroExpanderTest.cpp
@@ -65,6 +65,7 @@ class MacroExpanderTest : public ::testing::Test {
           << Context << " in " << text(Tokens) << " at " << File << ":" << Line;
     }
   }
+
 protected:
   llvm::SpecificBumpPtrAllocator<FormatToken> Allocator;
   std::vector<std::unique_ptr<llvm::MemoryBuffer>> Buffers;


        


More information about the llvm-branch-commits mailing list