//==--- DiagnosticDocs.td - Diagnostic documentation ---------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===---------------------------------------------------------------------===// def GlobalDocumentation { code Intro =[{.. ------------------------------------------------------------------- NOTE: This file is automatically generated by running clang-tblgen -gen-diag-docs. Do not edit this file by hand!! ------------------------------------------------------------------- .. Add custom CSS to output. FIXME: This should be put into rather than the start of . .. raw:: html .. FIXME: rST doesn't support formatting this, so we format all elements as monospace font face instead. .. |nbsp| unicode:: 0xA0 :trim: .. Roles generated by clang-tblgen. .. role:: error .. role:: warning .. role:: remark .. role:: diagtext .. role:: placeholder(emphasis) ========================= Diagnostic flags in Clang ========================= .. contents:: :local: Introduction ============ This page lists the diagnostic flags currently supported by Clang. Diagnostic flags ================ }]; }