summaryrefslogtreecommitdiffstats
path: root/test/expect/gccxml.any.Destructor.xml.txt
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-09-28 12:26:46 (GMT)
committerBrad King <brad.king@kitware.com>2017-09-28 12:26:46 (GMT)
commit98e2fb964f7e6d23d1b4ea7674f0f83d2b049fcc (patch)
treeac0dfb6c435ad4456846eec85bd883ae68c4cf50 /test/expect/gccxml.any.Destructor.xml.txt
parentbbe3117a26ad11ba74a8f2c3f0a38bf3ef9864bb (diff)
downloadCastXML-98e2fb964f7e6d23d1b4ea7674f0f83d2b049fcc.zip
CastXML-98e2fb964f7e6d23d1b4ea7674f0f83d2b049fcc.tar.gz
CastXML-98e2fb964f7e6d23d1b4ea7674f0f83d2b049fcc.tar.bz2
Output: Add size and align attributes to ReferenceType
These were included by gccxml, and they make sense for a reference type because its ABI is like a pointer type. Suggested-by: todoooo@users.noreply.github.com Issue: #89
Diffstat (limited to 'test/expect/gccxml.any.Destructor.xml.txt')
-rw-r--r--test/expect/gccxml.any.Destructor.xml.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/expect/gccxml.any.Destructor.xml.txt b/test/expect/gccxml.any.Destructor.xml.txt
index 1e2be84..b61ba1b 100644
--- a/test/expect/gccxml.any.Destructor.xml.txt
+++ b/test/expect/gccxml.any.Destructor.xml.txt
@@ -9,9 +9,9 @@
<OperatorMethod id="_6" name="=" returns="_8" context="_1" access="public" location="f1:1" file="f1" line="1" inline="1" artificial="1"( throw="")? mangled="[^"]+">
<Argument type="_7" location="f1:1" file="f1" line="1"/>
</OperatorMethod>
- <ReferenceType id="_7" type="_1c"/>
+ <ReferenceType id="_7" type="_1c" size="[0-9]+" align="[0-9]+"/>
<CvQualifiedType id="_1c" type="_1" const="1"/>
- <ReferenceType id="_8" type="_1"/>
+ <ReferenceType id="_8" type="_1" size="[0-9]+" align="[0-9]+"/>
<Namespace id="_2" name="::"/>
<File id="f1" name=".*/test/input/Destructor.cxx"/>
</GCC_XML>$