Files
clice/include/Server/CDBWatcher.h
2024-10-27 22:44:37 +08:00

9 lines
173 B
C++

namespace clice {
/// responsible for:
/// - watch and incrementally update compliation database
/// - scan module dependencies
class CDBWatcher {};
} // namespace clice