some update.

This commit is contained in:
ykiko
2024-08-29 18:19:56 +08:00
parent a94b33d012
commit a7c06db687
12 changed files with 7775 additions and 264 deletions

0
include/Clang/Module.h Normal file
View File

View File

@@ -9,7 +9,7 @@ private:
Directive directive;
clang::PrecompiledPreamble data;
Preamble(clang::PrecompiledPreamble&& preamble) : data(std::move(preamble)) {}
// Preamble(clang::PrecompiledPreamble&& preamble) : data(std::move(preamble)) {}
public:
static std::unique_ptr<Preamble>