From 1ec2ca23bbc6d81ccc4cf2384228f8034188687d Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 9 Mar 2012 14:39:41 +0200 Subject: Add support for --show-sloc and --sloc-limit options --- odb/options.cli | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'odb/options.cli') diff --git a/odb/options.cli b/odb/options.cli index ae72e25..95a5d4c 100644 --- a/odb/options.cli +++ b/odb/options.cli @@ -5,6 +5,7 @@ include ; include ; include ; +include ; include ; @@ -451,6 +452,18 @@ class options preprocessor macro name are replaced with underscores." }; + bool --show-sloc + { + "Print the number of generated physical source lines of code (SLOC)." + }; + + std::size_t --sloc-limit + { + "", + "Check that the number of generated physical source lines of code (SLOC) + does not exceed ." + }; + // The following option is "fake" in that it is actually handled by // argv_file_scanner. We have it here to get the documentation. // -- cgit v1.1