[clang-tools-extra] `clangd`: support `-stdlib=` flags from `compile_commands.json`. (PR #69283)

Chris Carlon via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 23 20:02:45 PDT 2023


================
@@ -203,6 +214,7 @@ template <> struct DenseMapInfo<DriverArgs> {
         Val.Driver,
         Val.StandardIncludes,
         Val.StandardCXXIncludes,
+        Val.Stdlib,
----------------
cjc25 wrote:

Done, and resorted these to match the order in `DriverArgs` definition so it'll be easier to tell when things are missing in the future.

https://github.com/llvm/llvm-project/pull/69283


More information about the cfe-commits mailing list