[all-commits] [llvm/llvm-project] 1c5f87: [Driver] Fix a warning
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Wed Jan 15 08:53:18 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1c5f87486aabd0eed2b41d32fc499700e4471f11
https://github.com/llvm/llvm-project/commit/1c5f87486aabd0eed2b41d32fc499700e4471f11
Author: Kazu Hirata <kazu at google.com>
Date: 2025-01-15 (Wed, 15 Jan 2025)
Changed paths:
M clang/include/clang/Driver/Driver.h
Log Message:
-----------
[Driver] Fix a warning
This patch fixes:
clang/include/clang/Driver/Driver.h:82:3: error: definition of
implicit copy assignment operator for 'CUIDOptions' is deprecated
because it has a user-declared copy constructor
[-Werror,-Wdeprecated-copy]
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