[PATCH] D58418: [clang][DirectoryWatcher] Upstream DirectoryWatcher

David Zarzycki via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 28 04:03:40 PST 2019


davezarzycki added a comment.

Can we please revert this code? One cannot use dynamic_cast on a char *. Did you mean reinterpret_cast?


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

https://reviews.llvm.org/D58418





More information about the cfe-commits mailing list