Build failure with r183142

jahanian fjahanian at apple.com
Mon Jun 3 13:03:33 PDT 2013


This patch causes build failure in Windows VS.
  ..\..\..\..\..\..\..\..\src\tools\clang\tools\extra\cpp11-migrate\tool\Cpp11Migrate.cpp(107): error C2440: 'initializing' : cannot convert from 'llvm::sys::process::id_type' to 'unsigned int'
- Fariborz

Author: ajbernal
Date: Mon Jun  3 13:44:31 2013
New Revision: 183142

URL: http://llvm.org/viewvc/llvm-project?rev=183142&view=rev
Log:
Add support for report execution times

-Added command line option -report-times to enable or disable the output. The
same option can be used to specify the output directory.
-Write timing data to a unique file in disk using json format.

Modified:
    clang-tools-extra/trunk/cpp11-migrate/tool/Cpp11Migrate.cpp



-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130603/8269060b/attachment.html>


More information about the cfe-commits mailing list