[PATCH] D97627: [Utils] Add 'willreturn' function attribute to syntax highlighting
Andrzej Warzynski via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Feb 28 10:36:50 PST 2021
awarzynski added a comment.
In D97627#2592849 <https://reviews.llvm.org/D97627#2592849>, @jdoerfert wrote:
> LG, there are others missing, would you mind adding them as well?
Sure, but I see only 2 more editors not included here and:
- Jedit <https://github.com/llvm/llvm-project/tree/860e862f34ce17f6a5ddeee472fe4e305370da18/llvm/utils/jedit#L1> has only a TableGen file (i.e. no LLVM IR syntax file)
- Emacs <https://github.com/llvm/llvm-project/blob/860e862f34ce17f6a5ddeee472fe4e305370da18/llvm/utils/emacs/llvm-mode.el#L30> has already been updated here <https://github.com/llvm/llvm-project/commit/05c02eda4552076dc08ce34866b3d8ee33bbf842>
Ping me if there's something beyond the above ^^^ that I've missed. Otherwise I'll merge as is. Ta!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97627/new/
https://reviews.llvm.org/D97627
More information about the llvm-commits
mailing list