summaryrefslogtreecommitdiffstats
path: root/test/input
diff options
context:
space:
mode:
authorMichka Popoff <michkapopoff@gmail.com>2015-08-19 21:09:55 (GMT)
committerBrad King <brad.king@kitware.com>2015-08-20 15:22:40 (GMT)
commit97d91f1ebc22def707743178a77e5f0c1b235ff2 (patch)
tree053a9a34954a0721956d733a5b096b35ed8773d8 /test/input
parente73fba54fd7347b94a6951903eac8479495654f2 (diff)
downloadCastXML-97d91f1ebc22def707743178a77e5f0c1b235ff2.zip
CastXML-97d91f1ebc22def707743178a77e5f0c1b235ff2.tar.gz
CastXML-97d91f1ebc22def707743178a77e5f0c1b235ff2.tar.bz2
Output: Add annotate() to function argument attributes=""
Extend the change from commit e73fba54 (Output: Add annotate() to function declaration attributes="", 2015-08-18) to function arguments since gccxml also supported attributes there.
Diffstat (limited to 'test/input')
-rw-r--r--test/input/Function-Argument-annotate.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/input/Function-Argument-annotate.cxx b/test/input/Function-Argument-annotate.cxx
new file mode 100644
index 0000000..3ea09ad
--- /dev/null
+++ b/test/input/Function-Argument-annotate.cxx
@@ -0,0 +1 @@
+void start( __attribute__ ((annotate ("an annotation"))) int);