Fixed an issue with expressions that define types in the expression. We must...
Fixed an issue with expressions that define types in the expression. We must currently touch the members of the struct in the right order or our ClangASTImporter::DeportType() will copy the resulting type into the target AST incorrectly. This is a work around for <rdar://problem/21049838> which the copy type issue so that it doesn't happen. <rdar://problem/20902950> llvm-svn: 237865
Loading
Please sign in to comment