Re: r290417 - Add an assert to catch improperly constructed %diff sequences in

2016-12-23 Thread Richard Smith via cfe-commits
On 22 December 2016 at 21:19, Chandler Carruth via cfe-commits < cfe-commits@lists.llvm.org> wrote: > Author: chandlerc > Date: Thu Dec 22 23:19:47 2016 > New Revision: 290417 > > URL: http://llvm.org/viewvc/llvm-project?rev=290417&view=rev > Log: > Add an assert to catch improperly constructed %d

r290417 - Add an assert to catch improperly constructed %diff sequences in

2016-12-22 Thread Chandler Carruth via cfe-commits
Author: chandlerc Date: Thu Dec 22 23:19:47 2016 New Revision: 290417 URL: http://llvm.org/viewvc/llvm-project?rev=290417&view=rev Log: Add an assert to catch improperly constructed %diff sequences in diagnostics and fix one such diagnostic. Sadly, this assert doesn't catch this bug because we ha