diff options
author | Aaron Ballman <aaron@aaronballman.com> | 2018-09-30 17:39:39 +0000 |
---|---|---|
committer | Aaron Ballman <aaron@aaronballman.com> | 2018-09-30 17:39:39 +0000 |
commit | 873a50901b9d2281eb2a4b40d7e19c5172c9f92b (patch) | |
tree | 6bdde341fe5f13a6f794b45b327a562cc53d572a /clang-tools-extra/test/clang-tidy/mpi-buffer-deref.cpp | |
parent | c2fc53ac902a5c36b0acde984055043111e515f6 (diff) | |
download | bcm5719-llvm-873a50901b9d2281eb2a4b40d7e19c5172c9f92b.tar.gz bcm5719-llvm-873a50901b9d2281eb2a4b40d7e19c5172c9f92b.zip |
Reverting r343415 as it breaks at least one of the bots.
http://lab.llvm.org:8011/builders/llvm-clang-lld-x86_64-scei-ps4-ubuntu-fast/builds/37336
llvm-svn: 343418
Diffstat (limited to 'clang-tools-extra/test/clang-tidy/mpi-buffer-deref.cpp')
-rw-r--r-- | clang-tools-extra/test/clang-tidy/mpi-buffer-deref.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang-tools-extra/test/clang-tidy/mpi-buffer-deref.cpp b/clang-tools-extra/test/clang-tidy/mpi-buffer-deref.cpp index 47d58a5a6c4..67304d23010 100644 --- a/clang-tools-extra/test/clang-tidy/mpi-buffer-deref.cpp +++ b/clang-tools-extra/test/clang-tidy/mpi-buffer-deref.cpp @@ -1,4 +1,3 @@ -// REQUIRES: static-analyzer // RUN: %check_clang_tidy %s mpi-buffer-deref %t -- -- -I %S/Inputs/mpi-type-mismatch #include "mpimock.h" |