diff options
author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2015-02-13 01:28:16 +0000 |
---|---|---|
committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2015-02-13 01:28:16 +0000 |
commit | 4730b909f68da9853fe8a58f93f85c53dd2b1d8f (patch) | |
tree | 21d703109ef301fc351970b9b8b123baf8bf8244 /utils | |
parent | ed356a925a35dcfd58fad093254b401bc7eb6ec5 (diff) |
AsmWriter: MDSubprogram: Recognize DW_VIRTUALITY in 'virtuality'
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@229015 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils')
-rw-r--r-- | utils/vim/llvm.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/vim/llvm.vim b/utils/vim/llvm.vim index df564113185..e3e462f9a2f 100644 --- a/utils/vim/llvm.vim +++ b/utils/vim/llvm.vim @@ -80,6 +80,7 @@ syn match llvmType /!\zs\a\+\ze\s*(/ syn match llvmConstant /\<DW_TAG_[a-z_]\+\>/ syn match llvmConstant /\<DW_ATE_[a-zA-Z_]\+\>/ syn match llvmConstant /\<DW_LANG_[a-zA-Z0-9_]\+\>/ +syn match llvmConstant /\<DW_VIRTUALITY_[a-z_]\+\>/ " Syntax-highlight dejagnu test commands. syn match llvmSpecialComment /;\s*RUN:.*$/ |