]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/llvm/tools/clang/include/clang/Driver/ClangOptionDocs.td
Merge clang trunk r300422 and resolve conflicts.
[FreeBSD/FreeBSD.git] / contrib / llvm / tools / clang / include / clang / Driver / ClangOptionDocs.td
1 //==--- ClangOptionDocs.td - Option documentation -------------------------===//
2 //
3 //                     The LLVM Compiler Infrastructure
4 //
5 // This file is distributed under the University of Illinois Open Source
6 // License. See LICENSE.TXT for details.
7 //
8 //===----------------------------------------------------------------------===//
9
10 def GlobalDocumentation {
11   code Intro =[{..
12   -------------------------------------------------------------------
13   NOTE: This file is automatically generated by running clang-tblgen
14   -gen-opt-docs. Do not edit this file by hand!!
15   -------------------------------------------------------------------
16
17 =====================================
18 Clang command line argument reference
19 =====================================
20 .. contents::
21    :local:
22
23 Introduction
24 ============
25
26 This page lists the command line arguments currently supported by the
27 GCC-compatible ``clang`` and ``clang++`` drivers.
28
29 }];
30
31   string Program = "clang";
32   list<string> ExcludedFlags = ["HelpHidden", "NoDriverOption",
33                                 "CLOption", "Unsupported", "Ignored"];
34 }
35
36 include "Options.td"