summaryrefslogtreecommitdiff
path: root/gcc/d/dmd/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/d/dmd/README.md')
-rw-r--r--gcc/d/dmd/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/d/dmd/README.md b/gcc/d/dmd/README.md
index f613ab28577..b14310312cd 100644
--- a/gcc/d/dmd/README.md
+++ b/gcc/d/dmd/README.md
@@ -130,6 +130,8 @@ Note that these groups have no strict meaning, the category assignments are a bi
| [impcnvtab.d](https://github.com/dlang/dmd/blob/master/src/dmd/impcnvtab.d) | Define an implicit conversion table for basic types |
| [importc.d](https://github.com/dlang/dmd/blob/master/src/dmd/importc.d) | Helpers specific to ImportC |
| [sideeffect.d](https://github.com/dlang/dmd/blob/master/src/dmd/sideeffect.d) | Extract side-effects of expressions for certain lowerings. |
+| [mustuse.d](https://github.com/dlang/dmd/blob/master/src/dmd/mustuse.d) | Helpers related to the `@mustuse` attribute |
+
**Compile Time Function Execution (CTFE)**