[PATCH] D26435: Use unique_ptr for cached tokens for default arguments in C++.

David Tarditi via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 14 17:25:05 PST 2016


dtarditi added a comment.

I sync'ed to the head of the tree.  I tried to reproduce the failures that you saw and couldn't.    I'm building on Windows 10 x64 using Visual Studio.  What platform/OS did you build on?  I built and test both Debug and RelWithDebugInfo.

Here's what I saw for RelWithDebugInfo

  Running the Clang regression tests
  -- Testing: 10026 tests, 24 threads --
  
  Testing Time: 604.17s
    Expected Passes    : 9922
    Expected Failures  : 21
    Unsupported Tests  : 83


https://reviews.llvm.org/D26435





More information about the cfe-commits mailing list