clang 22.0.0git
|
#include "clang/Serialization/ModuleCache.h"
#include "clang/Serialization/InMemoryModuleCache.h"
#include "clang/Serialization/ModuleFile.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/LockFileManager.h"
#include "llvm/Support/Path.h"
Go to the source code of this file.
Functions | |
static void | writeTimestampFile (StringRef TimestampFile) |
Write a new timestamp file with the given path. |
|
static |
Write a new timestamp file with the given path.
Definition at line 20 of file ModuleCache.cpp.
Referenced by clang::maybePruneImpl().