llvm-project
49cf5a7b - [clangd] Remove unused onlyValue<bool> overload (NFC) (#206312)

Commit
76 days ago
[clangd] Remove unused onlyValue<bool> overload (NFC) (#206312) BundledEntry has three `std::string` members and no bool member, so the bool overload of onlyValue can never be instantiated. It has been dead since it was added and trips -Wunused-template. NFC. Part of #202945.
Author
Parents
Loading