mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-09-20 04:10:18 +02:00
DValue: struct->class.
This is in line with an incoming upstream change making all polymorphic structs classes, and also matches common coding conventions.
This commit is contained in:
+1
-1
@@ -26,7 +26,7 @@
|
||||
|
||||
#include <vector>
|
||||
|
||||
struct DValue;
|
||||
class DValue;
|
||||
struct ABIRewrite;
|
||||
namespace llvm {
|
||||
class Type;
|
||||
|
||||
Reference in New Issue
Block a user