svn commit: r219078 - in head/usr.bin/clang: clang tblgen

Dimitry Andric dim at FreeBSD.org
Sun Feb 27 01:45:37 UTC 2011


Author: dim
Date: Sun Feb 27 01:45:36 2011
New Revision: 219078
URL: http://svn.freebsd.org/changeset/base/219078

Log:
  Regenerate clang and tblgen manpages; the clang manpage has some minor
  updates.

Modified:
  head/usr.bin/clang/clang/clang.1
  head/usr.bin/clang/tblgen/tblgen.1

Modified: head/usr.bin/clang/clang/clang.1
==============================================================================
--- head/usr.bin/clang/clang/clang.1	Sun Feb 27 01:32:10 2011	(r219077)
+++ head/usr.bin/clang/clang/clang.1	Sun Feb 27 01:45:36 2011	(r219078)
@@ -1,5 +1,5 @@
 .\" $FreeBSD$
-.\" Automatically generated by Pod::Man 2.22 (Pod::Simple 3.07)
+.\" Automatically generated by Pod::Man 2.23 (Pod::Simple 3.14)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -125,7 +125,7 @@
 .\" ========================================================================
 .\"
 .IX Title "CLANG 1"
-.TH CLANG 1 "2010-09-27" "Clang 2.8" "Clang Tools Documentation"
+.TH CLANG 1 "2010-10-25" "clang 2.9" "Clang Tools Documentation"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
@@ -197,7 +197,7 @@ stages.  In addition to compilation of c
 \&\fBClang Static Analyzer\fR
 .PP
 The Clang Static Analyzer is a tool that scans source code to try to find bugs
-though code analysis.  This tool uses many parts of Clang and is built into the
+through code analysis.  This tool uses many parts of Clang and is built into the
 same driver.
 .SH "OPTIONS"
 .IX Header "OPTIONS"
@@ -264,6 +264,9 @@ Enable support for Pascal-style strings 
 .IP "\fB\-fms\-extensions\fR" 4
 .IX Item "-fms-extensions"
 Enable support for Microsoft extensions.
+.IP "\fB\-fmsc\-version=\fR" 4
+.IX Item "-fmsc-version="
+Set _MSC_VER. Defaults to 1300 on Windows. Not set otherwise.
 .IP "\fB\-fborland\-extensions\fR" 4
 .IX Item "-fborland-extensions"
 Enable support for Borland extensions.

Modified: head/usr.bin/clang/tblgen/tblgen.1
==============================================================================
--- head/usr.bin/clang/tblgen/tblgen.1	Sun Feb 27 01:32:10 2011	(r219077)
+++ head/usr.bin/clang/tblgen/tblgen.1	Sun Feb 27 01:45:36 2011	(r219078)
@@ -1,5 +1,5 @@
 .\" $FreeBSD$
-.\" Automatically generated by Pod::Man 2.22 (Pod::Simple 3.07)
+.\" Automatically generated by Pod::Man 2.23 (Pod::Simple 3.14)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -125,7 +125,7 @@
 .\" ========================================================================
 .\"
 .IX Title "TBLGEN 1"
-.TH TBLGEN 1 "2010-06-19" "LLVM 2.8" "LLVM Command Guide"
+.TH TBLGEN 1 "2010-06-19" "LLVM 2.9" "LLVM Command Guide"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l


More information about the svn-src-all mailing list