Skip to content
Commit 6f9236e7 authored by Craig Silverstein's avatar Craig Silverstein
Browse files

Avoid double-traversing for QualifiedTypeLoc -- we were calling

VisitTypeLoc twice for qualified types, once for the qualified form
and once for the unqualified (though they looked the same by the time
we got to visittypeloc).  Now only visit once, which matches previous
behavior.

Reviewed by nlewycky

llvm-svn: 107754
parent 6f80bc56
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment