[PATCH] D88859: APINotes: add APINotesYAMLCompiler
Saleem Abdulrasool via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 29 08:52:08 PDT 2020
compnerd added inline comments.
================
Comment at: clang/lib/APINotes/APINotesYAMLCompiler.cpp:33
+namespace yaml {
+template <>
+struct ScalarEnumerationTraits<APIAvailability> {
----------------
martong wrote:
> Could you please clang-format the code? The `Lint: Pre-merge checks` are all over the code and makes the review a bit harder.
Sure, though, I do think that some of the extra whitespace makes it easier to read.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88859/new/
https://reviews.llvm.org/D88859
More information about the cfe-commits
mailing list