[PATCH] D38061: Set AnonymousTagLocations false for ASTContext if column info is expected not to be used

Taewook Oh via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 22 10:23:15 PDT 2019


twoh added a subscriber: wenlei.
twoh added a comment.
Herald added a subscriber: dexonsmith.
Herald added a project: clang.

Hello @rsmith, @wenlei and I took another look at this, and we couldn't find any use of `AnonymousTagLocations` outside of debug info. If that's actually the case, wouldn't it make sense to have `DebugColumnInfo` to control the field even if `AnonymousTagLocations` the part of generic printing policy?


Repository:
  rC Clang

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

https://reviews.llvm.org/D38061





More information about the cfe-commits mailing list