[clangd] Remove reundant use of getSpellingLoc()
getFileLoc() is guaranteed to return a file loc, and getSpellingLoc() on a file loc is a no-op. Differential Revision: https://reviews.llvm.org/D146377
Loading
Please sign in to comment
getFileLoc() is guaranteed to return a file loc, and getSpellingLoc() on a file loc is a no-op. Differential Revision: https://reviews.llvm.org/D146377