xazax.hun added inline comments. ================ Comment at: lib/Sema/SemaTemplateInstantiate.cpp:646 } + } + ---------------- Use either `LLVM_FALLTHROUGH;` here or break to avoid compiler warnings. https://reviews.llvm.org/D5767