summaryrefslogtreecommitdiffstats
path: root/test/input
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-03-18 19:15:40 (GMT)
committerBrad King <brad.king@kitware.com>2014-03-24 15:37:20 (GMT)
commit25ff73764f1a54a0c3689df949f2d7e9ab41a014 (patch)
tree21a70f6c0e31c684271767b094efb6ba1f22528d /test/input
parent5e0461f6741c5eed0ee1cf79e0517a3d9b93f3b2 (diff)
downloadCastXML-25ff73764f1a54a0c3689df949f2d7e9ab41a014.zip
CastXML-25ff73764f1a54a0c3689df949f2d7e9ab41a014.tar.gz
CastXML-25ff73764f1a54a0c3689df949f2d7e9ab41a014.tar.bz2
Output: Report Typedef underlying type
When a typedef is "moded" the underlying type may be different from the named type. Report the real type.
Diffstat (limited to 'test/input')
-rw-r--r--test/input/Typedef-to-FundamentalType-mode.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/input/Typedef-to-FundamentalType-mode.cxx b/test/input/Typedef-to-FundamentalType-mode.cxx
new file mode 100644
index 0000000..03869e9
--- /dev/null
+++ b/test/input/Typedef-to-FundamentalType-mode.cxx
@@ -0,0 +1 @@
+typedef int start __attribute__ ((__mode__ (__HI__)));