blob: 9eb2516010b9274ebc8d5773b4a493ba6a0b9256 [file] [log] [blame]
// Copyright 2020 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// Package llvm defines data structures that can be used to read code coverage
// information exported from the llvm-cov tool. The schema is defined in:
// https://github.com/llvm/llvm-project/blob/master/llvm/tools/llvm-cov/CoverageExporterJson.cpp
package llvm