Files
clang-p2996/llvm/lib/Analysis/Lint.cpp
Bjorn Pettersson c068284087 [Lint] Permit aliasing noalias and readnone arguments
If an argument is readnone we know that it isn't dereferenced. Then
it should be OK if that argument alias with a noalias argument.

Differential Revision: https://reviews.llvm.org/D157737
2023-08-14 14:11:17 +02:00

29 KiB