[cfe-dev] Standalone tools

Dmitri Gribenko gribozavr at gmail.com
Sun Apr 27 23:31:15 PDT 2014


On Mon, Apr 28, 2014 at 7:24 AM, Jacob Carlborg <doob at me.com> wrote:
> On 27/04/14 16:31, Dmitri Gribenko wrote:
>
>> Now that Clang has a VFS, this should not be hard to implement.
>
>
> How would that work?

Header file contents could be placed directly into the YAML file,
which would be embedded in the tool.

> Since which version of Clang is this available?

VFS is available in trunk only.

Dmitri

-- 
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/



More information about the cfe-dev mailing list