malaperle added a comment.

In https://reviews.llvm.org/D39050#1021204, @malaperle wrote:

> For computing the start/end-loc of function bodies, I tried the 
> SingleFileParseMode and SkipFunctionBodies separately ( as a start). The 
> source I use this on looks like this:
>
>  


Given the discussion in https://reviews.llvm.org/D44247, I think we can do 
without the start/end-loc of function bodies and try some heuristics 
client-side. We can always revisit this later if necessary.

However, for the end-loc of occurrences, would you be OK with this being added? 
I think it would be a good compromise in terms of performance, simplicity and 
index size.


https://reviews.llvm.org/D39050



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

Reply via email to