diff options
author | Brad King <brad.king@kitware.com> | 2014-02-20 18:26:28 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-03-21 20:32:13 (GMT) |
commit | 5aa9127574095f317a368d09c5a6bfb996ae792f (patch) | |
tree | a625f91e70f01dfcd66a7a302acb1e1e2babef47 /test/input/empty.mm | |
parent | 6e42c9c3e990082b135c9b4d5d8023fb8ae5d325 (diff) | |
download | CastXML-5aa9127574095f317a368d09c5a6bfb996ae792f.zip CastXML-5aa9127574095f317a368d09c5a6bfb996ae792f.tar.gz CastXML-5aa9127574095f317a368d09c5a6bfb996ae792f.tar.bz2 |
Restrict --castxml-gccxml to C++98 and C89 modes
The gccxml output format was designed for C++98 and does not support
constructs in C++11 or other newer language standards. Reject such
combinations up front. An alternative output format will be needed
for such interfaces.
Diffstat (limited to 'test/input/empty.mm')
-rw-r--r-- | test/input/empty.mm | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/test/input/empty.mm b/test/input/empty.mm new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/test/input/empty.mm |