1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 10:42:39 +01:00

vim: add 'builtin', 'nobuiltin', 'nonnull', and 'speculatable' to the keyword list.

llvm-svn: 307419
This commit is contained in:
Craig Topper 2017-07-07 18:28:45 +00:00
parent e011f49a42
commit 53368afb5b

View File

@ -54,6 +54,7 @@ syn keyword llvmKeyword
\ atomic
\ available_externally
\ blockaddress
\ builtin
\ byval
\ c
\ catch
@ -105,10 +106,12 @@ syn keyword llvmKeyword
\ naked
\ nest
\ noalias
\ nobuiltin
\ nocapture
\ noimplicitfloat
\ noinline
\ nonlazybind
\ nonnull
\ norecurse
\ noredzone
\ noreturn
@ -134,6 +137,7 @@ syn keyword llvmKeyword
\ signext
\ singlethread
\ source_filename
\ speculatable
\ spir_func
\ spir_kernel
\ sret