[clang] [clang][analyzer] Fix a crash in alpha.unix.BlockInCriticalSection (PR #90030)
Balazs Benics via cfe-commits
cfe-commits at lists.llvm.org
Wed May 15 06:41:20 PDT 2024
Endre =?utf-8?q?Fülöp?= <endre.fulop at sigmatechnology.com>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/90030 at github.com>
================
@@ -14,6 +14,7 @@
//
//===----------------------------------------------------------------------===//
+#include "clang/Analysis/AnalysisDeclContext.h"
----------------
steakhal wrote:
```suggestion
```
You can probably drop this line now.
https://github.com/llvm/llvm-project/pull/90030
More information about the cfe-commits
mailing list