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; _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits