summaryrefslogtreecommitdiffstats
path: root/test/expect/gccxml.c++14.Class-template-bases.xml.txt
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-09-02 18:40:45 (GMT)
committerBrad King <brad.king@kitware.com>2015-09-02 18:46:37 (GMT)
commit7acd634c8ab5349a4946bbfe66e24e4ce30f90b9 (patch)
tree447026c0c603f23a938537494f40ff9579dd478f /test/expect/gccxml.c++14.Class-template-bases.xml.txt
parenta2b9e1a10c9bedc8a2212096bc10206ed4bfce60 (diff)
downloadCastXML-7acd634c8ab5349a4946bbfe66e24e4ce30f90b9.zip
CastXML-7acd634c8ab5349a4946bbfe66e24e4ce30f90b9.tar.gz
CastXML-7acd634c8ab5349a4946bbfe66e24e4ce30f90b9.tar.bz2
castxml: Support -std=c++14 with --castxml-gccxml
Drop the rejection of -std=c++14 and --castxml-gccxml together. Extend the test suite to run all gccxml output format tests in -std=c++14 mode to verify the behavior of the mode is as close as possible to other modes. For the few tests that have c++11-specific expected output, use it for c++14 expected output too.
Diffstat (limited to 'test/expect/gccxml.c++14.Class-template-bases.xml.txt')
-rw-r--r--test/expect/gccxml.c++14.Class-template-bases.xml.txt44
1 files changed, 44 insertions, 0 deletions
diff --git a/test/expect/gccxml.c++14.Class-template-bases.xml.txt b/test/expect/gccxml.c++14.Class-template-bases.xml.txt
new file mode 100644
index 0000000..33f0acc
--- /dev/null
+++ b/test/expect/gccxml.c++14.Class-template-bases.xml.txt
@@ -0,0 +1,44 @@
+^<\?xml version="1.0"\?>
+<GCC_XML[^>]*>
+ <Class id="_1" name="start&lt;int&gt;" context="_2" location="f1:4" file="f1" line="4" members="_3 _4 _5 _6" bases="_7 _8" size="[0-9]+" align="[0-9]+">
+ <Base type="_7" access="public" virtual="0"/>
+ <Base type="_8" access="public" virtual="0"/>
+ </Class>
+ <Constructor id="_3" name="start" context="_1" access="public" location="f1:4" file="f1" line="4" inline="1" artificial="1"/>
+ <Constructor id="_4" name="start" context="_1" access="public" location="f1:4" file="f1" line="4" inline="1" artificial="1">
+ <Argument type="_9" location="f1:4" file="f1" line="4"/>
+ </Constructor>
+ <OperatorMethod id="_5" name="=" returns="_10" context="_1" access="public" location="f1:4" file="f1" line="4" inline="1" artificial="1" mangled="[^"]+">
+ <Argument type="_9" location="f1:4" file="f1" line="4"/>
+ </OperatorMethod>
+ <Destructor id="_6" name="start" context="_1" access="public" location="f1:4" file="f1" line="4" inline="1" artificial="1"/>
+ <Class id="_7" name="non_dependent_base" context="_2" location="f1:1" file="f1" line="1" members="_11 _12 _13 _14" size="[0-9]+" align="[0-9]+"/>
+ <Class id="_8" name="dependent_base&lt;int&gt;" context="_2" location="f1:2" file="f1" line="2" members="_15 _16 _17 _18" size="[0-9]+" align="[0-9]+"/>
+ <ReferenceType id="_9" type="_1c"/>
+ <CvQualifiedType id="_1c" type="_1" const="1"/>
+ <ReferenceType id="_10" type="_1"/>
+ <Constructor id="_11" name="non_dependent_base" context="_7" access="public" location="f1:1" file="f1" line="1" inline="1" artificial="1"/>
+ <Constructor id="_12" name="non_dependent_base" context="_7" access="public" location="f1:1" file="f1" line="1" inline="1" artificial="1">
+ <Argument type="_19" location="f1:1" file="f1" line="1"/>
+ </Constructor>
+ <OperatorMethod id="_13" name="=" returns="_20" context="_7" access="public" location="f1:1" file="f1" line="1" inline="1" artificial="1" mangled="[^"]+">
+ <Argument type="_19" location="f1:1" file="f1" line="1"/>
+ </OperatorMethod>
+ <Destructor id="_14" name="non_dependent_base" context="_7" access="public" location="f1:1" file="f1" line="1" inline="1" artificial="1"/>
+ <Constructor id="_15" name="dependent_base" context="_8" access="public" location="f1:2" file="f1" line="2" inline="1" artificial="1"/>
+ <Constructor id="_16" name="dependent_base" context="_8" access="public" location="f1:2" file="f1" line="2" inline="1" artificial="1">
+ <Argument type="_21" location="f1:2" file="f1" line="2"/>
+ </Constructor>
+ <OperatorMethod id="_17" name="=" returns="_22" context="_8" access="public" location="f1:2" file="f1" line="2" inline="1" artificial="1" mangled="[^"]+">
+ <Argument type="_21" location="f1:2" file="f1" line="2"/>
+ </OperatorMethod>
+ <Destructor id="_18" name="dependent_base" context="_8" access="public" location="f1:2" file="f1" line="2" inline="1" artificial="1"/>
+ <ReferenceType id="_19" type="_7c"/>
+ <CvQualifiedType id="_7c" type="_7" const="1"/>
+ <ReferenceType id="_20" type="_7"/>
+ <ReferenceType id="_21" type="_8c"/>
+ <CvQualifiedType id="_8c" type="_8" const="1"/>
+ <ReferenceType id="_22" type="_8"/>
+ <Namespace id="_2" name="::"/>
+ <File id="f1" name=".*/test/input/Class-template-bases.cxx"/>
+</GCC_XML>$