search for: toolinvok

Displaying 1 result from an estimated 1 matches for "toolinvok".

Did you mean: toolinvoker
2018 Aug 29
2
Put ToolInvoker Output Into a String
Hello! So I am running clang programmatically using clang::tooling::ToolInvocation, however I dont want anything to touch the disk. I am able to read from a virtual file using clang::tooling::ToolInvocation::mapVirtualFile , however I dont know how to output to a virtual file or just to an std::string or char* , I tried passing -o out.S -ivfsoverlay out.S but it still writes to disk and as