djasper added a comment.

I think instead of doing some complex computation with LineLevel and 
NestingLevel, it might be better to just leave them as the pair and compare 
them as a pair. The LineLevel should probably always trump the NestingLevel. 
So, I'd try to just defined ScopeLevel as a pair<int, int>, put both the 
LineLevel and the NestingLevel in it and use that for the comparisons. I might 
be overlooking something, though.


https://reviews.llvm.org/D21279



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

Reply via email to