[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
Thu Oct 25 08:34:22 PDT 2018


twoh added a comment.

@dblaikie I see. The problem we're experiencing is that with Clang's naming scheme we end up having different function name between the original source and the preprocessed source (as macro expansion changes the column number). This doesn't work well for me if I want to use distcc on top of our caching system, as the caching scheme expects the output to be same as far as the original source has not been changed (regardless of it's compiled directly or first preprocessed then compiled), but the distcc preprocesses the source locally then sends it to the remote build machine (and we do not turn distcc on for all workflow). I wonder if you have any suggestion to resolve this issue? Thanks!


Repository:
  rC Clang

https://reviews.llvm.org/D38061





More information about the cfe-commits mailing list