Is there a way in tools to specify a custom compilation database filename?
As long as it is compilation_database.json everything works fine. Is there
a way to tell the tool to use something_else.json instead?
___
cfe-users mailing list
cfe-users@lists.ll
I believe the problem is that you need to have the header files for MFC
present for it to work. I don't know how you would get those without
having Visual Studio installed, though.
On Fri, Apr 22, 2016 at 10:44 AM, Karl DeJean via cfe-users <
cfe-users@lists.llvm.org> wrote:
> Hello Everyone at