mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-23 13:50:11 +00:00
[Utils] Add noundef attribute to vim/emacs/vscode syntax scripts
Differential Revision: https://reviews.llvm.org/D84553
This commit is contained in:
parent
3ebd1ba64f
commit
caf002c7be
@ -25,7 +25,7 @@
|
||||
'("alwaysinline" "argmemonly" "builtin" "cold" "convergent" "inaccessiblememonly"
|
||||
"inaccessiblemem_or_argmemonly" "inlinehint" "jumptable" "minsize" "naked" "nobuiltin"
|
||||
"noduplicate" "noimplicitfloat" "noinline" "nonlazybind" "noredzone" "noreturn"
|
||||
"norecurse" "nounwind" "optnone" "optsize" "readnone" "readonly" "returns_twice"
|
||||
"norecurse" "noundef" "nounwind" "optnone" "optsize" "readnone" "readonly" "returns_twice"
|
||||
"speculatable" "ssp" "sspreq" "sspstrong" "safestack" "sanitize_address" "sanitize_hwaddress" "sanitize_memtag"
|
||||
"sanitize_thread" "sanitize_memory" "strictfp" "uwtable" "writeonly" "immarg") 'symbols) . font-lock-constant-face)
|
||||
;; Variables
|
||||
|
@ -119,6 +119,7 @@ syn keyword llvmKeyword
|
||||
\ norecurse
|
||||
\ noredzone
|
||||
\ noreturn
|
||||
\ noundef
|
||||
\ nounwind
|
||||
\ optnone
|
||||
\ optsize
|
||||
|
@ -216,6 +216,7 @@ patterns:
|
||||
\\bnorecurse\\b|\
|
||||
\\bnoredzone\\b|\
|
||||
\\bnoreturn\\b|\
|
||||
\\bnoundef\\b|\
|
||||
\\bnounwind\\b|\
|
||||
\\boptnone\\b|\
|
||||
\\boptsize\\b|\
|
||||
|
Loading…
Reference in New Issue
Block a user