r279613 - [AST] Make InitListExpr::isExplicit const (NFC)

2016-08-23 Thread Vedant Kumar via cfe-commits
Author: vedantk Date: Wed Aug 24 01:44:57 2016 New Revision: 279613 URL: http://llvm.org/viewvc/llvm-project?rev=279613&view=rev Log: [AST] Make InitListExpr::isExplicit const (NFC) Patch by Alexander Shaposhnikov! Differential Revision: https://reviews.llvm.org/D23828 Modified: cfe/trunk/i

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

2016-08-23 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&id=69084#toc Repository: rL LLVM https://reviews.llvm

Re: [PATCH] D23657: Remove some false positives when taking the address of packed members

2016-08-23 Thread Roger Ferrer Ibanez via cfe-commits
rogfer01 added a comment. Hi, this is a friendly ping. Thank you! :) https://reviews.llvm.org/D23657 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

<    1   2