aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/tests/samplebinding
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2024-01-23 09:46:06 +0100
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2024-01-23 14:48:09 +0100
commite182d16ac148e92225f043b33715981a9f567228 (patch)
tree921a88137f384e30dc6caa92ce2696bd7fb58ec2 /sources/shiboken6/tests/samplebinding
parentdb554a0cb574ddbb2bb27de7649976bcaa85cdfe (diff)
shiboken6: Improve messages when skipping fields and functions
Store the source location in the clang parser so that it appears in the message. Also add the access level. Change-Id: I9a9ca414a41a3fa4584dd55d580aa01bb252f9c7 Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
Diffstat (limited to 'sources/shiboken6/tests/samplebinding')
-rw-r--r--sources/shiboken6/tests/samplebinding/typesystem_sample.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/sources/shiboken6/tests/samplebinding/typesystem_sample.xml b/sources/shiboken6/tests/samplebinding/typesystem_sample.xml
index 40ca58755..fcd619932 100644
--- a/sources/shiboken6/tests/samplebinding/typesystem_sample.xml
+++ b/sources/shiboken6/tests/samplebinding/typesystem_sample.xml
@@ -429,7 +429,7 @@
</value-type>
<value-type name="ClassWithFunctionPointer">
- <suppress-warning text="^skipping function 'void ClassWithFunctionPointer::callFunctionPointer.*$" />
+ <suppress-warning text="^skipping public function 'void ClassWithFunctionPointer::callFunctionPointer.*$" />
</value-type>
<value-type name="IntArray" generate="no"/>
@@ -2445,5 +2445,5 @@
<suppress-warning text="Shadowing: MDerived2::castToBase3() and MDerived3::castToBase3()" />
<suppress-warning text="Visibility of function 'publicMethod' modified in class 'MDerived1'" />
- <suppress-warning text="^skipping function 'std::enable_if.*ComparisonTester::operator[!=]=.*ComparisonTester.*$"/>
+ <suppress-warning text="^skipping public function 'std::enable_if.*ComparisonTester::operator[!=]=.*ComparisonTester.*$"/>
</typesystem>