<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm-project.git/clang/test/CodeCompletion/patterns.cpp, branch main</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/'/>
<entry>
<title>[CodeComplete] Tweak completion for else.</title>
<updated>2020-06-30T15:48:24+00:00</updated>
<author>
<name>Nathan James</name>
<email>n.james93@hotmail.co.uk</email>
</author>
<published>2020-06-30T15:48:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=8ba4867c27000ee029ab70a1194050d884fce6c7'/>
<id>8ba4867c27000ee029ab70a1194050d884fce6c7</id>
<content type='text'>
If an `if` statement uses braces for its `then` block, suggest braces for the `else` and `else if` completion blocks, Otherwise don't suggest them.

Reviewed By: sammccall

Differential Revision: https://reviews.llvm.org/D82626
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If an `if` statement uses braces for its `then` block, suggest braces for the `else` and `else if` completion blocks, Otherwise don't suggest them.

Reviewed By: sammccall

Differential Revision: https://reviews.llvm.org/D82626
</pre>
</div>
</content>
</entry>
<entry>
<title>[CodeComplete] Suggest 'return nullptr' in functions returning pointers</title>
<updated>2020-01-10T12:28:13+00:00</updated>
<author>
<name>Ilya Biryukov</name>
<email>ibiryukov@google.com</email>
</author>
<published>2020-01-10T10:50:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=57a51b689e7b99c694a028104b0b5a69b80fd002'/>
<id>57a51b689e7b99c694a028104b0b5a69b80fd002</id>
<content type='text'>
Reviewers: kadircet

Subscribers: cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D72497
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewers: kadircet

Subscribers: cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D72497
</pre>
</div>
</content>
</entry>
<entry>
<title>[CodeComplete] Complete 'return true/false' in boolean functions</title>
<updated>2019-05-27T09:52:09+00:00</updated>
<author>
<name>Ilya Biryukov</name>
<email>ibiryukov@google.com</email>
</author>
<published>2019-05-27T09:52:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=32497f57dfee25ae75e5e9f906eeb1a2d87d9e88'/>
<id>32497f57dfee25ae75e5e9f906eeb1a2d87d9e88</id>
<content type='text'>
Reviewers: kadircet

Reviewed By: kadircet

Subscribers: cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D62391

llvm-svn: 361753
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewers: kadircet

Reviewed By: kadircet

Subscribers: cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D62391

llvm-svn: 361753
</pre>
</div>
</content>
</entry>
<entry>
<title>[CodeComplete] Add a trailing semicolons to some pattern completions</title>
<updated>2019-05-06T13:18:00+00:00</updated>
<author>
<name>Ilya Biryukov</name>
<email>ibiryukov@google.com</email>
</author>
<published>2019-05-06T13:18:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=15a37ebb180a41432f05d201a2059470558b2cc5'/>
<id>15a37ebb180a41432f05d201a2059470558b2cc5</id>
<content type='text'>
Summary:
Where semicolon is required in any case. Here's a list of completions
that now have a semicolon:
  - namespace &lt;name&gt; = &lt;target&gt;;
  - using namespace &lt;name&gt;;
  - using &lt;qualifier&gt;::&lt;name&gt;;
  - continue;
  - break;
  - goto &lt;label&gt;;
  - return;
  - return &lt;expression&gt;;

Reviewers: gribozavr

Reviewed By: gribozavr

Subscribers: cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D61589

llvm-svn: 360042
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Summary:
Where semicolon is required in any case. Here's a list of completions
that now have a semicolon:
  - namespace &lt;name&gt; = &lt;target&gt;;
  - using namespace &lt;name&gt;;
  - using &lt;qualifier&gt;::&lt;name&gt;;
  - continue;
  - break;
  - goto &lt;label&gt;;
  - return;
  - return &lt;expression&gt;;

Reviewers: gribozavr

Reviewed By: gribozavr

Subscribers: cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D61589

llvm-svn: 360042
</pre>
</div>
</content>
</entry>
</feed>
