diff options
author | Kitware Robot <kwrobot@kitware.com> | 2019-04-08 15:51:43 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-04-08 15:55:34 (GMT) |
commit | 588aad93ae53b59f8eca7d854ec6fb99a87f507f (patch) | |
tree | a65571d6006335cba4ce45152376b8d7b00997a2 /test/expect/gccxml.c++98.Class-template-bases.xml.txt | |
parent | f07b3e8762cb54458f0f95695ac2940c6b8a40dc (diff) | |
download | CastXML-588aad93ae53b59f8eca7d854ec6fb99a87f507f.zip CastXML-588aad93ae53b59f8eca7d854ec6fb99a87f507f.tar.gz CastXML-588aad93ae53b59f8eca7d854ec6fb99a87f507f.tar.bz2 |
Revise C++ coding style using clang-format-6.0
Run the `clang-format.bash` script to update all our C and C++ code to a
new style defined by `.clang-format`. Use `clang-format` version 6.0.
* 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.c++98.Class-template-bases.xml.txt')
-rw-r--r-- | test/expect/gccxml.c++98.Class-template-bases.xml.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/test/expect/gccxml.c++98.Class-template-bases.xml.txt b/test/expect/gccxml.c++98.Class-template-bases.xml.txt index aefed78..28f3eb8 100644 --- a/test/expect/gccxml.c++98.Class-template-bases.xml.txt +++ b/test/expect/gccxml.c++98.Class-template-bases.xml.txt @@ -1,17 +1,17 @@ ^<\?xml version="1.0"\?> <GCC_XML[^>]*> - <Class id="_1" name="start<int>" context="_2" location="f1:12" file="f1" line="12" members="_3 _4 _5 _6" bases="_7 _8" size="[0-9]+" align="[0-9]+"> + <Class id="_1" name="start<int>" context="_2" location="f1:14" file="f1" line="14" members="_3 _4 _5 _6" bases="_7 _8" size="[0-9]+" align="[0-9]+"> <Base type="_7" access="public" virtual="0" offset="[0-9]+"/> <Base type="_8" access="public" virtual="0" offset="[0-9]+"/> </Class> - <Constructor id="_3" name="start" context="_1" access="public" location="f1:12" file="f1" line="12" inline="1" artificial="1"( throw="")?/> - <Constructor id="_4" name="start" context="_1" access="public" location="f1:12" file="f1" line="12" inline="1" artificial="1" throw=""> - <Argument type="_9" location="f1:12" file="f1" line="12"/> + <Constructor id="_3" name="start" context="_1" access="public" location="f1:14" file="f1" line="14" inline="1" artificial="1"( throw="")?/> + <Constructor id="_4" name="start" context="_1" access="public" location="f1:14" file="f1" line="14" inline="1" artificial="1" throw=""> + <Argument type="_9" location="f1:14" file="f1" line="14"/> </Constructor> - <OperatorMethod id="_5" name="=" returns="_10" context="_1" access="public" location="f1:12" file="f1" line="12" inline="1" artificial="1" throw="" mangled="[^"]+"> - <Argument type="_9" location="f1:12" file="f1" line="12"/> + <OperatorMethod id="_5" name="=" returns="_10" context="_1" access="public" location="f1:14" file="f1" line="14" inline="1" artificial="1" throw="" mangled="[^"]+"> + <Argument type="_9" location="f1:14" file="f1" line="14"/> </OperatorMethod> - <Destructor id="_6" name="start" context="_1" access="public" location="f1:12" file="f1" line="12" inline="1" artificial="1"( throw="")?/> + <Destructor id="_6" name="start" context="_1" access="public" location="f1:14" file="f1" line="14" inline="1" artificial="1"( throw="")?/> <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<int>" context="_2" location="f1:5" file="f1" line="5" members="_15 _16 _17 _18" size="[0-9]+" align="[0-9]+"/> <ReferenceType id="_9" type="_1c" size="[0-9]+" align="[0-9]+"/> |