[cfe-commits] Moves clang-check from examples/Tooling into tools (issue4449067)

Chris Lattner clattner at apple.com
Thu Apr 28 14:03:43 PDT 2011


On Apr 28, 2011, at 1:57 PM, klimek at google.com wrote:

> Reviewers: chandlerc,
> 
> Description:
> Looks like it should have been there all along - clang-check is a useful
> tool for quick feedback editor-integration.
> 
> Please review this at http://codereview.appspot.com/4449067/

One of the reasons that it isn't in tools is that we don't want to build it all the time.  The incremental cost of linking all the libraries into yet-another-tool is quite high.  Why is this useful?

-Chris



More information about the cfe-commits mailing list