[PATCH] D67916: [clangd] Simplify the callside of URI::resolve, NFC.

Haojian Wu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 23 06:42:51 PDT 2019


hokein created this revision.
hokein added a reviewer: kadircet.
Herald added subscribers: usaxena95, arphaman, jkorous, MaskRay, ilya-biryukov.
Herald added a project: clang.

- Add a overrloded URI::resolve, which accepts a string URI;
- also fixed some callside that don't check the error;


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D67916

Files:
  clang-tools-extra/clangd/CodeComplete.cpp
  clang-tools-extra/clangd/FindSymbols.cpp
  clang-tools-extra/clangd/HeaderSourceSwitch.h
  clang-tools-extra/clangd/IncludeFixer.cpp
  clang-tools-extra/clangd/URI.cpp
  clang-tools-extra/clangd/URI.h
  clang-tools-extra/clangd/index/Background.cpp
  clang-tools-extra/clangd/index/BackgroundIndexLoader.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67916.221319.patch
Type: text/x-patch
Size: 7302 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190923/bf59126d/attachment.bin>


More information about the cfe-commits mailing list