kuhar added inline comments. ================ Comment at: include/llvm/Support/GenericDomTreeConstruction.h:171 return LastNum; - } + }; ---------------- Extra semicolon. https://reviews.llvm.org/D35341