On May 29, 2013, at 14:37 , Roman Divacky <[email protected]> wrote:
> On Wed, May 29, 2013 at 02:15:34PM -0700, Jordan Rose wrote: >> >> On May 29, 2013, at 14:09 , Roman Divacky <[email protected]> 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? > > It does, check lib/StaticAnalyzer/Core/HTMLDiagnostics.cpp. Ah, the HTMLDiagnostics...forgot about those. Okay, carry on! Jordan _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
