[cfe-dev] clang-query cache?

Manuel Klimek klimek at google.com
Sun Jul 26 22:32:14 PDT 2015


Well, it depends. If you have certain kinds of queries you want to repeat,
there are projects like kythe [1]. Otherwise, clang-query allows you to
match the whole AST, so I'm not sure what you'd want to cache. Do you want
to cache sub-queries that do not change?

[1] https://github.com/google/kythe

On Sat, Jul 25, 2015 at 3:45 PM rzaghi at mosaic3dx.com <rzaghi at mosaic3dx.com>
wrote:

> Is it possible to cache clang-query results so I don't need to run it for
> every file in a project evertime?
>
> - Ramin
>
> _______________________________________________
> cfe-dev mailing list
> cfe-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20150727/721280bc/attachment.html>


More information about the cfe-dev mailing list