-
```
Google code has announced that it is closing.
Presumably this project will migrate to github?
```
Original issue reported on code.google.com by `legal...@xmission.com` on 6 Apr 2015 at 4:21
-
```
Google code has announced that it is closing.
Presumably this project will migrate to github?
```
Original issue reported on code.google.com by `legal...@xmission.com` on 6 Apr 2015 at 4:21
-
Setup:
---BaseClass.h---
`class BaseClass {};`
---SubClass.h---
```
#include "BaseClass.h"
class SubClass : public BaseClass {};
```
--TestFile.h---
```
#include "SubClass.h"
templat…
-
Check it https://github.com/marketplace/actions/include-what-you-use-github-action and add in CI
-
ITGmania has a file called [global.h](https://github.com/itgmania/itgmania/blob/release/src/global.h) which defines a couple commonly used macros, includes common headers, etc. to be used by the progr…
-
platform: macos
compiler:
Apple clang version 12.0.0 (clang-1200.0.32.29)
Target: x86_64-apple-darwin19.6.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin
c…
-
I am using Ubuntu 21.04 with `clang` `libc++-dev` and `iwyu` package.
While I can build via
```cpp
clang++ -stdlib=libc++ main.cpp
```
I cannot
```cpp
include-what-you-use -stdlib=libc+…
-
Originally reported on Google Code with ID 139
```
Given:
//simd.h:
#include // IWYU pragma: export
__m128 a;
//simd.imp:
[{ include: ["", "public", "", "public"] }]
I get:
simd.h should add these …
-
## Problem
While trying to use the tool to get rid of unused includes in [Konsole sources](https://invent.kde.org/kde/konsole/), I found it very tedious to use. [These 6 commits](https://invent.kde…
-
https://include-what-you-use.org/
https://github.com/include-what-you-use/include-what-you-use#how-to-install