Files
clang-p2996/llvm/lib/Analysis/Lint.cpp
Nikita Popov 205f7ee737 [Lint] Skip null args when checking noalias
Do not emit a warning if there are two null noalias arguments,
as they cannot be dereferenced anyway.

This is a common pattern for `@.omp_outlined`, which has some
optional noalias arguments.
2024-09-04 15:02:50 +02:00

28 KiB