[all-commits] [llvm/llvm-project] 903c30: [Support] Remove LLVM_ATTRIBUTE_DEPRECATED
Nikita Popov via All-commits
all-commits at lists.llvm.org
Wed Apr 20 03:18:33 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 903c30f4d1f3bc0d1aae9ca83af17c0062d02b40
https://github.com/llvm/llvm-project/commit/903c30f4d1f3bc0d1aae9ca83af17c0062d02b40
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-04-20 (Wed, 20 Apr 2022)
Changed paths:
M llvm/include/llvm/Support/Compiler.h
Log Message:
-----------
[Support] Remove LLVM_ATTRIBUTE_DEPRECATED
The guidance since D94219 is to use [[deprecated]] directly. Now
that all historical uses of the macro have been removed, drop the
macro itself.
More information about the All-commits
mailing list