So now that I've got Clang & LLVM almost entirely -Wweak-vtables clean
I was wondering:
Where/how could the build configuration be changed to help keep it
that way? (so that anyone building LLVM/Clang with Clang (including
bots) would build with -Wweak-vtables as an error?)
(there are actually a couple of cases still to fix, to be honest -
llvm-tblgen generates some cases and llvm-tblgen's source has a few
where it's redeclaring core LLVM types itself & making them
header-only)
- David