Re: r304207 - Allow for unfinished #if blocks in preambles

2017-07-05 Thread Erik Verbruggen via cfe-commits
> On 30. Jun 2017, at 16:31, Erik Verbruggen via cfe-commits > wrote: > > >> On 23. Jun 2017, at 23:54, Richard Smith > > wrote: >> >> On 23 June 2017 at 13:34, Benjamin Kramer via cfe-commits >> mailto:cfe-commits@lists.llvm.org>> wrote: >> Since this change we

Re: r304207 - Allow for unfinished #if blocks in preambles

2017-06-30 Thread Erik Verbruggen via cfe-commits
> On 23. Jun 2017, at 23:54, Richard Smith wrote: > > On 23 June 2017 at 13:34, Benjamin Kramer via cfe-commits > mailto:cfe-commits@lists.llvm.org>> wrote: > Since this change went in I'm seeing spurious errors whenever editing > a header file, filed https://bugs.llvm.org/show_bug.cgi?id=33574

Re: r304207 - Allow for unfinished #if blocks in preambles

2017-06-23 Thread Richard Smith via cfe-commits
On 23 June 2017 at 13:34, Benjamin Kramer via cfe-commits < cfe-commits@lists.llvm.org> wrote: > Since this change went in I'm seeing spurious errors whenever editing > a header file, filed https://bugs.llvm.org/show_bug.cgi?id=33574 for > that. Does fixing the reversed condition I pointed out f

Re: r304207 - Allow for unfinished #if blocks in preambles

2017-06-23 Thread Benjamin Kramer via cfe-commits
Since this change went in I'm seeing spurious errors whenever editing a header file, filed https://bugs.llvm.org/show_bug.cgi?id=33574 for that. On Tue, May 30, 2017 at 1:54 PM, Erik Verbruggen via cfe-commits wrote: > Author: erikjv > Date: Tue May 30 06:54:55 2017 > New Revision: 304207 > > URL

Re: r304207 - Allow for unfinished #if blocks in preambles

2017-05-30 Thread Richard Smith via cfe-commits
On 30 May 2017 at 04:54, Erik Verbruggen via cfe-commits < cfe-commits@lists.llvm.org> wrote: > Author: erikjv > Date: Tue May 30 06:54:55 2017 > New Revision: 304207 > > URL: http://llvm.org/viewvc/llvm-project?rev=304207&view=rev > Log: > Allow for unfinished #if blocks in preambles > > Previous