Details
Details
- Reviewers
JDevlieghere
Summary
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Herald added projects: Restricted Project, Restricted Project, Restricted Project, Restricted Project. · View Herald TranscriptMar 17 2022, 6:47 PM
clang-format: please reformat the code
- MemoryBufferRef BufferRef {Buffer->getBuffer(), YAMLFilePath}; - auto FS = getVFSFromYAMLs(BufferRef, ExternalFS, DiagHandler, DiagContext); + MemoryBufferRef BufferRef{Buffer->getBuffer(), YAMLFilePath}; + auto FS = getVFSFromYAMLs(BufferRef, ExternalFS, DiagHandler, DiagContext);