<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm-project.git/clang-tools-extra/clang-tidy/cppcoreguidelines/AvoidDoWhileCheck.cpp, branch users/mingmingl-llvm/samplefdo-profile-format</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>[clang-tidy] Remove global options IgnoreMacros and StrictMode (#157049)</title>
<updated>2025-09-06T10:41:34+00:00</updated>
<author>
<name>Carlos Galvez</name>
<email>carlosgalvezp@gmail.com</email>
</author>
<published>2025-09-06T10:41:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=bbbba4e82699a70f0473786eeb93e88af109eec7'/>
<id>bbbba4e82699a70f0473786eeb93e88af109eec7</id>
<content type='text'>
They had been marked as deprecated since clang-tidy-20. After 2
releases, it's now time to fully remove support for them.

Fixes #156885

Co-authored-by: Carlos Gálvez &lt;carlos.galvez@zenseact.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
They had been marked as deprecated since clang-tidy-20. After 2
releases, it's now time to fully remove support for them.

Fixes #156885

Co-authored-by: Carlos Gálvez &lt;carlos.galvez@zenseact.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>[clang-tidy] Remove unused includes (NFC) (#141420)</title>
<updated>2025-05-25T17:55:36+00:00</updated>
<author>
<name>Kazu Hirata</name>
<email>kazu@google.com</email>
</author>
<published>2025-05-25T17:55:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=ba007a60d07fb4ac685c8bca7b7a18b870e287b2'/>
<id>ba007a60d07fb4ac685c8bca7b7a18b870e287b2</id>
<content type='text'>
These are identified by misc-include-cleaner.  I've filtered out those
that break builds.  Also, I'm staying away from llvm-config.h,
config.h, and Compiler.h, which likely cause platform- or
compiler-specific build failures.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These are identified by misc-include-cleaner.  I've filtered out those
that break builds.  Also, I'm staying away from llvm-config.h,
config.h, and Compiler.h, which likely cause platform- or
compiler-specific build failures.</pre>
</div>
</content>
</entry>
<entry>
<title>[clang-tidy][NFC] Use C++17 nested namespaces in the clang-tidy folder</title>
<updated>2023-01-14T18:51:39+00:00</updated>
<author>
<name>Carlos Galvez</name>
<email>carlosgalvezp@gmail.com</email>
</author>
<published>2023-01-14T17:40:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=7d2ea6c422d3f5712b7253407005e1a465a76946'/>
<id>7d2ea6c422d3f5712b7253407005e1a465a76946</id>
<content type='text'>
Fix applied by running:

run-clang-tidy.py -checks=-*,modernize-concat-nested-namespaces

Differential Revision: https://reviews.llvm.org/D141770
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix applied by running:

run-clang-tidy.py -checks=-*,modernize-concat-nested-namespaces

Differential Revision: https://reviews.llvm.org/D141770
</pre>
</div>
</content>
</entry>
<entry>
<title>[clang-tidy] Add cppcoreguidelines-avoid-do-while check</title>
<updated>2022-10-10T07:29:17+00:00</updated>
<author>
<name>Carlos Galvez</name>
<email>carlosgalvezp@gmail.com</email>
</author>
<published>2022-08-23T06:14:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=1ae33bf42680b156fe0f5cd6163bf24ef45d8cd3'/>
<id>1ae33bf42680b156fe0f5cd6163bf24ef45d8cd3</id>
<content type='text'>
Implements rule ES.75 of C++ Core Guidelines.

Differential Revision: https://reviews.llvm.org/D132461
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implements rule ES.75 of C++ Core Guidelines.

Differential Revision: https://reviews.llvm.org/D132461
</pre>
</div>
</content>
</entry>
</feed>
