mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-07-21 06:35:21 +02:00
Merged 1.075 frontend.
This commit is contained in:
@@ -137,10 +137,8 @@ struct Module : Package
|
||||
bool read(Loc loc); // read file, returns 'true' if succeed, 'false' otherwise.
|
||||
#if IN_LLVM
|
||||
void parse(bool gen_docs = false); // syntactic parse
|
||||
#elif IN_GCC
|
||||
void setDocfile(); // set docfile member
|
||||
void parse(bool dump_source = false); // syntactic parse
|
||||
#else
|
||||
void setDocfile(); // set docfile member
|
||||
void parse(); // syntactic parse
|
||||
#endif
|
||||
void importAll(Scope *sc);
|
||||
|
||||
Reference in New Issue
Block a user