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

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 19 15:56:39 PDT 2018


aprantl added a comment.

I have a vague recollection that this column info hack was added to disambiguate two types defined on the same line (which is something that happened more often than one would think because of macro expansion). Did  you do the git archeology to ensure that the original reason for doing it this way has been resolved? FWIW, I'm fine with doing this change for the Darwin platforms because column info is turned on by default, so this shouldn't affect us.


Repository:
  rC Clang

https://reviews.llvm.org/D38061





More information about the llvm-commits mailing list