r295256 - [Docs] Add missing space to an option doc

Alex Lorenz via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 15 15:24:15 PST 2017


Author: arphaman
Date: Wed Feb 15 17:24:15 2017
New Revision: 295256

URL: http://llvm.org/viewvc/llvm-project?rev=295256&view=rev
Log:
[Docs] Add missing space to an option doc

Modified:
    cfe/trunk/include/clang/Driver/Options.td

Modified: cfe/trunk/include/clang/Driver/Options.td
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Driver/Options.td?rev=295256&r1=295255&r2=295256&view=diff
==============================================================================
--- cfe/trunk/include/clang/Driver/Options.td (original)
+++ cfe/trunk/include/clang/Driver/Options.td Wed Feb 15 17:24:15 2017
@@ -1448,8 +1448,8 @@ def fno_unique_section_names : Flag <["-
 
 def fstrict_return : Flag<["-"], "fstrict-return">, Group<f_Group>,
   Flags<[CC1Option]>,
-  HelpText<"Always treat control flow paths that fall off the end of a non-void"
-           "function as unreachable">;
+  HelpText<"Always treat control flow paths that fall off the end of a "
+           "non-void function as unreachable">;
 def fno_strict_return : Flag<["-"], "fno-strict-return">, Group<f_Group>,
   Flags<[CC1Option]>;
 




More information about the cfe-commits mailing list