[PATCH] D117520: [clang-format] Fix SeparateDefinitionBlocks issues
ksyx via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 21 12:38:31 PST 2022
ksyx marked an inline comment as done.
ksyx added inline comments.
================
Comment at: clang/unittests/Format/DefinitionBlockSeparatorTest.cpp:47
llvm::StringRef ExpectedCode = "") {
::testing::ScopedTrace t(File, Line, ::testing::Message() << Code.str());
bool HasOriginalCode = true;
----------------
HazardyKnusperkeks wrote:
> This is from Debugging?
I suppose it is from rebasing.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117520/new/
https://reviews.llvm.org/D117520
More information about the cfe-commits
mailing list