On Thu, 11 Feb 2016, Paul Wise wrote: > I'm imagining it Build-Depending on a package produced by llvm-defaults > rather than a version-specific package. > > Not building with any version other than 3.7 sounds like a bug too.
Alright, well, that’s just how it works upstream. The documentation says that iwyu “makes heavy use of Clang internals, and will occasionally break when Clang is updated”. The project home page says that the last seven upstream releases have been tied to llvm+clang 2.9, 3.0, 3.3, 3.4, 3.5, 3.6, and 3.7, respectively. Meanwhile, I would like to get this very simple bug solved without attempting to shave the entire upstream clang internal API compatibility yak stack. What do you propose? Anders