Displaying 2 results from an estimated 2 matches for "c1d4bfe8".
2010 May 02
0
[LLVMdev] Compiling LLVM 2.7 with Visual Studio 2010.
K, last one.....
Global search and replace in LLVM and Clang for NULL -> nullptr, and a
couple of locations where 0 is used instead of a nullptr, makes both
compile.
Apart from the errors I mentioned earlier about the private/public method,
and the setjmp related stuff.
Not sure if it compiles with any other compiler now, so I won't be
submitting this null->nullptr change, but the
2010 May 02
2
[LLVMdev] Compiling LLVM 2.7 with Visual Studio 2010.
On Sat, May 1, 2010 at 10:02 PM, me22 <me22.ca at gmail.com> wrote:
> On 2 May 2010 00:53, Tom van Dijck <llvm at tomvandijck.com> wrote:
> > The problem seems to be a much larger issue with the Visual Studio 2010
> C++
> > Compiler and not really related to clang/llvm. The following snippet of
> code
> > does NOT compile in 2010..
> >
> >