[PATCH] D47698: [ASTImporter] import macro source locations

Rafael Stahl via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 4 01:59:51 PDT 2018


r.stahl added a comment.

The split-token case should be covered by this, because it takes the correct TokenLen and the isTokenRange flag. Other than that the split-token ExpansionInfo is indistinguishable.

What about loaded source locations? Do they need to be handled specifically or does this cover everything now?


Repository:
  rC Clang

https://reviews.llvm.org/D47698





More information about the cfe-commits mailing list