[PATCH] D76037: [clang] tooling replacements are escaped when exporting to YAML
Nathan James via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 12 03:03:18 PDT 2020
njames93 marked an inline comment as done.
njames93 added inline comments.
================
Comment at: clang/unittests/Tooling/ReplacementsYamlTest.cpp:68
+ ASSERT_EQ(Doc.Replacements.size(), NewDoc.Replacements.size());
+ if (Doc.Replacements.size() == NewDoc.Replacements.size()) {
+ for (auto DocR = Doc.Replacements.begin(),
----------------
Can this ever be false. Does execution of a test case stop once an ASSERT_EQ fails
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76037/new/
https://reviews.llvm.org/D76037
More information about the cfe-commits
mailing list