mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-08 03:46:02 +03:00
Adapt to free functions in dmd
C++ namespace now
This commit is contained in:
parent
217888ff47
commit
9041c0bf67
37 changed files with 132 additions and 64 deletions
|
@ -34,6 +34,8 @@
|
|||
#include "ir/irvar.h"
|
||||
#include "llvm/ADT/SmallString.h"
|
||||
|
||||
using namespace dmd;
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
class CodegenVisitor : public Visitor {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue