mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-07 11:26:02 +03:00
Use d_size_t in dibuilder.cpp (#3877)
This commit is contained in:
parent
499374560d
commit
5a28329e2f
1 changed files with 3 additions and 1 deletions
|
@ -19,6 +19,7 @@
|
||||||
#include "dmd/module.h"
|
#include "dmd/module.h"
|
||||||
#include "dmd/mtype.h"
|
#include "dmd/mtype.h"
|
||||||
#include "dmd/nspace.h"
|
#include "dmd/nspace.h"
|
||||||
|
#include "dmd/root/dcompat.h"
|
||||||
#include "dmd/target.h"
|
#include "dmd/target.h"
|
||||||
#include "dmd/template.h"
|
#include "dmd/template.h"
|
||||||
#include "driver/cl_options.h"
|
#include "driver/cl_options.h"
|
||||||
|
@ -51,7 +52,8 @@ static cl::opt<cl::boolOrDefault> emitColumnInfo(
|
||||||
namespace ldc {
|
namespace ldc {
|
||||||
|
|
||||||
// in gen/cpp-imitating-naming.d
|
// in gen/cpp-imitating-naming.d
|
||||||
const char *convertDIdentifierToCPlusPlus(const char *name, size_t nameLength);
|
const char *convertDIdentifierToCPlusPlus(const char *name,
|
||||||
|
d_size_t nameLength);
|
||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
llvm::StringRef uniqueIdent(Type *t) {
|
llvm::StringRef uniqueIdent(Type *t) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue