mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-27 11:05:44 +08:00
Qmake directives to help using Templight to analyse our template usage.
This commit is contained in:
14
mkspecs/features/templight_blacklist
Normal file
14
mkspecs/features/templight_blacklist
Normal file
@@ -0,0 +1,14 @@
|
||||
#
|
||||
# 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]
|
||||
Reference in New Issue
Block a user