[PATCH] D17820: Clang Code Completion Filtering
Vassil Vassilev via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 27 13:03:21 PDT 2016
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