llvm-project/clang-tools-extra/clang-tidy/hicpp
Jonas Toth c1f906c134 [clang-tidy] Fix bug 34747, streaming operators and hicpp-signed-bitwise
The bug happened with stream operations, that were not recognized in all cases.
Even there were already existing test for streaming classes, they did not catch this bug.
Adding the isolated example to the existing tests did not trigger the bug.
Therefore i created a new isolated file that did expose the bug indeed.

Differential: https://reviews.llvm.org/D38399
reviewed by aaron.ballman

llvm-svn: 314808
2017-10-03 16:25:01 +00:00
..
CMakeLists.txt [clang-tidy] hicpp bitwise operations on signed integers 2017-08-30 13:32:05 +00:00
ExceptionBaseclassCheck.cpp [clang-tidy] Improve hicpp-exception-baseclass to handle generic code better 2017-08-30 15:59:01 +00:00
ExceptionBaseclassCheck.h Add hicpp-exception-baseclass to the HIC++ module. 2017-08-11 16:31:51 +00:00
HICPPTidyModule.cpp [clang-tidy] add more aliases for the hicpp module 2017-09-11 09:20:07 +00:00
LICENSE.TXT
NoAssemblerCheck.cpp
NoAssemblerCheck.h
SignedBitwiseCheck.cpp [clang-tidy] Fix bug 34747, streaming operators and hicpp-signed-bitwise 2017-10-03 16:25:01 +00:00
SignedBitwiseCheck.h [clang-tidy] hicpp bitwise operations on signed integers 2017-08-30 13:32:05 +00:00