[libcxx-commits] [PATCH] D117268: [libc++] Install clang-tidy in docker containers and create compile_commands.json

Sam McCall via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jan 17 10:09:14 PST 2022


sammccall added a comment.

SGTM!

> `-stdlib++-isystemv1`

This puts the relative path `v1` on the include path (it's a fancy `-I v1`).
In case of compile_flags.txt, the working directory is the dir containing compile_flags.txt.
So if this is to be placed somewhere other than the parent of the `v1` header directory, it will need to be some other (relative or absolute) path to that directory.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D117268



More information about the libcxx-commits mailing list