[PATCH] D50261: [AST] Remove unnecessary indirections in DeclarationNameTable
Reid Kleckner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 6 11:15:06 PDT 2018
rnk added a comment.
Neat, thanks for the optimization. My only concern would be to find a way to avoid including Type.h, but it's already a very popular and very necessary header, so I don't think there is any issue here.
Repository:
rL LLVM
https://reviews.llvm.org/D50261
More information about the llvm-commits
mailing list