Issue |
159843
|
Summary |
[Question] Can clang-tidy use `-vfsoverlay` and `-ivfsoverlay` from `clang`'s arguments?
|
Labels |
clang,
clang-tidy
|
Assignees |
|
Reporter |
sstepashka
|
There is an extra implementation of `-vfsoverlay` implemented specifically for clang-tidy here: https://reviews.llvm.org/D41535, but `clangd` already can accept VFS overlay information and pass it to clang-tidy. Shouldn't clang-tidy actually parse the flags from compile commands and use them instead of having custom `-vfsoverlay` flag?
If someone need to run clangd, clang-tidy, and simply compile with clang, they would have to have 2 separate solutions to pass VFS overlay.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs