[PATCH] D151747: [llvm-jd] introduces a new tool for diffing JSON
Jon Roelofs via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 7 13:08:53 PDT 2023
jroelofs added inline comments.
================
Comment at: llvm/lib/Support/JSON.cpp:931
}
-
----------------
This newline should stay. </UB pedant>
================
Comment at: llvm/utils/llvm-jd/llvm-jd.cpp:429
+ return not D.empty();
+}
----------------
missing trailing newline
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151747/new/
https://reviews.llvm.org/D151747
More information about the llvm-commits
mailing list