================
@@ -41,9 +41,18 @@ class SSAFOptions {
   LLVM_PREFERRED_TYPE(bool)
   unsigned ShowFormats : 1;
 
+  /// Extract from system-header declarations during SSAF contributor
+  /// enumeration. Defaults to true to preserve the original behavior.
+  /// Cleared by `--ssaf-no-extract-from-system-headers` (negative-marshalled
+  /// flag) when the caller wants to scope contributor enumeration to
+  /// user-source decls.
----------------
steakhal wrote:

Personally, this seemed redundant. And I think we should follow the previously 
set practice/format for spelling the flag.
```suggestion
  /// Controlled by: --ssaf-no-extract-from-system-headers
```

https://github.com/llvm/llvm-project/pull/205446
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to