[clang-tools-extra] r228689 - The -I option needs a space, apparently, from the actual implementation.

mats petersson mats at planetcatfish.com
Tue Feb 10 06:24:13 PST 2015


I thought there was a recent change to accept BOTH with and without space?

--
Mats

On 10 February 2015 at 13:51, John Thompson
<John.Thompson.JTSoftware at gmail.com> wrote:
> Author: jtsoftware
> Date: Tue Feb 10 07:51:17 2015
> New Revision: 228689
>
> URL: http://llvm.org/viewvc/llvm-project?rev=228689&view=rev
> Log:
> The -I option needs a space, apparently, from the actual implementation.
>
> Modified:
>     clang-tools-extra/trunk/docs/module-map-checker.rst
>
> Modified: clang-tools-extra/trunk/docs/module-map-checker.rst
> URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/module-map-checker.rst?rev=228689&r1=228688&r2=228689&view=diff
> ==============================================================================
> --- clang-tools-extra/trunk/docs/module-map-checker.rst (original)
> +++ clang-tools-extra/trunk/docs/module-map-checker.rst Tue Feb 10 07:51:17 2015
> @@ -70,7 +70,7 @@ front-end arguments, which must follow t
>  Module-Map-Checker Command Line Options
>  =======================================
>
> -.. option:: -I(include path)
> +.. option:: -I (include path)
>
>    Look at headers only in this directory tree.
>    Must be a path relative to the module.map file.
>
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits



More information about the cfe-commits mailing list