; 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
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
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
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
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