Files
clang-p2996/clang/lib/StaticAnalyzer/Checkers/CheckObjCInstMethSignature.cpp
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

4.8 KiB