Create a clang format configuration provider to be used when getting the FormatStyle for any features which require formatting behaviour.
Create a provider that searches the directory for configuration files, according to how clang-format searches, and stores the parsed styles in a cache.
Create a provider that just returns the LLVM style designed for use in tests where directory based formatting isn't required.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Hopefully fix the build failing. ASAN said it was a use-after-scope issue which seemed suspicious.