[PATCH] D43289: [vim] Recognize more FileCheck comments

Mikhail Maltsev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 20 09:30:29 PST 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL325599: [vim] Recognize more FileCheck comments (authored by miyuki, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D43289?vs=134220&id=135077#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D43289

Files:
  llvm/trunk/utils/vim/syntax/llvm.vim


Index: llvm/trunk/utils/vim/syntax/llvm.vim
===================================================================
--- llvm/trunk/utils/vim/syntax/llvm.vim
+++ llvm/trunk/utils/vim/syntax/llvm.vim
@@ -199,6 +199,7 @@
 syn match  llvmSpecialComment /;\s*REQUIRES:.*$/
 syn match  llvmSpecialComment /;\s*RUN:.*$/
 syn match  llvmSpecialComment /;\s*CHECK:.*$/
+syn match  llvmSpecialComment "\v;\s*CHECK-(NEXT|NOT|DAG|SAME|LABEL):.*$"
 syn match  llvmSpecialComment /;\s*XFAIL:.*$/
 
 if version >= 508 || !exists("did_c_syn_inits")


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43289.135077.patch
Type: text/x-patch
Size: 529 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180220/1c33a3cd/attachment.bin>


More information about the llvm-commits mailing list