[PATCH] D34059: Get the file name for the symbol from the Module, not the SourceManager.

Richard Smith - zygoloid via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 9 12:28:39 PDT 2017


rsmith added a comment.

Is there any way to add a test for this? Does it affect the behavior of clang or any in-tree clang-based tools?

If this isn't visible through existing in-tree tools, it would be useful to add to unittests/ a rough skeleton of what you're doing, so you can add tests for this kind of thing, and so we don't regress functionality you're depending on.


Repository:
  rL LLVM

https://reviews.llvm.org/D34059





More information about the cfe-commits mailing list