[PATCH] D41514: [Index] Reduce size of SymbolInfo struct.

Argyrios Kyrtzidis via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Dec 21 15:05:37 PST 2017


akyrtzi added a comment.

Nice one! One minor change I'd suggest is to change `SymbolProperty` to `enum class SymbolProperty : SymbolPropertySet`, so that if it needs to increase we only change the type in one place.


Repository:
  rC Clang

https://reviews.llvm.org/D41514





More information about the cfe-commits mailing list