ilya-biryukov added inline comments.

================
Comment at: clangd/XRefs.cpp:183
+      unsigned CharNumber = SourceMgr.getSpellingColumnNumber(
+          DeclMacrosFinder->getSearchedLocation());
+
----------------
ilya-biryukov wrote:
> Replace with `DeclMacrosFinder->getSearchedLocation()` `SourceLocationBeg`, 
> it makes the code easier to read.
Sorry, the comment got messed up. Here's the correct version:

Replace `DeclMacrosFinder->getSearchedLocation()` with `SourceLocationBeg`, it 
makes the code easier to read.




Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D38639



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

Reply via email to