ilya-biryukov added a comment.

To clarify, I don't think there are new concepts in this patch.
Previously, we only took information from source locations into account when 
building token buffers. That works fine in most cases, but not enough to find 
the boundaries of empty macro expansions.
In order to find those, we now also watch the callbacks from the preprocessor 
to get all macro expansions (incuding the empty ones) and reconstruct the 
mappings of token buffers from there.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D62953



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to