]> granicus.if.org Git - clang/commitdiff
[man page] Fix two sphinx build errors.
authorAdrian Prantl <aprantl@apple.com>
Mon, 11 Jul 2016 17:03:13 +0000 (17:03 +0000)
committerAdrian Prantl <aprantl@apple.com>
Mon, 11 Jul 2016 17:03:13 +0000 (17:03 +0000)
These options were referenced by other paragraphs, but never specified.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@275075 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CommandGuide/clang.rst

index 2b4569592a9ab2d2bd5d6c83dd786444e7cb87d3..3143626b52fb3d4754a8ef6cde8866aeafb5b0b6 100644 (file)
@@ -184,7 +184,7 @@ Language Selection and Mode Options
  (either via :option:`-fobjc-nonfragile-abi`, or because it is the platform
  default).
 
-.. option:: -fobjc-nonfragile-abi
+.. option:: -fobjc-nonfragile-abi, -fno-objc-nonfragile-abi
 
  Enable use of the Objective-C non-fragile ABI. On platforms for which this is
  the default ABI, it can be disabled with :option:`-fno-objc-nonfragile-abi`.
@@ -300,7 +300,7 @@ Code Generation Options
 
   This flag sets the default visibility level.
 
-.. option:: -fcommon
+.. option:: -fcommon, -fno-common
 
   This flag specifies that variables without initializers get common linkage.
   It can be disabled with :option:`-fno-common`.