]> granicus.if.org Git - llvm/commitdiff
vim: add 'builtin', 'nobuiltin', 'nonnull', and 'speculatable' to the keyword list.
authorCraig Topper <craig.topper@intel.com>
Fri, 7 Jul 2017 18:28:45 +0000 (18:28 +0000)
committerCraig Topper <craig.topper@intel.com>
Fri, 7 Jul 2017 18:28:45 +0000 (18:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@307419 91177308-0d34-0410-b5e6-96231b3b80d8

utils/vim/syntax/llvm.vim

index ee768206aae6f9e873a6a6b348cdd293d94fb157..a073d6237633b6bd44c9958d26a3267985a68b42 100644 (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