[PATCH] D92666: [clang-format] [NFC] keep clang-format tests clang-format clean
MyDeveloperDay via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Dec 4 09:51:46 PST 2020
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;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D92666.309560.patch
Type: text/x-patch
Size: 463 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20201204/51f7ce6e/attachment.bin>
More information about the cfe-commits
mailing list