[analyzer] Fix wrong annotation of LazyCompoundVal::getStore

The build bot https://lab.llvm.org/buildbot#builders/5/builds/24183
uncovered a wrong nonnull annotation intoduced by D126198.
This commit is contained in:
Balazs Benics 2022-05-27 16:05:33 +02:00
parent 49ad577c07
commit e651ed8621
1 changed files with 1 additions and 1 deletions

View File

@ -421,7 +421,7 @@ public:
return static_cast<const LazyCompoundValData *>(Data);
}
LLVM_ATTRIBUTE_RETURNS_NONNULL
/// It might return null.
const void *getStore() const;
LLVM_ATTRIBUTE_RETURNS_NONNULL