[cfe-users] Custom Compilation Database Filename

2015-10-26 Thread Daniel Dilts via cfe-users
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.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-users


Re: [cfe-users] CLANG 3.7 and Visual Studio Compile

2016-05-19 Thread Daniel Dilts via cfe-users
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 LLVM board,
>
>
>
> I have subscribed to the board, but have not received my membership yet.
>
>
>
> I have two questions I’ve been trying to solve.
>
>
>
> I have been running around on the internet in circles, trying to find an
> answer to my question.  I am developing a desktop command line application,
> that will run without the Visual Studio IDE.  The backend of the
> application uses Clang 3.7 to scan code and dump an AST into a file.  One
> of my source files need to recognize a CArray, which is part of the
> Microsoft Foundation Classes.  Clang does not recognize the CArray.  I can
> point to the MFC include directory that has the file “afxtempl.h” and it
> will compile, but if I am running on a machine without Visual Studio
> installed, it will not be there.  I’ve downloaded the LLVM and CLANG source
> code and compiled it.  Is there a way to get CLANG to use the MFC library
> in my stand alone application.
>
>
>
>
>
>
>
> *Karl J. DeJean*
>
> Software Engineer
>
> Gnostech Inc.
>
>
>
> ___
> cfe-users mailing list
> cfe-users@lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-users
>
>
___
cfe-users mailing list
cfe-users@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-users