summaryrefslogtreecommitdiffstats
path: root/llvm/utils
diff options
context:
space:
mode:
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>2015-02-13 01:28:16 +0000
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>2015-02-13 01:28:16 +0000
commit890533e987c8ba71e09ea3cac19061d520dbbf23 (patch)
tree6aff55d4738897e4bfffefca28a68f96b3a2dc6a /llvm/utils
parent19fc5ed7db7bea9cd51345667d708b494258cbf7 (diff)
downloadbcm5719-llvm-890533e987c8ba71e09ea3cac19061d520dbbf23.tar.gz
bcm5719-llvm-890533e987c8ba71e09ea3cac19061d520dbbf23.zip
AsmWriter: MDSubprogram: Recognize DW_VIRTUALITY in 'virtuality'
llvm-svn: 229015
Diffstat (limited to 'llvm/utils')
-rw-r--r--llvm/utils/vim/llvm.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/utils/vim/llvm.vim b/llvm/utils/vim/llvm.vim
index df564113185..e3e462f9a2f 100644
--- a/llvm/utils/vim/llvm.vim
+++ b/llvm/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:.*$/
OpenPOWER on IntegriCloud