Skip to content
Commit 75000b68 authored by Argyrios Kyrtzidis's avatar Argyrios Kyrtzidis
Browse files

Fix PR7180.

For

void f( a::b::c );

we would cache the tokens "a::b::" but then we would try to annotate them using the range "a::".
Before annotating them with the (invalid) C++ scope spec, set it to the range of "a::b::".

llvm-svn: 106536
parent 104819c6
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