mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
15 lines
300 B
Plaintext
15 lines
300 B
Plaintext
#
|
|
# Identifiers matching the regular expressions below
|
|
# will be omitted from templight traces.
|
|
#
|
|
|
|
# standard library templates
|
|
identifier ^std(::|$)
|
|
|
|
# standard library implementation templates
|
|
identifier __
|
|
identifier ^_[A-Z]
|
|
|
|
# assume templates starting with 'Q' are Qt templates
|
|
identifier ^[qQ]
|