-
If a project is configured to use `-libc++` by specifying `-stdlib=libc++` it will fail because the includes are not being found. You need to explicitly pass that option to the tool invocation for it …
-
### Issue type
Build/Install
### Have you reproduced the bug with TensorFlow Nightly?
Yes
### Source
source
### TensorFlow version
2.17.0
### Custom code
Yes
### OS platf…
-
The inline IWYU comment pragmas are not always possible to use because users may not want to put tool-specific directives in their code. In my case, I use clangd when editing, but other people on my t…
-
Hi,
I'm trying IWYU again on a big code base, and I just changed there all relative includes to absolute ones with . But it seems that IWYU wants to replace my includes with "" includes even if they…
-
```
Hi. When I run IWYU on a cpp file normally I would get the report for that cpp
file and also its .h header. However, I found some strange case where this was
not happening. I am runing the trun…
-
```
What steps will reproduce the problem? Give the *exact* arguments passed
to include-what-you-use, and attach the input source file that gives the
problem (minimal test-cases are much appreciated!…
-
CARLA version: 0.9.11
Platform/OS: UBUNTU 18.04 LTS
After cloning the Carla repo, I added an empty source file inside the Carla Plugins Source folder, and compile errors appeared in code that …
-
```
Adapting the compilation command to
g++ -D_DEBUG -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS
-fno-rtti -I include -L lib
/home/broes/software/llvm/tools/clang/tools/include-wha…
-
```
There seems to be some issue on how to handle static members, when making the
report. I have attached two different cases that do the same but through
different ways.
Both samples will declare…
-
Given a source file **b.cpp** and its header file **b.hpp**, both depending on another source file **a.hpp**. If this file is included by the header file **b.hpp** using , while "..." would also work,…