-
For instance, with QT, you have
```
QFile::open(QIODevice::some flag)
```
Because this parameter is an enum and enums can't be forward declared, then the include has to be there for QFile::open to b…
-
```
Given:
//simd.h:
#include // IWYU pragma: export
__m128 a;
//simd.imp:
[{ include: ["", "public", "", "public"] }]
I get:
simd.h should add these lines:
#include // for __m128
…
-
```
Given:
//simd.h:
#include // IWYU pragma: export
__m128 a;
//simd.imp:
[{ include: ["", "public", "", "public"] }]
I get:
simd.h should add these lines:
#include // for __m128
…
-
Consider the following files:
**macro.h**
```C++
#pragma once
#include
void UseString(const char* message);
std::string GetString();
#define MY_MACRO() UseString(GetString() \
.c_st…
-
```cpp
#include
#include
void f()
{
qDebug()
-
i use the unreal 4.19.2 to make a project with default leap motion plugin in engine.
everything works well in editor
but ,i can not package the plugin into my project,event there is no error when p…
-
-
```
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!…
-
```
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!…
-
```
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!…