From 2298981669bf3bd63335a4be179bc0f96823a8f4 Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Tue, 20 Aug 2019 20:50:49 +0000 Subject: Vendor import of stripped clang trunk r366426 (just before the release_90 branch point): https://llvm.org/svn/llvm-project/cfe/trunk@366426 --- .../default/DirectoryWatcher-not-implemented.cpp | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 lib/DirectoryWatcher/default/DirectoryWatcher-not-implemented.cpp (limited to 'lib/DirectoryWatcher/default/DirectoryWatcher-not-implemented.cpp') diff --git a/lib/DirectoryWatcher/default/DirectoryWatcher-not-implemented.cpp b/lib/DirectoryWatcher/default/DirectoryWatcher-not-implemented.cpp new file mode 100644 index 0000000000000..e330ff06f504d --- /dev/null +++ b/lib/DirectoryWatcher/default/DirectoryWatcher-not-implemented.cpp @@ -0,0 +1,19 @@ +//===- DirectoryWatcher-not-implemented.cpp -------------------------------===// +// +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception +// +//===----------------------------------------------------------------------===// + +#include "clang/DirectoryWatcher/DirectoryWatcher.h" + +using namespace llvm; +using namespace clang; + +std::unique_ptr clang::DirectoryWatcher::create( + StringRef Path, + std::function, bool)> Receiver, + bool WaitForInitialSync) { + return nullptr; +} \ No newline at end of file -- cgit v1.2.3