diff --git a/nodist/clang_check_attributes b/nodist/clang_check_attributes index cedb1655b..8fd0f8ea7 100755 --- a/nodist/clang_check_attributes +++ b/nodist/clang_check_attributes @@ -955,6 +955,7 @@ def run_analysis(ccl: Iterable[CompileCommand], pccl: Iterable[CompileCommand], compile_command.directory) +@dataclass class ParallelAnalysisProcess: cav: Optional[CallAnnotationsValidator] = None diags: set[Diagnostic] = dataclasses.field(default_factory=set)