Files
pilotclient/mkspecs/features/templight_blacklist

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]