EricWF added inline comments.
================ Comment at: lib/AST/ExprClassification.cpp:191 case Expr::DesignatedInitUpdateExprClass: + // FIXME How should we classify co_await expressions while they're still + // dependent? ---------------- @rsmith: What's the correct way to classify this type? ================ Comment at: lib/Sema/SemaCoroutine.cpp:33 /// function type. static QualType lookupPromiseType(Sema &S, const FunctionProtoType *FnType, + SourceLocation KwLoc, ---------------- The changes to this function are all unrelated cleanup/improvements. https://reviews.llvm.org/D26057 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits