From 15a37ebb180a41432f05d201a2059470558b2cc5 Mon Sep 17 00:00:00 2001 From: Ilya Biryukov Date: Mon, 6 May 2019 13:18:00 +0000 Subject: [PATCH] [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