llvm-project/llvm/include
Hans Wennborg 928fb264a5 Work around MSVC bug in IntrusiveRefCntPtr.h
The build was failing with:

  error C2664: 'std::atomic_int::atomic_int(const std::atomic_int &)' : cannot convert argument 1 from 'int' to 'const std::atomic_int &'

Apparently "std::atomic_int x(0)" doesn't work, but "std::atomic<int> x(0)"
does.

llvm-svn: 202988
2014-03-05 16:26:04 +00:00
..
llvm Work around MSVC bug in IntrusiveRefCntPtr.h 2014-03-05 16:26:04 +00:00
llvm-c [C API] Implement LLVM{Get,Set}Alignment for AllocaInst. 2014-03-05 05:05:34 +00:00