diff options
| author | Julian Blake Kongslie | 2022-06-26 16:24:13 -0700 |
|---|---|---|
| committer | Julian Blake Kongslie | 2022-06-26 16:24:13 -0700 |
| commit | bbaf58c9fd0f485266d86868dc35f1d2be3589cd (patch) | |
| tree | 4ae2b78bad51e3aa10776707ed9048804f378487 /tools | |
| parent | Use a separate EvalContext structure for holding some state. (diff) | |
| download | issim-bbaf58c9fd0f485266d86868dc35f1d2be3589cd.tar.xz | |
Significant changes, and a working "ISA" that just computes fib(n).
Diffstat (limited to '')
| -rw-r--r-- | tools/iwyu.imp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/iwyu.imp b/tools/iwyu.imp new file mode 100644 index 0000000..b48e049 --- /dev/null +++ b/tools/iwyu.imp | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | [ | ||
| 2 | { include: [ "<ext/alloc_traits.h>", private, "<vector>", public ] }, | ||
| 3 | ] | ||
