[clang] [clang][analyzer] Forward CTU-import failure conditions (PR #189064)
Arseniy Zaostrovnykh via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 31 08:53:10 PDT 2026
================
@@ -346,6 +347,8 @@ class CrossTranslationUnitContext {
};
ASTUnitStorage ASTStorage;
+
+ bool HasEmittedLoadThresholdRemark = false;
----------------
necto wrote:
Apparently CrossTranslationUnitContext is shared across entry points. The load threshold is also applied across entry points, since the imported ASTs are preserved across entry points.
0482f3d4ac12 Demonstrate load-threshold remark dedup across entry points
https://github.com/llvm/llvm-project/pull/189064
More information about the cfe-commits
mailing list