-
```
When sweeping against a btScaledBvhTriangleMeshShape with
btCollisionWorld::convexSweepTest using a capsule shape the
ClosestConvexResultCallback::addSingleResult function gets a
normalsInWorld==f…
-
```
iwyu will attempt to replace an include with a forward declare when used with
try/catch. But you cant' catch an incomplete type
Example
exception.hpp has a class declaration, defined in exceptio…
-
```
clang/llvm/iwyu all on trunk (3.7)
fix_includes incorrectly modifies files when two forward declares already exist.
output of iwyu:
components/esm/objectstate.hpp should add these lines:
#includ…
-
```
iwyu will attempt to replace an include with a forward declare when used with
try/catch. But you cant' catch an incomplete type
Example
exception.hpp has a class declaration, defined in exceptio…
-
```
clang/llvm/iwyu all on trunk (3.7)
fix_includes incorrectly modifies files when two forward declares already exist.
output of iwyu:
components/esm/objectstate.hpp should add these lines:
#includ…
-
I have been thinking about some things I noticed (this is not an "issue" but I don't know of any other place for this):
Elevation maps generated by platec usually contain values between 0 and 10; alth…
-
```
clang/llvm/iwyu all on trunk (3.7)
fix_includes incorrectly modifies files when two forward declares already exist.
output of iwyu:
components/esm/objectstate.hpp should add these lines:
#includ…
-
```
clang/llvm/iwyu all on trunk (3.7)
fix_includes incorrectly modifies files when two forward declares already exist.
output of iwyu:
components/esm/objectstate.hpp should add these lines:
#includ…
-
```
When I compiling OpenMW sources (which is using Bullet library for physics) I
see warning about unused variable btInfinityMask in bullet (maybe it would be
better to use enum { btInfinityMask = …
-
Basically pyplatec should be integrated in here.
The main challenge seems in CI integration (no support for multiple languages on Travis or AppVeyor).