[PATCH] D59934: Compare SourceLocations from different TUs by FileID

Endre Fülöp via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 28 07:53:13 PDT 2019


gamesh411 added a comment.

Hi!

This issue came up during the generation BugReports of BugPaths containing macro-expansions, where the spelling location and expansion locations were in different files.
With this change, we make such SourceLocations comparable by their FileIDs.


Repository:
  rC Clang

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

https://reviews.llvm.org/D59934





More information about the cfe-commits mailing list