Ted Kremenek schrieb: > Author: kremenek > Date: Wed Sep 3 19:02:34 2008 > New Revision: 55749 > > URL: http://llvm.org/viewvc/llvm-project?rev=55749&view=rev > Log: > ccc-analyzer: > - Capture the STDERR output of 'clang' to a file for use with crash > reporting. > > Modified: > cfe/trunk/utils/ccc-analyzer
Personally, I'd prefer if clang's complete STDERR output could be saved somewhere nevertheless (or continued to go to the screen as well). Its warnings are quite informative and it seems that after this commit only the output of files which give an error is preserved. Regards, Sascha _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
