ilya-biryukov added inline comments.

================
Comment at: lib/Sema/CodeCompleteConsumer.cpp:622
 
+    case CodeCompletionString::CK_Optional:
+      break;
----------------
ilya-biryukov wrote:
> This change is really sneaky and unrelated to the rest of the patch. It 
> should definitely be done separately from this patch.
> 
> Could you give more details on what fails exactly instead? Can we update the 
> test instead?
As Kadir mentioned offline this actually LG, we shouldn't read `C.Text` for 
CK_Optional chunks.

Maybe leave a FIXME that we could actually print the `CodeCompletionString` 
from the optional chunk? 


Repository:
  rC Clang

https://reviews.llvm.org/D51038



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to