[PATCH] D94293: [clangd] automatically index STL

Nathan James via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 8 04:55:55 PST 2021


njames93 added a comment.

How does this approach work with differing language standards. For example with an old implementation designed for c++14, `string_view` header won't exist. If the implementation is designed to work with c++17, including that header in c++14 mode will probably be ifdef... Error.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D94293/new/

https://reviews.llvm.org/D94293



More information about the cfe-commits mailing list