Re: r321697 - [libclang] Support querying whether a declaration is invalid

2018-01-03 Thread Ivan Donchevskii via cfe-commits
; cfe-commits Subject: Re: r321697 - [libclang] Support querying whether a declaration is invalid I don't, but reverting your change made the test pass again. I was able to reproduce locally by adding -target ppc64le-unknown-linux to the run-line in test/Index/opencl-types.cl. On Wed, Jan 3, 2018

Re: r321697 - [libclang] Support querying whether a declaration is invalid

2018-01-03 Thread Hans Wennborg via cfe-commits
e in this change. Do you have an idea why > that happened? > > > From: hwennb...@google.com on behalf of Hans Wennborg > > Sent: Wednesday, January 3, 2018 3:21:52 PM > To: Ivan Donchevskii > Cc: cfe-commits > Subject: Re: r321697 - [libcl

Re: r321697 - [libclang] Support querying whether a declaration is invalid

2018-01-03 Thread Hans Wennborg via cfe-commits
This caused failures on the buildbots. I've reverted it and the commits that depended on it in r321708. See that commit message for more details. On Wed, Jan 3, 2018 at 10:49 AM, Ivan Donchevskii via cfe-commits wrote: > Author: yvvan > Date: Wed Jan 3 01:49:31 2018 > New Revision: 321697 > > UR

r321708 - Revert r321697 "[libclang] Support querying whether a declaration is invalid" and follow-ups.

2018-01-03 Thread Hans Wennborg via cfe-commits
Author: hans Date: Wed Jan 3 06:20:15 2018 New Revision: 321708 URL: http://llvm.org/viewvc/llvm-project?rev=321708&view=rev Log: Revert r321697 "[libclang] Support querying whether a declaration is invalid" and follow-ups. This broke test/Index/opencl-types.cl on several b

r321697 - [libclang] Support querying whether a declaration is invalid

2018-01-03 Thread Ivan Donchevskii via cfe-commits
Author: yvvan Date: Wed Jan 3 01:49:31 2018 New Revision: 321697 URL: http://llvm.org/viewvc/llvm-project?rev=321697&view=rev Log: [libclang] Support querying whether a declaration is invalid This is useful for e.g. highlighting purposes in an IDE. Patch by Nikolai Kosjar. Differential Revisio