<div dir="ltr">Hello,<div><br></div><div>I have created one visual studio application by using LibTooling library.</div><div>I am dumping the AST and all LLVM Types. I want to pass the isystem path to the</div><div>clangTool object.</div><div><br></div><div>I have declared the isystem path in the Command Arguments (Project->Properties->Debugging->Command Arguments)</div><div>input.c Output.json -isystem xxx</div><div><br></div><div>static llvm::cl::list<std::string> ISystemPaths(<br>   "isystem", llvm::cl::ZeroOrMore, llvm::cl::value_desc("filename"),<br>        llvm::cl::desc("This is isystem"));<br></div><div><br></div><div>I have read that command argument as well, but I have no idea how to use it further.</div><div><br></div><div>Have a look at my source code if that would help you to understand the problem clearly.</div><div><br></div><div>[ clang -Xclang -ast-dump input.c -isystem xxx ] - I dont want to use like this.</div><div><br></div><div>Regards,</div><div>Mona</div></div>