[PATCH] D88859: APINotes: add APINotesYAMLCompiler
Gabor Marton via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 28 10:41:10 PDT 2020
martong added inline comments.
================
Comment at: clang/lib/APINotes/APINotesYAMLCompiler.cpp:33
+namespace yaml {
+template <>
+struct ScalarEnumerationTraits<APIAvailability> {
----------------
Could you please clang-format the code? The `Lint: Pre-merge checks` are all over the code and makes the review a bit harder.
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