some update.
This commit is contained in:
0
include/Clang/Module.h
Normal file
0
include/Clang/Module.h
Normal 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>
|
||||
|
||||
Reference in New Issue
Block a user