[PATCH] D17820: Clang Code Completion Filtering

Jun Bum Lim via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 27 09:34:34 PDT 2016


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