package clangml

  1. Overview
  2. Docs

Use by Clang__utils.pp_diagnostic

type t = {
  1. kind : Clang__Clang__types.location_kind;
  2. column : bool;
  3. ranges : bool;
}
val default : t