r182881 - Turn CLANG_ENABLE_{ARCMT, REWRITER, STATIC_ANALYZER} into proper options so that

Jordan Rose jordan_rose at apple.com
Wed May 29 14:15:34 PDT 2013


On May 29, 2013, at 14:09 , Roman Divacky <rdivacky at freebsd.org> wrote:

> +if (NOT CLANG_ENABLE_REWRITER AND CLANG_ENABLE_STATIC_ANALYZER)
> +  message(FATAL_ERROR "Cannot disable rewriter while enabling static analyzer")
> +endif()

The analyzer shouldn't depend on the rewriter. What dependency are you seeing?

Jordan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130529/3a60d3ac/attachment.html>


More information about the cfe-commits mailing list