mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-19 06:36:50 +00:00

The format is: `!instances<T>([regex])`. This operator produces a list of records whose type is `T`. If `regex` is provided, only records whose name matches the regular expression `regex` will be included. The format of `regex` is ERE (Extended POSIX Regular Expressions).