<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm-project.git/clang/tools/include-mapping/cppreference_parser.py, 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>[Tooling/Inclusion] Modify the Python script to open the C++ reference with UTF-8 encoding. (#121341)</title>
<updated>2024-12-31T01:28:34+00:00</updated>
<author>
<name>c8ef</name>
<email>c8ef@outlook.com</email>
</author>
<published>2024-12-31T01:28:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=f385542f62fa1f57001c95c476165e1618cb54ba'/>
<id>f385542f62fa1f57001c95c476165e1618cb54ba</id>
<content type='text'>
This will prevent the error on systems with a default encoding other
than utf-8.

```
UnicodeDecodeError: 'gbk' codec can't decode byte 0xb6 in position 12958: illegal multibyte sequence
```</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This will prevent the error on systems with a default encoding other
than utf-8.

```
UnicodeDecodeError: 'gbk' codec can't decode byte 0xb6 in position 12958: illegal multibyte sequence
```</pre>
</div>
</content>
</entry>
<entry>
<title>[Tooling/Inclusion] Update std symbols mapping (#113612)</title>
<updated>2024-11-04T13:55:38+00:00</updated>
<author>
<name>Vadim D.</name>
<email>vvd170501@gmail.com</email>
</author>
<published>2024-11-04T13:55:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=c0ce44e8fc03882641f270539265b20dba0fffdd'/>
<id>c0ce44e8fc03882641f270539265b20dba0fffdd</id>
<content type='text'>
Fixes #113494</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #113494</pre>
</div>
</content>
</entry>
<entry>
<title>[include-mapping] Python fixes</title>
<updated>2023-09-12T18:24:35+00:00</updated>
<author>
<name>Cassie Jones</name>
<email>cassie_jones@apple.com</email>
</author>
<published>2023-09-12T18:24:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=7213ae8423f88a3f74e201f85900aa838a4143e3'/>
<id>7213ae8423f88a3f74e201f85900aa838a4143e3</id>
<content type='text'>
- Move the multiprocessing.Pool initializer to a top-level function, it
  was previously causing a pickle failure with my machine's python.
- Change the `env python` to `env python3` for convenience</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Move the multiprocessing.Pool initializer to a top-level function, it
  was previously causing a pickle failure with my machine's python.
- Change the `env python` to `env python3` for convenience</pre>
</div>
</content>
</entry>
<entry>
<title>[NFC][Py Reformat] Reformat python files in clang and clang-tools-extra</title>
<updated>2023-05-23T06:29:52+00:00</updated>
<author>
<name>Tobias Hieta</name>
<email>tobias@hieta.se</email>
</author>
<published>2023-05-17T08:56:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=dd3c26a045c081620375a878159f536758baba6e'/>
<id>dd3c26a045c081620375a878159f536758baba6e</id>
<content type='text'>
This is an ongoing series of commits that are reformatting our
Python code.

Reformatting is done with `black`.

If you end up having problems merging this commit because you
have made changes to a python file, the best way to handle that
is to run git checkout --ours &lt;yourfile&gt; and then reformat it
with black.

If you run into any problems, post to discourse about it and
we will try to help.

RFC Thread below:

https://discourse.llvm.org/t/rfc-document-and-standardize-python-code-style

Reviewed By: MatzeB

Differential Revision: https://reviews.llvm.org/D150761
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is an ongoing series of commits that are reformatting our
Python code.

Reformatting is done with `black`.

If you end up having problems merging this commit because you
have made changes to a python file, the best way to handle that
is to run git checkout --ours &lt;yourfile&gt; and then reformat it
with black.

If you run into any problems, post to discourse about it and
we will try to help.

RFC Thread below:

https://discourse.llvm.org/t/rfc-document-and-standardize-python-code-style

Reviewed By: MatzeB

Differential Revision: https://reviews.llvm.org/D150761
</pre>
</div>
</content>
</entry>
<entry>
<title>[include-mapping] Add C-compatibility symbol entries.</title>
<updated>2023-02-09T14:34:41+00:00</updated>
<author>
<name>Haojian Wu</name>
<email>hokein.wu@gmail.com</email>
</author>
<published>2023-02-06T10:39:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=c812ab731243f9d5fe1764eb995809a22409ca71'/>
<id>c812ab731243f9d5fe1764eb995809a22409ca71</id>
<content type='text'>
Extending the python generator:
- to generate C-compatibility symbols
- to generate macros

Differential Revision: https://reviews.llvm.org/D143214
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Extending the python generator:
- to generate C-compatibility symbols
- to generate macros

Differential Revision: https://reviews.llvm.org/D143214
</pre>
</div>
</content>
</entry>
<entry>
<title>[include-mapping] Regenerate the StdSymbolMap.inc from the 20220730 html book.</title>
<updated>2023-02-07T13:52:18+00:00</updated>
<author>
<name>Viktoriia Bakalova</name>
<email>bakalova@google.com</email>
</author>
<published>2023-02-03T09:02:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=4da283872ad925cbffca94f74800a987cc9ba85f'/>
<id>4da283872ad925cbffca94f74800a987cc9ba85f</id>
<content type='text'>
Merge the zoombie names into the StdSymbols as well.

Differential Revision: https://reviews.llvm.org/D143054
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Merge the zoombie names into the StdSymbols as well.

Differential Revision: https://reviews.llvm.org/D143054
</pre>
</div>
</content>
</entry>
<entry>
<title>[include-mapping] Print an error message in case the symbol index points to a non-existent page.</title>
<updated>2023-01-12T15:59:32+00:00</updated>
<author>
<name>Viktoriia Bakalova</name>
<email>bakalova@google.com</email>
</author>
<published>2023-01-12T15:39:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=ed001018a02b3d8da699317cad7f7727d126f01d'/>
<id>ed001018a02b3d8da699317cad7f7727d126f01d</id>
<content type='text'>
Fix: https://github.com/llvm/llvm-project/issues/59610
Differential Revision: https://reviews.llvm.org/D141611
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix: https://github.com/llvm/llvm-project/issues/59610
Differential Revision: https://reviews.llvm.org/D141611
</pre>
</div>
</content>
</entry>
<entry>
<title>[include-mapping] Fix parsing of html_book_20190607.zip (https://en.cppreference.com/w/File:html_book_20190607.zip). Skip entries that have been added to the index (C++20 symbols), but the corresponding pages for which have not been created yet.</title>
<updated>2023-01-12T09:48:27+00:00</updated>
<author>
<name>Viktoriia Bakalova</name>
<email>bakalova@google.com</email>
</author>
<published>2023-01-11T16:01:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=301123c7a8b5f5dd415e336ff933576279b0e868'/>
<id>301123c7a8b5f5dd415e336ff933576279b0e868</id>
<content type='text'>
Differential Revision: https://reviews.llvm.org/D141509
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Differential Revision: https://reviews.llvm.org/D141509
</pre>
</div>
</content>
</entry>
<entry>
<title>[clangd] NFC: Move stdlib headers handling to Clang</title>
<updated>2022-02-09T10:05:39+00:00</updated>
<author>
<name>Kirill Bobyrev</name>
<email>kbobyrev@google.com</email>
</author>
<published>2022-02-09T10:04:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=46a6f5ae148ae2044f13cddf1bb1498a8bcfb372'/>
<id>46a6f5ae148ae2044f13cddf1bb1498a8bcfb372</id>
<content type='text'>
This will allow moving the IncludeCleaner library essentials to Clang
and decoupling them from the majority of clangd.

The patch itself just moves the code, it doesn't change existing
functionality.

Reviewed By: sammccall

Differential Revision: https://reviews.llvm.org/D119130
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This will allow moving the IncludeCleaner library essentials to Clang
and decoupling them from the majority of clangd.

The patch itself just moves the code, it doesn't change existing
functionality.

Reviewed By: sammccall

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