Skip to content
Commit 736c14fa authored by Daniel Jasper's avatar Daniel Jasper
Browse files

Never merge < and ::, as it produces different tokens.

Before: vector<::Type> t;
After:  vector< ::Type> t;
llvm-svn: 172601
parent c36492b5
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