[PATCH] D50261: [AST] Remove unnecessary indirections in DeclarationNameTable

Bruno Ricci via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 3 10:38:27 PDT 2018


bricci added a comment.

Additionally I have taken a quick look at the headers which includes DeclarationName.h
and it seems that most of them already include Type.h (with the exception of DeclBase.h)

If so then the build time shouldn't change much but I will report if there is any significient difference.


Repository:
  rC Clang

https://reviews.llvm.org/D50261





More information about the cfe-commits mailing list