summaryrefslogtreecommitdiff
path: root/bin/find-unneeded-includes
AgeCommit message (Expand)AuthorFilesLines
2020-02-21Drop o3tl::optional wrapperStephan Bergmann1-3/+0
2020-02-13find-unneeded-includes: silence broken o3tl::optional -> std::optional proposalMiklos Vajna1-1/+4
2019-10-04find-unneeded-includes: ignore extra recommendationsGabor Kelemen1-6/+8
2019-07-29find-unneeded-includes: warn first time user nicely about missing fileGabor Kelemen1-2/+6
2019-07-15find-unneeded-includes: raise maximum output line lengthGabor Kelemen1-1/+1
2019-07-15find-unneeded-includes: don't propose to replace hpp with hdl...Gabor Kelemen1-2/+2
2019-06-17find-unneeded-includes: show command line in case of IWYU error messagesGabor Kelemen1-1/+8
2019-06-12find-unneeded-includes: don't propose to replace boost/functional/hash.hppGabor Kelemen1-0/+2
2019-06-03find-unneeded-includes: don't propose to remove <map>...Gabor Kelemen1-1/+1
2019-05-31find-unneded-includes: don't suggest removal of fwd declsMiklos Vajna1-12/+4
2019-05-31find-unneded-includes: avoid replacing includes with forward-declarationsMiklos Vajna1-1/+1
2019-05-09find-unneeded-includes: dont propose to replace cstdint with internal headerGabor Kelemen1-1/+2
2019-05-09find-unneeded-includes: filter out boost/unordered_map.hppGabor Kelemen1-0/+2
2019-05-08find-unneeded-includes: dont propose to replace ctime with internal headerGabor Kelemen1-1/+2
2019-05-06find-unneeded-includes: don't try to replace forward_list with debug headerGabor Kelemen1-0/+1
2019-04-09find-unneeded-includes: fix tuple default items in debugStlGabor Kelemen1-8/+8
2019-04-03find-unneeded-includes: filter out boost/variant.hppGabor Kelemen1-0/+2
2019-04-02find-unneeded-includes: use a better data structureGabor Kelemen1-13/+14
2019-03-22find-unneeded-includes: don't try to fw. declare o3tl/span.hxxGabor Kelemen1-0/+1
2019-03-18find-unneeded-includes: don't propose debug/set.h if multiset is usedGabor Kelemen1-0/+1
2019-02-11find-unneeded-includes: Skip headers used only for compile testGabor Kelemen1-0/+5
2019-01-24find-unneeeded-includes: don't propose to replace o3tl/deleter.hxxGabor Kelemen1-0/+1
2019-01-17find-unneeded-includes: don't propose debug/bitset eitherGabor Kelemen1-0/+1
2019-01-11find-unneeded-includes: don't propose cmath -> bits/std_abs.hGabor Kelemen1-0/+1
2018-12-11find-unneeded-includes: Avoid proposing o3tl fw declarationGabor Kelemen1-0/+8
2018-11-13find-unneeded-includes: sort the outputGabor Kelemen1-1/+1
2018-10-25sw: fix some IWYU warningsMiklos Vajna1-0/+3
2018-10-13find-unneeded-includes: do not propose css/uno .hxx to .h replacementsGabor Kelemen1-0/+11
2018-10-08find-unneeded-includes: warn about fw decls in namespaces tooGabor Kelemen1-1/+1
2018-09-21find-unneeded-includes: Don't propose functional -> bits/std_function.hGabor Kelemen1-0/+1
2018-09-12IWYU: ignore UNO include files, similar to how the clang loplugin doesMiklos Vajna1-0/+16
2018-07-05find-unneeded-includes: stop proposing internal libstdc++ headersGabor Kelemen1-0/+9
2018-05-23find-unneeded-includes: Make the output user friendlierGabor Kelemen1-1/+1
2018-04-25sw: fix remaining IWYU warnings in inc/*.hxxMiklos Vajna1-1/+8
2018-04-23Fix typo in variableAndrea Gelmini1-1/+1
2018-04-07Add IWYU wrapper script to find unused includesMiklos Vajna1-0/+233