X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Fllvm%2FLineEditor%2FLineEditor.h;h=bb106f87ca48759ca9dac52a2e9a82a33b49c412;hb=c16fc548515f2fd01bc2cbe4befd822a636cc154;hp=1a9a691060323a2ed1b616d5370beaf1b078fa42;hpb=2c64a1129f14d6322631e1c6d610b92c4c4871d0;p=oota-llvm.git diff --git a/include/llvm/LineEditor/LineEditor.h b/include/llvm/LineEditor/LineEditor.h index 1a9a6910603..bb106f87ca4 100644 --- a/include/llvm/LineEditor/LineEditor.h +++ b/include/llvm/LineEditor/LineEditor.h @@ -119,7 +119,7 @@ private: }; struct ListCompleterConcept : CompleterConcept { - ~ListCompleterConcept(); + ~ListCompleterConcept() override; CompletionAction complete(StringRef Buffer, size_t Pos) const override; static std::string getCommonPrefix(const std::vector &Comps); virtual std::vector getCompletions(StringRef Buffer,