[clang-tidy] Ignore matches in template instantiations (cert-dcl21-cpp)
authorAlexander Kornienko <alexfh@google.com>
Fri, 23 Nov 2018 14:30:14 +0000 (14:30 +0000)
committerAlexander Kornienko <alexfh@google.com>
Fri, 23 Nov 2018 14:30:14 +0000 (14:30 +0000)
commitdaa515e6a1867bcd23db553411ce41da0252cb9a
tree67be3ee56d78dd8512b4ebfda37d945a0408118d
parent173bc2bb7f75aab38c2c5a1f8d82704ef830a33e
[clang-tidy] Ignore matches in template instantiations (cert-dcl21-cpp)

The test fails with a local modification to
clang-tidy/ClangTidyDiagnosticConsumer.cpp to include fixes into the key when
deduplicating the warnings.

llvm-svn: 347495
clang-tools-extra/clang-tidy/cert/PostfixOperatorCheck.cpp