forked from OSchip/llvm-project
19701458d4
`OS << ND->getDeclName();` is equivalent to `OS << ND->getNameAsString();` without the extra temporary string. This is not quite a NFC since two uses of `getNameAsString` in a diagnostic are replaced, which results in the named entity being quoted with additional "'"s (ie: 'var' instead of var). |
||
---|---|---|
.. | ||
RetainCountChecker.cpp | ||
RetainCountChecker.h | ||
RetainCountDiagnostics.cpp | ||
RetainCountDiagnostics.h |