aprantl added inline comments.
================ Comment at: clang/lib/Driver/ToolChains/Clang.cpp:3724 + DebugInfoKind == codegenoptions::LocTrackingOnly || + DebugInfoKind == codegenoptions::DebugDirectivesOnly)) + DebugInfoKind = codegenoptions::DebugLineTablesOnly; ---------------- `DebugInfoKind < codegenoptions::DebugDirectivesOnly` lest someone will sneak in another enumerator without updating this code. Repository: rC Clang CHANGES SINCE LAST ACTION https://reviews.llvm.org/D71325/new/ https://reviews.llvm.org/D71325 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits