summaryrefslogtreecommitdiffstats
path: root/test/expect/castxml1.any.Function-Argument-decay.xml.txt
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-01-12 21:18:40 (GMT)
committerBrad King <brad.king@kitware.com>2017-01-12 21:31:18 (GMT)
commit27442e3dc76ca0673972fdbe0ade90cbd7302c53 (patch)
treea3d5674d7f8ecf5c2464dc017b6ca3288638fd67 /test/expect/castxml1.any.Function-Argument-decay.xml.txt
parentfe33c51babb2221aeaeefd0a86dbf1405ee5f170 (diff)
downloadCastXML-27442e3dc76ca0673972fdbe0ade90cbd7302c53.zip
CastXML-27442e3dc76ca0673972fdbe0ade90cbd7302c53.tar.gz
CastXML-27442e3dc76ca0673972fdbe0ade90cbd7302c53.tar.bz2
Output: Add size and align attributes to PointerType
The GCC-XML output included these attributes, so CastXML should too. Closes: #80
Diffstat (limited to 'test/expect/castxml1.any.Function-Argument-decay.xml.txt')
-rw-r--r--test/expect/castxml1.any.Function-Argument-decay.xml.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/expect/castxml1.any.Function-Argument-decay.xml.txt b/test/expect/castxml1.any.Function-Argument-decay.xml.txt
index 9d1d6f6..cb58afc 100644
--- a/test/expect/castxml1.any.Function-Argument-decay.xml.txt
+++ b/test/expect/castxml1.any.Function-Argument-decay.xml.txt
@@ -6,8 +6,8 @@
<Argument type="_5" location="f1:1" file="f1" line="1"/>
</Function>
<FundamentalType id="_2" name="void" size="[0-9]+" align="[0-9]+"/>
- <PointerType id="_4" type="_6"/>
- <PointerType id="_5" type="_7"/>
+ <PointerType id="_4" type="_6" size="[0-9]+" align="[0-9]+"/>
+ <PointerType id="_5" type="_7" size="[0-9]+" align="[0-9]+"/>
<Namespace id="_3" name="::"/>
<FundamentalType id="_6" name="int" size="[0-9]+" align="[0-9]+"/>
<FunctionType id="_7" returns="_6">