[libc-commits] [PATCH] D80832: [libc] Expose APIGenerator.
Paula Toth via Phabricator via libc-commits
libc-commits at lists.llvm.org
Mon Jun 1 00:29:34 PDT 2020
PaulkaToast marked an inline comment as done.
PaulkaToast added inline comments.
================
Comment at: libc/utils/HdrGen/PublicAPICommand.h:42
+class APIGenerator {
+private:
----------------
sivachandra wrote:
> At this point, it probably makes sense to call this class APIIndexer?
Yeah, the primary function of this is to read the TableGen files so this name makes more sense. (:
This was the same reasoning behind naming the exposed class APIReader from my previous patch.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80832/new/
https://reviews.llvm.org/D80832
More information about the libc-commits
mailing list