MyDeveloperDay added a comment.
https://bugs.llvm.org/show_bug.cgi?id=33896 shows an interesting use case (when
using UseTab: Always)
std::string CLogView::GetItemText(int item) const {
return item == 1 ? "one" :
item == 2 ? "two" :
item == 3 ? "three" :
item == 4 ? "four" :
"high";
}
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D50078/new/
https://reviews.llvm.org/D50078
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits