forked from OSchip/llvm-project
parent
1c8b7d36e6
commit
b6719478b9
|
@ -473,7 +473,8 @@ void QualType::getAsStringInternal(std::string &S) const {
|
|||
}
|
||||
|
||||
// Print qualifiers as appropriate.
|
||||
if (unsigned TQ = getQualifiers()) {
|
||||
unsigned TQ = getQualifiers();
|
||||
if (TQ) {
|
||||
std::string TQS;
|
||||
AppendTypeQualList(TQS, TQ);
|
||||
if (!S.empty())
|
||||
|
|
Loading…
Reference in New Issue