In case of copy constructor is implicitly deleted it's still shown
https://bugs.llvm.org/show_bug.cgi?id=34402 describes a way to reproduce that
Differential D37435
Don't show deleted function (constructor) candidates for code completion yvvan on Sep 4 2017, 2:54 AM. Authored by
Details In case of copy constructor is implicitly deleted it's still shown https://bugs.llvm.org/show_bug.cgi?id=34402 describes a way to reproduce that
Diff Detail Event Timeline
|
This doesn't test anything, FileCheck returns 1 if it doesn't have any input so the test always passes. I'd prefer to rewrite this with CHECK-CC11-NOT instead of negating the FileCheck invocation,