MyDeveloperDay created this revision.
MyDeveloperDay added reviewers: klimek, sammccall.
MyDeveloperDay added a project: clang-format.
MyDeveloperDay requested review of this revision.
Herald added a project: clang.
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
Repository:
rG LLVM Github Monorepo
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
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits