Merge remote-tracking branch 'origin/master' into master-next

This commit is contained in:
Erik Eckstein
2019-09-01 10:08:17 +02:00
57 changed files with 739 additions and 651 deletions

View File

@@ -963,7 +963,7 @@ public:
IRGenOpts(),
SILOpts(),
Input(*this),
PersistentState(CI.getASTContext())
PersistentState()
{
ASTContext &Ctx = CI.getASTContext();
Ctx.LangOpts.EnableAccessControl = false;