[PATCH] D17820: Clang Code Completion Filtering
Vassil Vassilev via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 27 13:25:14 PDT 2016
Fixed in r276889 by Simon Pilgrim!
On 27/07/16 22:03, Vassil Vassilev wrote:
> Looking into it.
> On 27/07/16 18:34, Jun Bum Lim wrote:
>> junbuml added a subscriber: junbuml.
>> junbuml added a comment.
>>
>> It appears that build fails due to this change :
>>
>> llvm/tools/clang/lib/Sema/CodeCompleteConsumer.cpp:448:3: error:
>> default label in switch which covers all enumeration values
>> [-Werror,-Wcovered-switch-default]
>>
>> default: llvm_unreachable("Unknown code completion result Kind.");
>> ^
>>
>>
>> Repository:
>> rL LLVM
>>
>> https://reviews.llvm.org/D17820
>>
>>
>>
>
More information about the cfe-commits
mailing list