| commit | f86b0ae196c3a2f8862bf926a5867a5029e8ace7 | [log] [tgz] |
|---|---|---|
| author | Richard Smith <richard-llvm@metafoo.co.uk> | Sat Jul 28 19:54:11 2012 +0000 |
| committer | Richard Smith <richard-llvm@metafoo.co.uk> | Sat Jul 28 19:54:11 2012 +0000 |
| tree | cba9f291839d7d23ceb0147f0bbb8da7aabe915f | |
| parent | f7759e8fabe036696f2a1352c53ed3806fafbdd6 [diff] |
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. llvm-svn: 160924