[cfe-commits] r154008 - in /cfe/trunk: include/clang/Tooling/ lib/ lib/Tooling/ test/Tooling/ tools/ tools/clang-check/ unittests/ unittests/Tooling/

Chandler Carruth chandlerc at google.com
Wed Apr 4 05:21:47 PDT 2012


On Wed, Apr 4, 2012 at 2:07 PM, Manuel Klimek <klimek at google.com> wrote:

> Author: klimek
> Date: Wed Apr  4 07:07:46 2012
> New Revision: 154008
>
> URL: http://llvm.org/viewvc/llvm-project?rev=154008&view=rev
> Log:
> Adds a tooling library.
>
> Provides an API to run clang tools (FrontendActions) as standalone tools,
> or repeatedly in-memory in a process. This is useful for unit-testing,
> map-reduce style applications, source transformation daemons or command
> line
> tools.
>

Awesome work!

At some point, please add documentation about this functionality and add an
entry to the release notes.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120404/bbefbde9/attachment.html>


More information about the cfe-commits mailing list