summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
* tests/: Fix includesoffsetofAlejandro Colomar2023-08-12-6/+10
* Add mapping for offsetof(3)Alejandro Colomar2023-08-12-0/+2
* Reduce libc mappings to really include what you useAlejandro Colomar2023-08-12-299/+6
* Remove packaging workaround to fix llvm-18 buildKim Gräsman2023-08-11-1/+1
* Add new IWYU pragma: always_keepKim Gräsman2023-07-12-1/+83
* Move ProtectReexportIncludes to a member functionKim Gräsman2023-07-12-16/+17
* Improve placement-new detection in templatesKim Gräsman2023-07-06-11/+73
* [clang compat] Use newer DirectoryEntryRef API for header searchKim Gräsman2023-06-24-3/+3
* Roll getopt_port to latest versionKim Gräsman2023-06-24-11/+25
* iwyu_test_util: add support for IWYU_EXTRA_ARGS env variableFlorian Schmaus2023-05-28-0/+3
* Don't run include-what-you-use through shell in testsKim Gräsman2023-05-21-23/+13
* Identify libcxx from clang ToolChainDavid Kilroy2023-05-17-1/+20
* Remove redundant InitGlobals()David Kilroy2023-05-17-1/+0
* [ci] Add workaround for missing libomp package dependencyKim Gräsman2023-05-09-0/+4
* Add builtin libcxx mappingsDavid Kilroy2023-04-18-2/+57
* Add constness to some member functionsBolshakov2023-04-18-4/+4
* Add functions to derive standard libs from compilationKim Gräsman2023-04-16-15/+26
* Fix elaborated type provision by aliasBolshakov2023-04-16-10/+12
* Handle elaborated keywords as fwd-declsBolshakov2023-04-16-4/+59
* Disable DerivePointerAlignment clang-format optionKim Gräsman2023-04-16-0/+1
* [doc] Update documentation on test command-line argumentsKim Gräsman2023-04-16-8/+10
* Provide default values for class membersBolshakov2023-04-16-19/+10
* libcxx: map <__tree> to <map> and <set>David Kilroy2023-04-15-0/+2
* libcxx 16 private header dir mappingsDavid Kilroy2023-04-13-4/+39
* libstdcxx std::declval sourceDavid Kilroy2023-04-10-1/+7
* Bump version to 0.21 on masterKim Gräsman2023-04-02-1/+1
* Update README for IWYU 0.20Kim Gräsman2023-04-02-0/+1
* Abandon python2 for scriptsKim Gräsman2023-04-02-27/+10
* Refactor to allow stdlib selectionDavid Kilroy2023-04-02-25/+61
* Fix run_iwyu_test.py instructions in CONTRIBUTINGDavid Kilroy2023-03-25-2/+2
* [clang compat] Use new include path for Host.hDavid Kilroy2023-03-17-2/+2
* Log "Extra tokens" warning at higher verbosity levelKim Gräsman2023-03-15-2/+2
* Use nominal logging from AstFlattenerVisitorKim Gräsman2023-03-13-19/+2
* Log traversal, not visitsKim Gräsman2023-03-13-71/+57
* Simplify TraverseNestedNameSpecifierLoc slightlyKim Gräsman2023-03-12-3/+3
* Short-circuit all traversal of null AST nodesKim Gräsman2023-03-12-3/+13
* Add testcase for template-spillsKim Gräsman2023-03-05-0/+89
* Remove redundant CanIgnoreType callsKim Gräsman2023-03-05-26/+9
* Never report ignored typesKim Gräsman2023-03-05-2/+4
* Ignore null types in InstantiatedTemplateVisitor tooKim Gräsman2023-03-05-0/+3
* Report explicit instantions with more discretionKim Gräsman2023-03-05-10/+167
* Fix incorrect affirmation in log messageKim Gräsman2023-03-05-3/+3
* Refactor explicit_instantiation2 testcase for extensionKim Gräsman2023-03-02-12/+30
* More consistent work with resugaring mapBolshakov2023-02-26-3/+14
* Don't traverse under SubstTemplateTypeParmTypeBolshakov2023-02-26-32/+16
* Use the correct decl location for use loggingKim Gräsman2023-02-26-2/+2
* Don't report into template definition fileBolshakov2023-02-25-6/+3
* [iwyu-check-license-header] Fix line length of added headerKim Gräsman2023-02-23-1/+1
* [iwyu-check-license-header] Write bytes, not strKim Gräsman2023-02-23-2/+3
* Never forward-declare expressions used in typeid()Matthew Fennell2023-02-18-0/+65