]> granicus.if.org Git - clang/commitdiff
80-column and spacing.
authorChad Rosier <mcrosier@apple.com>
Thu, 25 Aug 2011 20:17:19 +0000 (20:17 +0000)
committerChad Rosier <mcrosier@apple.com>
Thu, 25 Aug 2011 20:17:19 +0000 (20:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@138578 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Driver/CC1Options.td

index 1017daeda1ea6f066f071978dc3b3bb619b61ed2..3edd436b7efdd30d9f17becdb9cfd36b78351abe 100644 (file)
@@ -113,9 +113,10 @@ def dwarf_debug_flags : Separate<"-dwarf-debug-flags">,
 def fforbid_guard_variables : Flag<"-fforbid-guard-variables">,
   HelpText<"Emit an error if a C++ static local initializer would need a guard variable">;
 def g : Flag<"-g">, HelpText<"Generate source level debug information">;
-def fno_dwarf2_cfi_asm : Flag<"-fno-dwarf2-cfi-asm">, HelpText<"Don't use the cfi directives">;
+def fno_dwarf2_cfi_asm : Flag<"-fno-dwarf2-cfi-asm">,
+  HelpText<"Don't use the cfi directives">;
 def fcatch_undefined_behavior : Flag<"-fcatch-undefined-behavior">,
-    HelpText<"Generate runtime checks for undefined behavior.">;
+  HelpText<"Generate runtime checks for undefined behavior.">;
 def flimit_debug_info : Flag<"-flimit-debug-info">,
   HelpText<"Limit debug information produced to reduce size of debug binary">;
 def fno_common : Flag<"-fno-common">,