summaryrefslogtreecommitdiffstats
path: root/test/expect/gccxml.any.Class-implicit-member-access.xml.txt
diff options
context:
space:
mode:
authorKitware Robot <kwrobot@kitware.com>2016-11-10 19:22:30 (GMT)
committerBrad King <brad.king@kitware.com>2016-11-10 19:52:15 (GMT)
commit24b03cffb0d3f42110dcaf754708cd1204800d12 (patch)
tree3182eaa878a3e13e3afe3f28637a2482d2c009f2 /test/expect/gccxml.any.Class-implicit-member-access.xml.txt
parent1ec76bcab6b545763c7b804506edeef1c7fd9700 (diff)
downloadCastXML-24b03cffb0d3f42110dcaf754708cd1204800d12.zip
CastXML-24b03cffb0d3f42110dcaf754708cd1204800d12.tar.gz
CastXML-24b03cffb0d3f42110dcaf754708cd1204800d12.tar.bz2
Revise C++ coding style using clang-format
Run the `src/clang-format.bash` script to update all our C and C++ code to a new style defined by `.clang-format`. Use `clang-format` version 3.8. Fix expected test output for new line numbers. * If you reached this commit for a line in `git blame`, re-run the blame operation starting at the parent of this commit to see older history for the content. * See the parent commit for instructions to rebase a change across this style transition commit.
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.txt18
1 files changed, 9 insertions, 9 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 9cf2a14..035cb7d 100644
--- a/test/expect/gccxml.any.Class-implicit-member-access.xml.txt
+++ b/test/expect/gccxml.any.Class-implicit-member-access.xml.txt
@@ -1,18 +1,18 @@
^<\?xml version="1.0"\?>
<GCC_XML[^>]*>
- <Class id="_1" name="start" context="_2" location="f1:9" file="f1" line="9" members="_3 _4" bases="_5" size="[0-9]+" align="[0-9]+">
+ <Class id="_1" name="start" context="_2" location="f1:11" file="f1" line="11" members="_3 _4" bases="_5" size="[0-9]+" align="[0-9]+">
<Base type="_5" access="public" virtual="0" offset="0"/>
</Class>
- <Destructor id="_3" name="start" context="_1" access="public" location="f1:9" file="f1" line="9" inline="1" artificial="1"( throw="")?/>
- <Constructor id="_4" name="start" context="_1" access="public" location="f1:9" file="f1" line="9" inline="1" artificial="1"( throw="")?/>
+ <Destructor id="_3" name="start" context="_1" access="public" location="f1:11" file="f1" line="11" inline="1" artificial="1"( throw="")?/>
+ <Constructor id="_4" name="start" context="_1" access="public" location="f1:11" file="f1" line="11" inline="1" artificial="1"( throw="")?/>
<Class id="_5" name="base" context="_2" location="f1:1" file="f1" line="1" members="_6 _7 _8 _9" size="[0-9]+" align="[0-9]+"/>
- <Constructor id="_6" name="base" context="_5" access="protected" location="f1:3" file="f1" line="3"/>
- <Destructor id="_7" name="base" context="_5" access="protected" location="f1:4" file="f1" line="4"/>
- <Constructor id="_8" name="base" context="_5" access="private" location="f1:6" file="f1" line="6">
- <Argument type="_10" location="f1:6" file="f1" line="6"/>
+ <Constructor id="_6" name="base" context="_5" access="protected" location="f1:4" file="f1" line="4"/>
+ <Destructor id="_7" name="base" context="_5" access="protected" location="f1:5" file="f1" line="5"/>
+ <Constructor id="_8" name="base" context="_5" access="private" location="f1:8" file="f1" line="8">
+ <Argument type="_10" location="f1:8" file="f1" line="8"/>
</Constructor>
- <OperatorMethod id="_9" name="=" returns="_11" context="_5" access="private" location="f1:7" file="f1" line="7" mangled="[^"]+">
- <Argument type="_10" location="f1:7" file="f1" line="7"/>
+ <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"/>
<CvQualifiedType id="_5c" type="_5" const="1"/>