[clang-tidy] use CHECK-NOTES in tests for bugprone-argument-comment
authorJonas Toth <jonas.toth@gmail.com>
Tue, 18 Sep 2018 10:15:15 +0000 (10:15 +0000)
committerJonas Toth <jonas.toth@gmail.com>
Tue, 18 Sep 2018 10:15:15 +0000 (10:15 +0000)
commitebf03001c1aead1e1da53a7a18578dc44897ecb7
tree2c5271548509cff608fe3cb4a2257271e4208718
parent53db663afbe7712d250f20d2b6e3fb7c8015b5d0
[clang-tidy] use CHECK-NOTES in tests for bugprone-argument-comment

Summary:
This patch uses CHECK-NOTES for the tests.
Its part of an effort to test *ALL* generated diagnostics in clang-tidy,
as emitted notes were previously ignored.

Reviewers: alexfh, aaron.ballman, hokein

Reviewed By: alexfh

Subscribers: xazax.hun, cfe-commits

Differential Revision: https://reviews.llvm.org/D52178

llvm-svn: 342458
clang-tools-extra/test/clang-tidy/bugprone-argument-comment-gmock.cpp
clang-tools-extra/test/clang-tidy/bugprone-argument-comment-strict.cpp
clang-tools-extra/test/clang-tidy/bugprone-argument-comment.cpp