include-what-you-use/include-what-you-use
A tool for use with clang to analyze #includes in C and C++ source files
C++NOASSERTION
Issues
- 0
- 0
- 4
- 2
- 5
Fail to build include-what-you-use as part of LLVM
#1631 opened by mzyKi - 3
Trivial example fails
#1634 opened by ceggers-arri - 0
Release IWYU 0.23
#1641 opened by kimgr - 5
- 1
- 2
0.22: build fails with LLVM 19.x
#1638 opened by kloczek - 0
False Positive: Include required for default template parameter not explicitly used
#1629 opened by carlosgalvezp - 0
implementation header suggested for `locale_t`
#1627 opened by firewave - 0
implementation header suggested for `mbstate_t`
#1628 opened by firewave - 0
Full definition needed at template instantiation for member's dependent types
#1626 opened by bungeman - 6
Forward declare suggested when include needed when using structured binding on std::tuple with libc++
#1617 opened by bungeman - 1
false positive: IWYU sometimes suggests replacing `<utility>` with `<iterator>` for std::pair
#1616 opened by cebtenzzre - 0
`<iterator>` suggested when using `std::set::rbegin()`
#1614 opened by firewave - 0
`<ext/type_traits.h>` suggested for no apparent reason
#1613 opened by firewave - 1
- 2
- 3
Better support for Windows.h
#1603 opened by justanotheranonymoususer - 0
Provide binary package from `master`
#1599 opened by firewave - 2
- 2
Signed Releases
#1595 opened by JulianWong-Arista - 3
- 4
implementation header suggested for `Q_OBJECT`
#1571 opened by firewave - 2
- 3
forward declaration not suggested with pointer in alias
#1577 opened by firewave - 10
- 1
Incorrect removal of required forward declarations
#1573 opened by justusranvier - 5
iwyu branch "master" failed to compile with llvm-19
#1574 opened by xlvy - 5
Significantly slow building time in Ubuntu 22.04
#1576 opened by GuillermoJL - 2
Release debian packages if possible
#1587 opened by eyalroz - 1
Qt `<QXmlStream*>` headers are interchangable
#1585 opened by firewave - 3
- 2
IWYU does not like forward-only headers
#1570 opened by smcpeak - 8
- 4
False positive in Boos.Test
#1553 opened by correaa - 4
Test failure on Void Linux
#1564 opened by meator - 6
False possive with GCC lib with <chrono>
#1552 opened by correaa - 4
What to do with contradictory instructions?
#1557 opened by correaa - 0
Wishlist for diagnostics
#1563 opened by kimgr - 3
False positive: IWYU wants to remove `<type_traits>` despite using `std::is_arithmetic_v`
#1558 opened by carlosgalvezp - 5
No member named 'getTypeAsWritten' in 'clang::ClassTemplateSpecializationDecl' in upstream latest clang
#1538 opened by gamesh411 - 2
include suggested when forward declaration is sufficent for usage in class member container
#1541 opened by firewave - 1
Invalid recommendations caused by multi-line macros
#1546 opened by graveljp - 7
Import pragma fra out-of-tree libraries?
#1551 opened by Thalley - 2
Can iwyu ignore some headers?
#1544 opened by cheyao - 1
- 0