<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm-project.git/clang/lib/Format/FormatToken.cpp, branch users/ojhunt/ptrauth-additions</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-format] Remove special handling of comments after brace/paren (#71672)</title>
<updated>2025-10-18T22:25:28+00:00</updated>
<author>
<name>Björn Schäpers</name>
<email>bjoern@hazardy.de</email>
</author>
<published>2025-10-18T22:25:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=cf28a476fb0fae2b19112ce0532b308e79d7bf39'/>
<id>cf28a476fb0fae2b19112ce0532b308e79d7bf39</id>
<content type='text'>
Fixes http://llvm.org/PR55487 (#55487)

The code did not match the documentation about Cpp11BracedListStyle.
Changed handling of comments after opening braces, which are supposedly
function call like to behave exactly like their parenthesis counter
part.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes http://llvm.org/PR55487 (#55487)

The code did not match the documentation about Cpp11BracedListStyle.
Changed handling of comments after opening braces, which are supposedly
function call like to behave exactly like their parenthesis counter
part.</pre>
</div>
</content>
</entry>
<entry>
<title>[clang-format] Fix a crash on BAS_BlockIndent (#164047)</title>
<updated>2025-10-18T19:16:19+00:00</updated>
<author>
<name>owenca</name>
<email>owenpiano@gmail.com</email>
</author>
<published>2025-10-18T19:16:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=44a77f21045906d39fc8740a323e0ce63e15a12c'/>
<id>44a77f21045906d39fc8740a323e0ce63e15a12c</id>
<content type='text'>
Fixes #163355</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #163355</pre>
</div>
</content>
</entry>
<entry>
<title>[clang-format] Use llvm::binary_search (NFC) (#163328)</title>
<updated>2025-10-14T14:15:25+00:00</updated>
<author>
<name>Kazu Hirata</name>
<email>kazu@google.com</email>
</author>
<published>2025-10-14T14:15:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=324f8d09f8cc676eb8d2faeae9a96c7e0957a3fb'/>
<id>324f8d09f8cc676eb8d2faeae9a96c7e0957a3fb</id>
<content type='text'>
We can directly pass a range to llvm::binary_search.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We can directly pass a range to llvm::binary_search.</pre>
</div>
</content>
</entry>
<entry>
<title>[clang-format][NFC] Introduce isNoneOf (#161021)</title>
<updated>2025-10-02T18:52:45+00:00</updated>
<author>
<name>Björn Schäpers</name>
<email>bjoern@hazardy.de</email>
</author>
<published>2025-10-02T18:52:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=847e1e18902d1bedb9d7df8cbec84dbda8042e47'/>
<id>847e1e18902d1bedb9d7df8cbec84dbda8042e47</id>
<content type='text'>
And apply throughout the code base.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
And apply throughout the code base.</pre>
</div>
</content>
</entry>
<entry>
<title>[clang-format] Add AllowBreakBeforeQtProperty option (#159909)</title>
<updated>2025-09-22T07:07:14+00:00</updated>
<author>
<name>owenca</name>
<email>owenpiano@gmail.com</email>
</author>
<published>2025-09-22T07:07:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=583256d165cb8dd9efe144866b245a2e5b7d5125'/>
<id>583256d165cb8dd9efe144866b245a2e5b7d5125</id>
<content type='text'>
The test cases are adapted from #131605.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The test cases are adapted from #131605.</pre>
</div>
</content>
</entry>
<entry>
<title>[clang-format][NFC] Add is_sorted() assertion for binary_search()</title>
<updated>2025-09-20T05:30:46+00:00</updated>
<author>
<name>Owen Pan</name>
<email>owenpiano@gmail.com</email>
</author>
<published>2025-09-20T05:26:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=43cfad6e26bcaba3423972d3e29fdfd4c440a36b'/>
<id>43cfad6e26bcaba3423972d3e29fdfd4c440a36b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[Format] Remove unused includes (NFC) (#142296)</title>
<updated>2025-06-01T02:00:34+00:00</updated>
<author>
<name>Kazu Hirata</name>
<email>kazu@google.com</email>
</author>
<published>2025-06-01T02:00:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=dfaa66281a1a44065e24857f2f97dccc4860639a'/>
<id>dfaa66281a1a44065e24857f2f97dccc4860639a</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] Use llvm::binary_search (NFC) (#140216)</title>
<updated>2025-05-16T14:32:44+00:00</updated>
<author>
<name>Kazu Hirata</name>
<email>kazu@google.com</email>
</author>
<published>2025-05-16T14:32:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=4567c11d284fe404df80fb3293dac3e2aa85b79e'/>
<id>4567c11d284fe404df80fb3293dac3e2aa85b79e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[clang-format] Set C11 instead of C17 for LK_C (#134472)</title>
<updated>2025-04-05T20:35:45+00:00</updated>
<author>
<name>Owen Pan</name>
<email>owenpiano@gmail.com</email>
</author>
<published>2025-04-05T20:35:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=d71ee7d23048ca64d14a7536927a006867cea39a'/>
<id>d71ee7d23048ca64d14a7536927a006867cea39a</id>
<content type='text'>
Fix #134453</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix #134453</pre>
</div>
</content>
</entry>
<entry>
<title>[clang-format] Add the C language instead of treating it like C++ (#128287)</title>
<updated>2025-02-23T08:36:19+00:00</updated>
<author>
<name>Owen Pan</name>
<email>owenpiano@gmail.com</email>
</author>
<published>2025-02-23T08:36:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=0968df9c3a5562f6a8d9f7948065848f3a273b81'/>
<id>0968df9c3a5562f6a8d9f7948065848f3a273b81</id>
<content type='text'>
Closes #128120</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #128120</pre>
</div>
</content>
</entry>
</feed>
