[cfe-commits] r160924 - in /cfe/trunk: lib/Sema/SemaExprCXX.cpp test/SemaCXX/microsoft-cxx0x.cpp

Francois Pichet pichet2000 at gmail.com
Sat Jul 28 17:53:09 PDT 2012


On Sat, Jul 28, 2012 at 3:54 PM, Richard Smith
<richard-llvm at metafoo.co.uk> wrote:
> Author: rsmith
> Date: Sat Jul 28 14:54:11 2012
> New Revision: 160924
>
> URL: http://llvm.org/viewvc/llvm-project?rev=160924&view=rev
> Log:
> PR13433: In Microsoft mode, don't require function calls within decltype
> expressions to have complete return types (or accessible destructors). If the
> return type is required to be complete for some other reason (for instance, if
> it is needed by overload resolution), then it will still be required to be
> complete. This is apparently required in order to parse a MSVC11 header.

Thank you very much.
This indeed fixes 2 errors when parsing the MSVC 11 headers with clang.



More information about the cfe-commits mailing list