[PATCH] D96138: [clang-tidy] Simplify delete null ptr check

Nathan James via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 12 08:21:17 PST 2021


njames93 added a comment.

Seems that your test cases are failing on windows, I'm guessing this is a MSVC template compatibility issue. 
Probably need to add `-fno-delayed-template-parsing` to the clang driver args (after `-- --`).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D96138



More information about the cfe-commits mailing list