//==--- DiagnosticDocs.td - Diagnostic documentation ---------------------===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===---------------------------------------------------------------------===// 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 ================ }]; }