mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-09-17 19:07:05 +02:00
Added support for overloaded intrinsics.
Added atomic intrinsics in the intrinsics.di header.
This commit is contained in:
@@ -15,6 +15,8 @@
|
||||
#pragma once
|
||||
#endif /* __DMC__ */
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "root.h"
|
||||
#include "arraytypes.h"
|
||||
#include "dsymbol.h"
|
||||
@@ -83,6 +85,9 @@ struct TemplateDeclaration : ScopeDsymbol
|
||||
|
||||
TemplateTupleParameter *isVariadic();
|
||||
int isOverloadable();
|
||||
|
||||
// LLVMDC
|
||||
std::string intrinsicName;
|
||||
};
|
||||
|
||||
struct TemplateParameter
|
||||
|
||||
Reference in New Issue
Block a user