[PATCH] D34512: Add preliminary Cross Translation Unit support library
Gábor Horváth via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 6 05:58:58 PDT 2017
xazax.hun added a comment.
In https://reviews.llvm.org/D34512#800618, @klimek wrote:
> +Richard as top-level code owner for new libs.
>
> For bikeshedding the name: I'd have liked libIndex, but that's already taken. CrossTU doesn't seem too bad to me, too, though.
Some brainstorming for the bikeshedding: libProjet, libProjectIndex, libImport
The reason I am not sure about the Index in the name because this code does not contain (yet) an interface to create/handle indexes.
The import might be a good once, since this library is basically wrapping the ASTImporter to import code from external sources, but it might be misleading, since ASTImporter is in the AST module.
https://reviews.llvm.org/D34512
More information about the cfe-commits
mailing list