e43d5aac创建于 2024年11月8日历史提交
// Copyright 2017-2018 ccls Authors
// SPDX-License-Identifier: Apache-2.0

#pragma once

#include <llvm/Support/FileSystem.h>
#include <llvm/Support/Path.h>

#include <functional>
#include <string>

void getFilesInFolder(std::string folder, bool recursive,
                      bool add_folder_to_path,
                      const std::function<void(const std::string &)> &handler);