[PATCH] D51259: Allow binding to NamedValue resulting from let expression

2018-08-30 Thread Stephen Kelly via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rC341142: Allow binding to NamedValue resulting from let expression (authored by steveire, committed by ). Changed prior to commit: https://reviews.llvm.org/D51259?vs=162553=163443#toc Repository: rL

[PATCH] D51259: Allow binding to NamedValue resulting from let expression

2018-08-30 Thread Stephen Kelly via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL341142: Allow binding to NamedValue resulting from let expression (authored by steveire, committed by ). Herald added a subscriber: llvm-commits. Changed prior to commit:

[PATCH] D51259: Allow binding to NamedValue resulting from let expression

2018-08-27 Thread Manuel Klimek via Phabricator via cfe-commits
klimek accepted this revision. klimek added a comment. This revision is now accepted and ready to land. LG Repository: rC Clang https://reviews.llvm.org/D51259 ___ cfe-commits mailing list cfe-commits@lists.llvm.org

[PATCH] D51259: Allow binding to NamedValue resulting from let expression

2018-08-25 Thread Stephen Kelly via Phabricator via cfe-commits
steveire created this revision. Herald added a subscriber: cfe-commits. Repository: rC Clang https://reviews.llvm.org/D51259 Files: lib/ASTMatchers/Dynamic/Parser.cpp unittests/ASTMatchers/Dynamic/ParserTest.cpp Index: unittests/ASTMatchers/Dynamic/ParserTest.cpp