-
Here's an example:
```
#include "BaseClass.h"
template
struct TSizeLargerThan4
{
static inline constexpr bool TheValue = sizeof(TheSizeType) > 4;
};
template
struct TGetCastType2
{
…
-
foo.h:
```cpp
#pragma once
struct Bar;
struct Foo { Bar getBar(); };
```
bar.h:
```cpp
#pragma once
struct Bar { void bar(); };
```
use.cc:
```c++
#include "bar.h"
#include "foo.h"
temp…
-
# Impetus
After installing Xcode 9 today (which uses a `clang` I wanted to try out the latest `include-what-you-use`. Xcode 9 supposedly includes a `clang` based on `clang 4`, so I was hoping to f…
-
```
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 …
-
```
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 …
-
```
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 …
-
```
(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::__…
-
```
(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::__…
-
In a large system cleaning up source code I am often times told to add
or
and remove
It is not only these, but those come up often.
This would conflict with warnings suggesting that …