================
@@ -34,6 +35,50 @@ Options
insertion/removal for all headers under the directory `foo`. Default is an
empty string, no headers will be ignored.
+.. option:: FragmentHeaders
+
+ A semicolon-separated list of regular expressions that match against
+ normalized resolved include paths (POSIX-style separators). Direct includes
+ of the main file that match are treated as fragments of the main file for
+ usage scanning. This is intended for non-self-contained generated
+ ``.inc``/``.def`` files or other include fragments. Only direct includes are
+ considered; includes inside fragments are not treated as fragments. Default
+ is ``""``.
----------------
EugeneZelenko wrote:
```suggestion
is `""`.
```
https://github.com/llvm/llvm-project/pull/196767
_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits