This time around the test doesn't use any path separators, so it should be okay on win* platforms, right?
On Apr 10, 2012, at 8:17, Manuel Klimek wrote: > 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 <[email protected]> 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 > <fixedcompilationdatabase.patch>_______________________________________________ > cfe-commits mailing list > [email protected] > http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
