[cfe-commits] [PATCH] Adds a FixedCompilationDatabase

Manuel Klimek klimek at google.com
Tue Apr 10 05:17:53 PDT 2012


Added parsing code and integrated it into clang-check (which I'm now
heavily testing in my vim session :)

As a nice side effect this gives us a beautiful way to write FileCheck
integration tests for clang tools.
I'd still like to be able to pull something out that encapsulates most
of the command line parsing for tools, so it's less code, but I want
to leave that for later.

Cheers,
/Manuel

On Mon, Apr 9, 2012 at 9:13 PM, Manuel Klimek <klimek at google.com> wrote:
> As requested by Doug and Marshall, adding a FixedCompilationDatabase.
> The next step is to add parsing of command line flags & integrating it
> with clang-check, but I wanted to get this out for review first.
>
> Cheers,
> /Manuel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fixedcompilationdatabase.patch
Type: application/octet-stream
Size: 10249 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120410/552888d1/attachment.obj>


More information about the cfe-commits mailing list