On Sat, Jul 28, 2012 at 3:54 PM, Richard Smith <[email protected]> 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. _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
