This patch allows the clients of ToolInvocation to provide custom diagnostic options to be used during driver -> cc1 command-line transformation and parsing.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Please document in the commit message that tests are coming later and why. With that, LGTM too.
clang-format: please reformat the code
- InMemoryFileSystem->addFile( - "test.cpp", 0, llvm::MemoryBuffer::getMemBuffer("int a() {}\n")); + InMemoryFileSystem->addFile("test.cpp", 0, + llvm::MemoryBuffer::getMemBuffer("int a() {}\n"));