[PATCH] D92666: [clang-format] [NFC] keep clang-format tests clang-format clean
MyDeveloperDay via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Dec 5 02:16:38 PST 2020
This revision was automatically updated to reflect the committed changes.
Closed by commit rG0e226d00d21c: [clang-format] [NFC] keep clang-format tests clang-format clean (authored by MyDeveloperDay).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92666/new/
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.309722.patch
Type: text/x-patch
Size: 463 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20201205/9cc1c9a1/attachment.bin>
More information about the cfe-commits
mailing list