brintos

brintos / llvm-project-archived public Read only

0
0
Text · 874 B · 86cde11 Raw
24 lines · plain
1//==--- FlangOptionsMan.td - Options documentation ------------------------===//2//3// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.4// See https://llvm.org/LICENSE.txt for license information.5// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception6//7//===----------------------------------------------------------------------===//8 9def GlobalDocumentation {10  code Intro =[{..11  -------------------------------------------------------------------12  NOTE: This file is automatically generated by running clang-tblgen13  -gen-opt-docs. Do not edit this file by hand!!14  -------------------------------------------------------------------15}];16 17  string Program = "Flang";18  list<string> VisibilityMask = ["FlangOption"];19  list<string> IgnoreFlags = ["HelpHidden", "Unsupported", "Ignored"];20}21 22#define GENERATING_DOCS23include "Options.td"24