[PATCH] D53441: [ms] Prevent explicit constructor name lookup if scope is missing

2018-10-19 Thread Will Wilson via Phabricator via cfe-commits
lantictac created this revision. lantictac added a reviewer: rsmith. lantictac added a project: clang. MicrosoftExt allows explicit constructor calls. Prevent lookup of constructor name unless the name has explicit scope. This avoids a compile-time crash due to confusing a member access for a co

[PATCH] D53441: [ms] Prevent explicit constructor name lookup if scope is missing

2018-10-25 Thread Will Wilson via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rC345258: [ms] Prevent explicit constructor name lookup if scope is missing (authored by lantictac, committed by ). Repository: rC Clang https://reviews.llvm.org/D53441 Files: lib/Parse/ParseExpr.cpp