forked from OSchip/llvm-project
[clangd] Mark non-changing fields of CppFile as const. NFC
llvm-svn: 325486
This commit is contained in:
parent
048e2508ad
commit
842ee61b33
|
@ -155,8 +155,8 @@ private:
|
|||
IntrusiveRefCntPtr<vfs::FileSystem> FS,
|
||||
llvm::MemoryBuffer &ContentsBuffer) const;
|
||||
|
||||
Path FileName;
|
||||
bool StorePreamblesInMemory;
|
||||
const Path FileName;
|
||||
const bool StorePreamblesInMemory;
|
||||
|
||||
/// The last parsed AST.
|
||||
llvm::Optional<ParsedAST> AST;
|
||||
|
|
Loading…
Reference in New Issue