[all-commits] [llvm/llvm-project] 28ca5b: [clang-c] Don't deprecate CXRemapping as well as i...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Tue Jul 22 05:34:28 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 28ca5bedd54679a62e96c013a530b2550c0d33f4
https://github.com/llvm/llvm-project/commit/28ca5bedd54679a62e96c013a530b2550c0d33f4
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2025-07-22 (Tue, 22 Jul 2025)
Changed paths:
M clang/include/clang-c/Index.h
Log Message:
-----------
[clang-c] Don't deprecate CXRemapping as well as its users (#149975)
#149079 deprecated CXRemapping and all its methods, however MSVC warns
when a deprecated method is using a deprecated variable (and breaks our
Werror builds) - best way to avoid this is to only deprecate the methods
directly.
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