<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm-project.git/clang/lib/Lex/InitHeaderSearch.cpp, branch users/vitalybuka/spr/main.asan-install-pthread_atfork</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] Use StringRef::{starts,ends}_with (NFC) (#75149)</title>
<updated>2023-12-13T16:54:13+00:00</updated>
<author>
<name>Kazu Hirata</name>
<email>kazu@google.com</email>
</author>
<published>2023-12-13T16:54:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=f3dcc2351cff7b26c9870d737e5d431551542d9e'/>
<id>f3dcc2351cff7b26c9870d737e5d431551542d9e</id>
<content type='text'>
This patch replaces uses of StringRef::{starts,ends}with with
StringRef::{starts,ends}_with for consistency with
std::{string,string_view}::{starts,ends}_with in C++20.

I'm planning to deprecate and eventually remove
StringRef::{starts,ends}with.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch replaces uses of StringRef::{starts,ends}with with
StringRef::{starts,ends}_with for consistency with
std::{string,string_view}::{starts,ends}_with in C++20.

I'm planning to deprecate and eventually remove
StringRef::{starts,ends}with.</pre>
</div>
</content>
</entry>
<entry>
<title>Remove dead code; NFC</title>
<updated>2023-12-07T13:26:33+00:00</updated>
<author>
<name>Aaron Ballman</name>
<email>aaron@aaronballman.com</email>
</author>
<published>2023-12-07T13:24:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=3293c088c25db5be6042d20bd95c80a0863a88d0'/>
<id>3293c088c25db5be6042d20bd95c80a0863a88d0</id>
<content type='text'>
This code was added 17 years ago but never enabled or tested. GCC warns
that -I- is deprecated for them, and Clang gives an error when passed
-I-, so we may as well remove this code rather than hook it up to the
driver and maintain it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This code was added 17 years ago but never enabled or tested. GCC warns
that -I- is deprecated for them, and Clang gives an error when passed
-I-, so we may as well remove this code rather than hook it up to the
driver and maintain it.
</pre>
</div>
</content>
</entry>
<entry>
<title>[clang] NFCI: Use `FileEntryRef` in `CreateHeaderMap()`</title>
<updated>2023-09-10T04:51:04+00:00</updated>
<author>
<name>Jan Svoboda</name>
<email>jan_svoboda@apple.com</email>
</author>
<published>2023-09-09T19:51:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=89bacc0bb9f6aa66ca1951ec5c0e4c38cc661160'/>
<id>89bacc0bb9f6aa66ca1951ec5c0e4c38cc661160</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[Lex] Remove unused AddGnuCPlusPlusIncludePaths after e75f240a0432d827c28a5d77fad26a099ceb7a72</title>
<updated>2023-09-07T05:25:47+00:00</updated>
<author>
<name>Fangrui Song</name>
<email>i@maskray.me</email>
</author>
<published>2023-09-07T05:25:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=c998106a7fea2b11bee250dd1f92ed4418a08c5a'/>
<id>c998106a7fea2b11bee250dd1f92ed4418a08c5a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[Driver] move DragonFly header search path management to the driver</title>
<updated>2023-08-30T03:18:42+00:00</updated>
<author>
<name>Brad Smith</name>
<email>brad@comstyle.com</email>
</author>
<published>2023-08-30T03:13:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=f3476332e4531a667063b8980de1fbc5fb4a6251'/>
<id>f3476332e4531a667063b8980de1fbc5fb4a6251</id>
<content type='text'>
As has been done for other OS's. Move the header path management to the driver.

Also I noticed with D89690 that the library paths were updated for GCC 8, but
the C++ header path was not. So I also fixed that while here.

Reviewed By: MaskRay

Differential Revision: https://reviews.llvm.org/D158376
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As has been done for other OS's. Move the header path management to the driver.

Also I noticed with D89690 that the library paths were updated for GCC 8, but
the C++ header path was not. So I also fixed that while here.

Reviewed By: MaskRay

Differential Revision: https://reviews.llvm.org/D158376
</pre>
</div>
</content>
</entry>
<entry>
<title>[Driver] move ELFIAMCU / RTEMS header search path management to the driver</title>
<updated>2023-08-30T03:04:02+00:00</updated>
<author>
<name>Brad Smith</name>
<email>brad@comstyle.com</email>
</author>
<published>2023-08-30T03:04:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=d267990e8c5329de76f0bb1673954ebbd666afc0'/>
<id>d267990e8c5329de76f0bb1673954ebbd666afc0</id>
<content type='text'>
Reviewed By: MaskRay

Differential Revision: https://reviews.llvm.org/D158132
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed By: MaskRay

Differential Revision: https://reviews.llvm.org/D158132
</pre>
</div>
</content>
</entry>
<entry>
<title>Delete CloudABI support</title>
<updated>2023-08-30T02:57:30+00:00</updated>
<author>
<name>Brad Smith</name>
<email>brad@comstyle.com</email>
</author>
<published>2023-08-27T22:52:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=5165593a97a04caad553cb0c213d3b3d359b1853'/>
<id>5165593a97a04caad553cb0c213d3b3d359b1853</id>
<content type='text'>
After this D108637 and with FreeBSD -current and now 14 dropping support for
CloudABI I think it is time to consider deleting the CloudABI support.

Reviewed By: MaskRay

Differential Revision: https://reviews.llvm.org/D158920
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
After this D108637 and with FreeBSD -current and now 14 dropping support for
CloudABI I think it is time to consider deleting the CloudABI support.

Reviewed By: MaskRay

Differential Revision: https://reviews.llvm.org/D158920
</pre>
</div>
</content>
</entry>
<entry>
<title>[Driver] Add LiteOS and z/OS to ShouldAddDefaultIncludePaths()</title>
<updated>2023-08-29T03:01:50+00:00</updated>
<author>
<name>Brad Smith</name>
<email>brad@comstyle.com</email>
</author>
<published>2023-08-29T03:01:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=196ff0c7ddacf571a3fc6c9163e85fd91ecab6b3'/>
<id>196ff0c7ddacf571a3fc6c9163e85fd91ecab6b3</id>
<content type='text'>
LiteOS (OHOS) and z/ZOS already have header path handling in the Driver, so add
the OS's to ShouldAddDefaultIncludePaths().

Reviewed By: MaskRay

Differential Revision: https://reviews.llvm.org/D159042
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
LiteOS (OHOS) and z/ZOS already have header path handling in the Driver, so add
the OS's to ShouldAddDefaultIncludePaths().

Reviewed By: MaskRay

Differential Revision: https://reviews.llvm.org/D159042
</pre>
</div>
</content>
</entry>
<entry>
<title>[Driver] Add NaCl to ShouldAddDefaultIncludePaths()</title>
<updated>2023-08-25T01:09:09+00:00</updated>
<author>
<name>Brad Smith</name>
<email>brad@comstyle.com</email>
</author>
<published>2023-08-25T01:04:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=e4cb692526030a05424ee8299012ee76a7a0e3ca'/>
<id>e4cb692526030a05424ee8299012ee76a7a0e3ca</id>
<content type='text'>
The Driver for NaCl already handled the header paths so disable
the default fallback path.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The Driver for NaCl already handled the header paths so disable
the default fallback path.
</pre>
</div>
</content>
</entry>
<entry>
<title>[Driver] Cleanup last vestiges of Minix / Contiki support</title>
<updated>2023-08-25T00:04:40+00:00</updated>
<author>
<name>Brad Smith</name>
<email>brad@comstyle.com</email>
</author>
<published>2023-08-24T23:59:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=e75f240a0432d827c28a5d77fad26a099ceb7a72'/>
<id>e75f240a0432d827c28a5d77fad26a099ceb7a72</id>
<content type='text'>
Cleanup what is left after D158461.

Reviewed by: MaskRay

Differential Revision:
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Cleanup what is left after D158461.

Reviewed by: MaskRay

Differential Revision:
</pre>
</div>
</content>
</entry>
</feed>
