From 06ab044127f0ff9a2b3696b6787d23c877505292 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 12 May 2009 00:47:40 +0000 Subject: [PATCH] wrap up a version of the man page that is minimally helpful, but somewhat complete. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@71524 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/tools/clang.pod | 76 ++++++++++++++++++-------------------------- 1 file changed, 31 insertions(+), 45 deletions(-) diff --git a/docs/tools/clang.pod b/docs/tools/clang.pod index 2ec7d77c0e..4adf57faf2 100644 --- a/docs/tools/clang.pod +++ b/docs/tools/clang.pod @@ -401,84 +401,70 @@ and warnings). Please see the Clang User's Manual for more information. =over -=item B<-xyz> +=item B<-D>I -Frob +Adds an implicit #define into the predefines buffer which is read before the +source file is preprocessed. --D --U --include --imacros +=item B<-U>I +Adds an implicit #undef into the predefines buffer which is read before the +source file is preprocessed. +=item B<-include> I --nostdinc --F --I --idirafter --iquote --isystem --iprefix --iwithprefix --iwithprefixbefore --isysroot +Adds an implicit #include into the predefines buffer which is read before the +source file is preprocessed. +=item B<-I>I +Add the specified directory to the search path for include files. +=item B<-F>I -=back +Add the specified directory to the search path for framework include files. +=item B<-nostdinc> +Do not search the standard system directories for include files. +=cut -=head2 Parser and Semantic Analysis Options +## TODO, but do we really want people using this stuff? +=item B<-idirafter>I +=item B<-iquote>I +=item B<-isystem>I +=item B<-iprefix>I +=item B<-iwithprefix>I +=item B<-iwithprefixbefore>I +=item B<-isysroot> +=pod -=over =back +=cut - +### TODO someday. +=head2 Warning Control Options +=over +=back =head2 Code Generation and Optimization Options - =over - =back - - - - - - =head2 Assembler Options - =over - =back - - - - - - =head2 Linker Options - =over - =back - - - - - =head2 Static Analyzer Options - =over - =back +=pod =head1 ENVIRONMENT -- 2.40.0