[libcxx-commits] [PATCH] D91311: Add new 'preferred_name' attribute.

David Blaikie via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Aug 30 23:29:34 PDT 2021


dblaikie added a comment.

@rsmith - would it make sense to disable preferred names use when `PrintingPolicy::PrintCanonicalTypes` is used? It's used in `CGDebugInfo`, but also in `Sema::findFailedBooleanCondition` - so maybe we need another `PrintingPolicy` flag for this so `CGDebugInfo` can use the flag, but `Sema::findFailedBooleanCondition` can keep using preferred names?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D91311/new/

https://reviews.llvm.org/D91311



More information about the libcxx-commits mailing list