Boost logo

Boost :

Subject: Re: [boost] [clang] How to use CLang for Windows?
From: Sergey Cheban (s.cheban_at_[hidden])
Date: 2013-09-24 11:36:29


On 24.09.2013 16:41, Jonathan Wakely wrote:

> Beman said they want bug reports, so http://llvm.org/bugs/ seem the
> obvious choice.
I think that it is too early to fill any external bug reports for the
compiler that is unable to compile the first "hello world" example from
the Stroustrup's book.

See also:
https://llvm.org/svn/llvm-project/cfe/trunk/lib/AST/MicrosoftMangle.cpp

void MicrosoftMangleContext::mangleCXXRTTIName(QualType T,
                                                raw_ostream &) {
   // FIXME: Give a location...
   unsigned DiagID = getDiags().getCustomDiagID(DiagnosticsEngine::Error,
     "cannot mangle the name of type %0 into RTTI descriptors yet");
   getDiags().Report(DiagID)
     << T.getBaseTypeIdentifier();
}

-- 
Sergey Cheban

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk