-
```
The mapping syntax supports a regex expression for the first entry of the
mapping. It would be nice if this could be extended to also be supported for
the 3rd entry(=2nd include). This would be …
-
For the following code:
```
//////////////// A.hpp
namespace nsp {
class A {};
}
//////////////// B.hpp
namespace nsp {
struct B {
int func() { return 0; }
};
}
////////…
-
```
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!…
-
```
The mapping syntax supports a regex expression for the first entry of the
mapping. It would be nice if this could be extended to also be supported for
the 3rd entry(=2nd include). This would be …
-
in [this commit](https://github.com/pseyfert/root/commit/ebb32e3dae44f1e0cc6892268e2bbc2527ffcbb7) i fixed the few compiler errors introduced by running fix_includes.py. As you see, iwyu correctly ide…
-
```
(extracted from issue #163)
--
../hc/hc.cpp:1154:24: warning:
__gnu_cxx::__alloc_traits::value_type is defined in , which isn't directly
#included.
../hc/hc.cpp:1215:31: warning:
__gnu_cxx::__…
-
```
(extracted from issue #163)
--
../hc/hc.cpp:1154:24: warning:
__gnu_cxx::__alloc_traits::value_type is defined in , which isn't directly
#included.
../hc/hc.cpp:1215:31: warning:
__gnu_cxx::__…
-
```
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!…
-
Hello,
I found a case where IWYU makes a recommendation which does not compile when it encounters "auto". I observed this behavior at HEAD (a95999b244f551b719d2f38cfb2d2b7b1cc8fe34) of master compi…
-
```
Given a header file like this one:
#include
struct X {
void f(const SomeLargeClass &c) {
// lots of code here
}
};
... it would be great if iwyu could say something like "moving defini…