[all-commits] [llvm/llvm-project] 9e1b9d: clang: Remove unnecessary cstdlib include
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Wed Jul 15 02:30:34 PDT 2026
Branch: refs/heads/users/arsenm/clang/remove-unnecessary-cstdlib-include
Home: https://github.com/llvm/llvm-project
Commit: 9e1b9db71f2fb0d3a8a65b5c215165deb462f164
https://github.com/llvm/llvm-project/commit/9e1b9db71f2fb0d3a8a65b5c215165deb462f164
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2026-07-15 (Wed, 15 Jul 2026)
Changed paths:
M clang/lib/Driver/Driver.cpp
Log Message:
-----------
clang: Remove unnecessary cstdlib include
The comment says it's needed for getenv, but this file does
not directly use getenv; it uses sys::Process::GetEnv.
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