From f76be6dce5062afd03eefc65faec7c358ce1cd40 Mon Sep 17 00:00:00 2001 From: Fred Hornsey Date: Mon, 3 Dec 2018 11:19:08 -0600 Subject: Update TAO/docs/compiler.html --- TAO/docs/compiler.html | 72 +++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 65 insertions(+), 7 deletions(-) diff --git a/TAO/docs/compiler.html b/TAO/docs/compiler.html index cd98f422004..b3e02f7209c 100644 --- a/TAO/docs/compiler.html +++ b/TAO/docs/compiler.html @@ -251,20 +251,40 @@ also receives other options that are specific to it.

Remark - -u + -h
--help
-u
- The compiler prints out the options that are given below and exits - clean + The compiler prints out the arguments it supports and exits  
- -V + -V
--version
The compiler printouts its version and exits   + + --idl-version VERSION + + Set the IDL version to use +   + + + + --default-idl-version + + Prints the defautl IDL version for the compiler and exits +   + + + + --list-idl-versions + + Lists IDL versions the compiler supports and exits +   + +
-Wb,option_list @@ -556,10 +576,33 @@ also receives other options that are specific to it.

  + + --syntax-only + + Parse input files, but exit without generating any files. +   + + - -d + --dump
-d
+ + Causes output of a dump of the AST and exits before any files would be + created. +   + + + + --dump-builtins - Causes output of a dump of the AST + Implies --dump, but also dumps IDL defined by the compiler. +   + + + + --just-dump-builtins + + Dumps IDL defined by the compiler but ignores any files passed and + exits.   @@ -636,7 +679,7 @@ also receives other options that are specific to it.

-in - To generate #include statements with <>'s for the standard + To generate #include statements with <>'s for the standard include files (e.g. tao/corba.h) indicating them as non-changing files   @@ -1296,6 +1339,21 @@ also receives other options that are specific to it.

Default is 2 spaces + + --unknown-annotations ARG + + + Controls the reaction when encountering undefined annotations. The valid + arguments to this option are "warn-once" (Default), "warn-all", "error", + and "ignore". + + + The difference between "warn-once" and "warn-all" is that with + "warn-once" using annotations the same local name will not be warned + about more than once, while "warn-all" will warn with every usage. + + +


-- cgit v1.2.1