Where semicolon is required in any case. Here's a list of completions
that now have a semicolon:
- namespace <name> = <target>;
- using namespace <name>;
- using <qualifier>::<name>;
- continue;
- break;
- goto <label>;
- return;
- return <expression>;
Paths
| Differential D61589
[CodeComplete] Add a trailing semicolons to some pattern completions ClosedPublic Authored by ilya-biryukov on May 6 2019, 5:24 AM.
Details
Summary Where semicolon is required in any case. Here's a list of completions
Diff Detail
Event TimelineThis revision is now accepted and ready to land.May 6 2019, 5:52 AM Closed by commit rL360042: [CodeComplete] Add a trailing semicolons to some pattern completions (authored by ibiryukov). · Explain WhyMay 6 2019, 6:18 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 198259 cfe/trunk/lib/Sema/SemaCodeComplete.cpp
cfe/trunk/test/CodeCompletion/ordinary-name-cxx11.cpp
cfe/trunk/test/CodeCompletion/ordinary-name.cpp
cfe/trunk/test/CodeCompletion/patterns.cpp
|