[llvm] [ADT] Deprecate the redirection from SmallSet to SmallPtrSet (PR #154891)
Yanzuo Liu via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 21 23:12:57 PDT 2025
zwuis wrote:
```cpp
[[deprecated]] struct S1 {} var1; // `var1` is deprecated
struct [[deprecated]] S2 {} var2; // `S2` is deprecated
```
https://github.com/llvm/llvm-project/pull/154891
More information about the llvm-commits
mailing list