<div dir="ltr">I am looking at the docs for the CompilationDatabase (<a href="http://clang.llvm.org/doxygen/group__COMPILATIONDB.html">http://clang.llvm.org/doxygen/group__COMPILATIONDB.html</a>), which I am creating via a compile_commands.json file.<div>
<br></div><div>It looks like I can dump all of the entries via clang_CompilationDatabase_getAllCompileCommands(), and for each entry, I can get its directory and its command, but not the file itself? Is this deliberate, or just something that has not been implemented yet?</div>
<div><br></div><div>I could also parse compile_commands.json with an ordinary JSON library to get all of the entries, but that seems like it should not be necessary.</div><div><br></div><div>Thanks!</div><div>Michael</div>
<div><br></div></div>