[PATCH] D58418: [clang][DirectoryWatcher] Upstream DirectoryWatcher
Dmitri Gribenko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 12 14:41:09 PDT 2019
gribozavr added a comment.
Sorry for the delay. I will finish reviewing tomorrow.
================
Comment at: clang/include/clang/DirectoryWatcher/DirectoryWatcher.h:9
+/// \file
+/// \brief Utility class for listening for file system changes in a directory.
+//===----------------------------------------------------------------------===//
----------------
This comment only repeats the doc comment for the class, I'd suggest to remove it here.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58418/new/
https://reviews.llvm.org/D58418
More information about the cfe-commits
mailing list