Maintenance release; improve a few flags; 'cold' dwyu
[ Note: v0.3.2 is the same but fixes a compilation issue with older compilers ]
Mostly a maintenance release with smallish changes for easier use
- Adjust verbosity levels of various log messages, to have the right information where needed. e.g. while
-vvvin DWYU shows the breakdown of every include file and the corresponding providing libraries,-vvis useful as it shows only the missing dependencies, so can make things more compact. - Make
--graph-augmentwork correctly. - Always include the dependencies mentioned in the MODULE.bazel in DWYU so that these can be auto-added before there is even a reference in BUILD files (doing a 'cold' dwyu without any
deps=[]given yet) - The
--orflag was misbehaving, fixed that. - New flag
-cto select a particular column from text table output