[all-commits] [llvm/llvm-project] 07153f: [llvm] Don't use LLVM_ATTRIBUTE_UNUSED for variabl...
Marek Kurdej via All-commits
all-commits at lists.llvm.org
Mon Feb 14 01:12:37 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 07153f7e072d86e374abfab22b71f9601643d175
https://github.com/llvm/llvm-project/commit/07153f7e072d86e374abfab22b71f9601643d175
Author: Marek Kurdej <marek.kurdej+llvm.org at gmail.com>
Date: 2022-02-14 (Mon, 14 Feb 2022)
Changed paths:
M llvm/include/llvm/ADT/GenericCycleImpl.h
Log Message:
-----------
[llvm] Don't use LLVM_ATTRIBUTE_UNUSED for variables. NFC.
At least on MSVC, it does nothing and still causes a warning.
More information about the All-commits
mailing list