diff --git a/clang/unittests/Format/MacroExpanderTest.cpp b/clang/unittests/Format/MacroExpanderTest.cpp index b2cd5112b820f4..7ec98a5e82b7b9 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 Allocator; std::vector> Buffers;