From c5db2b9db6c8c707c745c5920a4179e6e6b2772c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 12 Feb 2016 13:40:27 +0200 Subject: Add support for generating vector scanner (--generate-vector-scanner) --- cli/options.ixx | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'cli/options.ixx') diff --git a/cli/options.ixx b/cli/options.ixx index 6e7520b..f8ceadf 100644 --- a/cli/options.ixx +++ b/cli/options.ixx @@ -290,6 +290,12 @@ generate_file_scanner () const } inline const bool& options:: +generate_vector_scanner () const +{ + return this->generate_vector_scanner_; +} + +inline const bool& options:: suppress_inline () const { return this->suppress_inline_; -- cgit v1.1