[cfe-dev] What is the status of clang-based service architecture?

Miguel Guedes miguel.a.guedes at gmail.com
Fri Dec 7 01:13:10 PST 2012


On 07/12/12 08:44, Manuel Klimek wrote:
> The first step is to make clang (more) thread-safe:
> For example, the file interface is not thread-safe; this requires
> changes to the file system / path interface to allow keeping state of
> the working directory, and doing all relative file operations based on
> that state (on unix fd* versions of the unix file api). This requires an
> objectification of the file interface first, which requires some more
> design work.

In your opinion, could libclang be used as the backend of a clang-based 
service or is just too constrained functionality-wise?

-- 
Miguel




More information about the cfe-dev mailing list