To give an option for clangd embedders with snapshotted filesystem to
read config files from exact snapshots, possibly loosing some
performance from caching capabilities of the current implementations.
Details
Details
- Reviewers
sammccall - Commits
- rZORGda21de6ff54b: [clangd] Make it possible to use VFS from parsing for getting tidy options
rGda21de6ff54b: [clangd] Make it possible to use VFS from parsing for getting tidy options
rG7e6b6ea877ed: [clangd] Make it possible to use VFS from parsing for getting tidy options
rCTE361178: [clangd] Make it possible to use VFS from parsing for getting tidy options
rL361178: [clangd] Make it possible to use VFS from parsing for getting tidy options
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
This seems fine:
- please give this function<> type a name - maybe ClangTidyOptionsBuilder or so?
- while we're defining this, we should make it threadsafe because that's what we really want
- document that it's threadsafe and approximately why we don't use ClangTidyOptionsProvider