root-project / cling

The cling C++ interpreter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Option to use compile_commands.json

nwotero opened this issue · comments

Is it possible to start cling by pointing it at a target in a compile_commands.json file and have it include the correct directories and link the correct libraries based on the commands in the json file? If not, is this a reasonable option to add?

Ha, that sounds like an interesting thing! Does compile_commands.json also cover the temporal aspect (first this then this), which is something cling will need?