[all-commits] [llvm/llvm-project] 11c3e6: [libc++] Remove unused include caused by wrong __h...
Tomohiro Kashiwada via All-commits
all-commits at lists.llvm.org
Mon Jun 2 10:13:01 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 11c3e65e1d791f3de2d4b6fddf7f76eab3a8cd26
https://github.com/llvm/llvm-project/commit/11c3e65e1d791f3de2d4b6fddf7f76eab3a8cd26
Author: Tomohiro Kashiwada <kikairoya at gmail.com>
Date: 2025-06-02 (Mon, 02 Jun 2025)
Changed paths:
M libcxx/src/locale.cpp
Log Message:
-----------
[libc++] Remove unused include caused by wrong __has_include (#141328)
The parameter passed to __has_include has to be quoted by `<>` or `"`,
not both.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list