[clangd] Reorder the class field to avoid -Wreorder-ctor warning, NFC.

This commit is contained in:
Haojian Wu 2020-12-11 10:45:50 +01:00
parent 616f9781af
commit 38d32e4fd7
1 changed files with 1 additions and 1 deletions

View File

@ -128,8 +128,8 @@ public:
private:
std::unique_ptr<remote::v1::SymbolIndex::Stub> Stub;
llvm::SmallString<256> ServerAddress;
std::unique_ptr<Marshaller> ProtobufMarshaller;
llvm::SmallString<256> ServerAddress;
// Each request will be terminated if it takes too long.
std::chrono::milliseconds DeadlineWaitingTime;
};