From: Ilya Biryukov Date: Mon, 6 May 2019 13:18:00 +0000 (+0000) Subject: [CodeComplete] Add a trailing semicolons to some pattern completions X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7463f83dc3dddc833b1517a8c86cf006a12e1ae6;p=clang [CodeComplete] Add a trailing semicolons to some pattern completions Summary: Where semicolon is required in any case. Here's a list of completions that now have a semicolon: - namespace = ; - using namespace ; - using ::; - continue; - break; - goto