diff options
author | Brad King <brad.king@kitware.com> | 2017-09-28 12:26:46 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-09-28 12:26:46 (GMT) |
commit | 98e2fb964f7e6d23d1b4ea7674f0f83d2b049fcc (patch) | |
tree | ac0dfb6c435ad4456846eec85bd883ae68c4cf50 /test/expect/gccxml.any.Class-implicit-member-access.xml.txt | |
parent | bbe3117a26ad11ba74a8f2c3f0a38bf3ef9864bb (diff) | |
download | CastXML-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.Class-implicit-member-access.xml.txt')
-rw-r--r-- | test/expect/gccxml.any.Class-implicit-member-access.xml.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/expect/gccxml.any.Class-implicit-member-access.xml.txt b/test/expect/gccxml.any.Class-implicit-member-access.xml.txt index 035cb7d..0f003a4 100644 --- a/test/expect/gccxml.any.Class-implicit-member-access.xml.txt +++ b/test/expect/gccxml.any.Class-implicit-member-access.xml.txt @@ -14,9 +14,9 @@ <OperatorMethod id="_9" name="=" returns="_11" context="_5" access="private" location="f1:9" file="f1" line="9" mangled="[^"]+"> <Argument type="_10" location="f1:9" file="f1" line="9"/> </OperatorMethod> - <ReferenceType id="_10" type="_5c"/> + <ReferenceType id="_10" type="_5c" size="[0-9]+" align="[0-9]+"/> <CvQualifiedType id="_5c" type="_5" const="1"/> - <ReferenceType id="_11" type="_5"/> + <ReferenceType id="_11" type="_5" size="[0-9]+" align="[0-9]+"/> <Namespace id="_2" name="::"/> <File id="f1" name=".*/test/input/Class-implicit-member-access.cxx"/> </GCC_XML>$ |