Re: r338255 - [CodeComplete] Fix the crash in code completion on access checking

2018-09-28 Thread Eric Liu via cfe-commits
On Mon, Jul 30, 2018 at 5:19 PM Ilya Biryukov via cfe-commits < cfe-commits@lists.llvm.org> wrote: > Author: ibiryukov > Date: Mon Jul 30 08:19:05 2018 > New Revision: 338255 > > URL: http://llvm.org/viewvc/llvm-project?rev=338255&view=rev > Log: > [CodeComplete] Fix the crash in code completion o

r338255 - [CodeComplete] Fix the crash in code completion on access checking

2018-07-30 Thread Ilya Biryukov via cfe-commits
Author: ibiryukov Date: Mon Jul 30 08:19:05 2018 New Revision: 338255 URL: http://llvm.org/viewvc/llvm-project?rev=338255&view=rev Log: [CodeComplete] Fix the crash in code completion on access checking Started crashing in r337453. See the added test case for the crash repro. The fix reverts par