[PATCH] D51898: Revert "[clang-tidy] Handle unresolved expressions in ExprMutationAnalyzer"

Jonas Toth via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 11 02:16:36 PDT 2018


JonasToth added a comment.

i had an issue with msvc before, where `-fno-delayed-template-parsing` had to be added to the compilation, because MSVC did not have uninstantiated templates. Maybe this could be similar? But i am not sure how to resolve the issue here, as you probably can't pass in flags.
Maybe calling the template functions to instantiate them would be a possibility.


Repository:
  rL LLVM

https://reviews.llvm.org/D51898





More information about the cfe-commits mailing list