On Thu, 11 Feb 2016, Paul Wise wrote: > On Wed, 2016-02-10 at 23:48 -0500, Anders Kaseorg wrote: > > I would agree if there was a risk of the bug reappearing with an iwyu > > rebuild with no source changes against a new llvm-defaults. But in > > fact, debian/control already hard-codes Build-Depends: > > libclang-3.7-dev, llvm-3.7-dev, so for the bug to reappear, someone > > would have to manually bump two of the 3.7s in debian/control without > > bumping the third. > > I didn't see that, thanks for pointing it out. > > That sounds like another thing that should be fixed.
What are you imagining here? You can’t have automatically generated Build-Depends; furthermore, since (AIUI) iwyu 3.7 doesn’t build against any version of llvm other than 3.7, they wouldn’t help anyway. Anders