summaryrefslogtreecommitdiffstats
path: root/test/input
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-02-18 15:56:53 (GMT)
committerBrad King <brad.king@kitware.com>2014-03-21 18:40:41 (GMT)
commit8894bed3e516fcabd82a349a61fce237570aa85e (patch)
tree0de8f1ff6a68b409349e98bed2b33c642f76048b /test/input
parent0a33a962a82a66794cd6ca9fc79d1260d3a781c4 (diff)
downloadCastXML-8894bed3e516fcabd82a349a61fce237570aa85e.zip
CastXML-8894bed3e516fcabd82a349a61fce237570aa85e.tar.gz
CastXML-8894bed3e516fcabd82a349a61fce237570aa85e.tar.bz2
Output: Generate ReferenceType elements
Implement the OutputLValueReferenceType method to generate the RefernceType element. Report the type="" of the pointee and queue it.
Diffstat (limited to 'test/input')
-rw-r--r--test/input/ReferenceType.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/input/ReferenceType.cxx b/test/input/ReferenceType.cxx
new file mode 100644
index 0000000..6cfa692
--- /dev/null
+++ b/test/input/ReferenceType.cxx
@@ -0,0 +1 @@
+typedef int &start;