-
```
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…
-
```
What steps will reproduce the problem? Give the *exact* arguments
I seem to be coming up against an iwyu problem with Macros
Let say we have 1 cpp and 1 header in test folder
--> the cpp "Mac…
-
```
What steps will reproduce the problem? Give the *exact* arguments
I seem to be coming up against an iwyu problem with Macros
Let say we have 1 cpp and 1 header in test folder
--> the cpp "Mac…
-
```
What steps will reproduce the problem? Give the *exact* arguments
I seem to be coming up against an iwyu problem with Macros
Let say we have 1 cpp and 1 header in test folder
--> the cpp "Mac…
-
I've been trying to use your flags to be able to build LLVM statically locally (in my case to get a static build of `include-what-you-use`). Incidentally while building I saw the following warning:
…
-
```
What steps will reproduce the problem? Give the *exact* arguments
I seem to be coming up against an iwyu problem with Macros
Let say we have 1 cpp and 1 header in test folder
--> the cpp "Mac…
-
```
What steps will reproduce the problem? Give the *exact* arguments
I seem to be coming up against an iwyu problem with Macros
Let say we have 1 cpp and 1 header in test folder
--> the cpp "Mac…
-
```
What steps will reproduce the problem? Give the *exact* arguments
I seem to be coming up against an iwyu problem with Macros
Let say we have 1 cpp and 1 header in test folder
--> the cpp "Mac…
-
```
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…