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