<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm-project.git/clang/test/AST/ByteCode/extern.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>[clang][bytecode] Fix a crash when redeclaring extern globals (#164204)</title>
<updated>2025-10-20T10:55:06+00:00</updated>
<author>
<name>Timm Baeder</name>
<email>tbaeder@redhat.com</email>
</author>
<published>2025-10-20T10:55:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=7b0c51a43917fdd4dae2f9415b6c041ca4d1c3f1'/>
<id>7b0c51a43917fdd4dae2f9415b6c041ca4d1c3f1</id>
<content type='text'>
One iteration of this loop might've already fixed up the pointers of
coming globals, so check for that explicitly.

Fixes https://github.com/llvm/llvm-project/issues/164151</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
One iteration of this loop might've already fixed up the pointers of
coming globals, so check for that explicitly.

Fixes https://github.com/llvm/llvm-project/issues/164151</pre>
</div>
</content>
</entry>
<entry>
<title>[clang][bytecode] Fix defining extern variables (#108940)</title>
<updated>2024-09-17T13:21:28+00:00</updated>
<author>
<name>Timm Baeder</name>
<email>tbaeder@redhat.com</email>
</author>
<published>2024-09-17T13:21:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=8e2dbab24276a8521d241463b4161c78bc4d39d2'/>
<id>8e2dbab24276a8521d241463b4161c78bc4d39d2</id>
<content type='text'>
At the point of defintion of the variable, a function might already
refert to the variable by its index. Replace the index with the new one.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
At the point of defintion of the variable, a function might already
refert to the variable by its index. Replace the index with the new one.</pre>
</div>
</content>
</entry>
</feed>
