SergejSalnikov wrote: > getRefinedSpellingLoc - I'm not sure "refined" carries enough information (is > it a reference to some other existing use of the term?) - but I don't have > any great suggestions for a name. Perhaps "immediate" or "local" spelling > location?
I've just found out that there is already getFileLoc method, which was not very optimized. So I've fixed it and use it instead of introducing a new one. https://github.com/llvm/llvm-project/pull/163190 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
