mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-04 17:11:44 +03:00
License headers and style fixes
This commit is contained in:
parent
e8ba51fb84
commit
abcfc7a451
15 changed files with 192 additions and 30 deletions
|
@ -1,3 +1,18 @@
|
|||
//===-- valueparser.h - jit support -----------------------------*- C++ -*-===//
|
||||
//
|
||||
// LDC – the LLVM D compiler
|
||||
//
|
||||
// This file is distributed under the Boost Software License. See the LICENSE
|
||||
// file for details.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// Jit runtime - value parser.
|
||||
// Reads data from host process and generates llvm::Constant suitable
|
||||
// as initializer.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef VALUEPARSER_H
|
||||
#define VALUEPARSER_H
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue