This was flagged in https://www.viva64.com/en/b/0629/ under "Snippet No.
47".
Looks like TC is checked for nullptr once, but not the second time.
Fixes r275645.
Differential D62232
[Clang][Driver] recheck for nullptr nickdesaulniers on May 21 2019, 8:34 PM. Authored by
Details This was flagged in https://www.viva64.com/en/b/0629/ under "Snippet No. Looks like TC is checked for nullptr once, but not the second time.
Diff Detail
Event TimelineComment Actions 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? |