[PATCH] D62232: [Clang][Driver] recheck for nullptr

Simon Pilgrim via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed May 22 02:49:12 PDT 2019


RKSimon added a comment.

According to the coverage report we don't have any coverage of TC == null at all - not sure if its (a) possible to add tests or (b) if we can ever have a non-null TC - so should we just assert?

http://lab.llvm.org:8080/coverage/coverage-reports/clang/coverage/Users/buildslave/jenkins/workspace/clang-stage2-coverage-R/llvm/tools/clang/lib/Driver/Driver.cpp.html


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D62232/new/

https://reviews.llvm.org/D62232





More information about the cfe-commits mailing list