commit | e87aeb378dbc9149173f77b5db56d2e8a83b5bef | [log] [tgz] |
---|---|---|
author | Richard Smith <richard-llvm@metafoo.co.uk> | Thu Oct 08 00:17:59 2015 +0000 |
committer | Richard Smith <richard-llvm@metafoo.co.uk> | Thu Oct 08 00:17:59 2015 +0000 |
tree | 9f7d72dfe209adc85e7a22b4ff5389ea87921701 | |
parent | 7c2f9e80f78fbec4e382da062b967500c915c09e [diff] |
When pretty-printing a C++11 literal operator, don't insert whitespace between the "" and the suffix; that breaks names such as 'operator""if'. For symmetry, also remove the space between the 'operator' and the '""'. llvm-svn: 249641