Re: [PATCH] D23828: Make InitListExpr::isExplicit const

2016-08-24 Thread Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL279613: [AST] Make InitListExpr::isExplicit const (NFC) (authored by vedantk). Changed prior to commit: https://reviews.llvm.org/D23828?vs=69083=69084#toc Repository: rL LLVM

Re: [PATCH] D23828: Make InitListExpr::isExplicit const

2016-08-24 Thread Alexander Shaposhnikov via cfe-commits
alexshap added a comment. Thx, i don't have commit access, if u could land this diff i would be grateful Repository: rL LLVM https://reviews.llvm.org/D23828 ___ cfe-commits mailing list cfe-commits@lists.llvm.org

Re: [PATCH] D23828: Make InitListExpr::isExplicit const

2016-08-24 Thread Vedant Kumar via cfe-commits
vsk added a subscriber: vsk. vsk accepted this revision. vsk added a reviewer: vsk. vsk added a comment. This revision is now accepted and ready to land. LGTM - it's just calling const methods. Repository: rL LLVM https://reviews.llvm.org/D23828

[PATCH] D23828: Make InitListExpr::isExplicit const

2016-08-24 Thread Alexander Shaposhnikov via cfe-commits
alexshap created this revision. alexshap added reviewers: djasper, bkramer. alexshap added a subscriber: cfe-commits. alexshap set the repository for this revision to rL LLVM. alexshap changed the visibility of this Differential Revision from "Public (No Login Required)" to "All Users". Mark the