Commit graph

54 commits

Author SHA1 Message Date
Johan Engelen
f29aec2072 Implement the @ldc.attributes.target UDA. 2016-01-04 02:04:25 +01:00
Johan Engelen
8d078f3bd8 Implement @ldc.attributes.section("...") for functions. 2015-12-31 12:15:40 +01:00
David Nadlinger
65dfd6912c uda: Handle symbols with null ModuleDeclaration 2015-11-04 14:50:49 +02:00
David Nadlinger
4f2f1f87e5 Implement @ldc.attributes.section(...) for variables
This now uses actual struct literals for attributes that can be generated
by arbitrary CTFE expressions. This should allow for quite a bit of
flexibility when targeting multiple compilers.
2015-11-03 21:33:05 +02:00