llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker
Nathan James cfb8169059
[clang] Add a raw_ostream operator<< overload for QualType
Under the hood this prints the same as `QualType::getAsString()` but cuts out the middle-man when that string is sent to another raw_ostream.

Also cleaned up all the call sites where this occurs.

Reviewed By: aaron.ballman

Differential Revision: https://reviews.llvm.org/D123926
2022-04-20 22:09:05 +01:00
..
RetainCountChecker.cpp [clang] Add a raw_ostream operator<< overload for QualType 2022-04-20 22:09:05 +01:00
RetainCountChecker.h
RetainCountDiagnostics.cpp [clang] Add a raw_ostream operator<< overload for QualType 2022-04-20 22:09:05 +01:00
RetainCountDiagnostics.h [analyzer] Adjust the reported variable name in retain count checker 2021-04-28 18:37:37 +03:00