[PATCH] D42966: Fix USR generation in the presence of #line directives or linemarkes
Mikhail Ramalho via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue May 1 06:54:42 PDT 2018
mikhail.ramalho added a comment.
Hi,
> After thinking about this a bit, and use cases like rename and
> find-declaration that could be USR based, I think including some location
> information is the right way to go, which I think is the current behavior.
What do you man by location information? Only the filename or filename +
offset (current behaviour)?
Repository:
rC Clang
https://reviews.llvm.org/D42966
More information about the cfe-commits
mailing list