Deleted Added
full compact
DataTypes.h (341825) DataTypes.h (353358)
1//===-- llvm/Support/DataTypes.h - Define fixed size types ------*- C++ -*-===//
2//
1//===-- llvm/Support/DataTypes.h - Define fixed size types ------*- C++ -*-===//
2//
3// The LLVM Compiler Infrastructure
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-exception
4//
6//
5// This file is distributed under the University of Illinois Open Source
6// License. See LICENSE.TXT for details.
7//
8//===----------------------------------------------------------------------===//
9//
10// Due to layering constraints (Support depends on llvm-c) this is a thin
11// wrapper around the implementation that lives in llvm-c, though most clients
12// can/should think of this as being provided by Support for simplicity (not
13// many clients are aware of their dependency on llvm-c).
14//
15//===----------------------------------------------------------------------===//
16
17#include "llvm-c/DataTypes.h"
7//===----------------------------------------------------------------------===//
8//
9// Due to layering constraints (Support depends on llvm-c) this is a thin
10// wrapper around the implementation that lives in llvm-c, though most clients
11// can/should think of this as being provided by Support for simplicity (not
12// many clients are aware of their dependency on llvm-c).
13//
14//===----------------------------------------------------------------------===//
15
16#include "llvm-c/DataTypes.h"