[PATCH] D46176: Add SourceManagerForFile helper which sets up SourceManager and dependencies for a single file with code snippet

Eric Liu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri May 4 16:15:57 PDT 2018


ioeric added a comment.

Thanks for the comment and suggestion!

I've changed this to `SourceManagerForFile` and move it to SourceManager.h, which seems to be a more natural fit.  `SourceManagerForFile` sounds like a sensible name to me, but I'm guess there might be a better name...


Repository:
  rC Clang

https://reviews.llvm.org/D46176





More information about the cfe-commits mailing list