Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/utils/kate/llvm-tablegen.xml | ||
---|---|---|
11 | I think defvar should go next to def |
llvm/utils/kate/llvm-tablegen.xml | ||
---|---|---|
11 | That would mean putting it in the 'class-like' section, which I thought probably wasn't right, on the grounds that defvar does not open a block with further declarations inside it, whereas def does, in common with the other 'class-like' keywords. I admit I'm not a Kate user, though, so I don't know what difference (if any) that would actually make during editing. |
LG in principle.
llvm/utils/kate/llvm-tablegen.xml | ||
---|---|---|
11 | On a second thought, let seems like a closer fit. |
llvm/utils/kate/llvm-tablegen.xml | ||
---|---|---|
11 | Oh yes, I hadn't noticed def appeared in the objects category as well! OK, I'll put defvar there, alongside let. |
I think defvar should go next to def