]> granicus.if.org Git - clang/commit
Fix printing of reference-to-reference types.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Sun, 29 Apr 2018 05:33:38 +0000 (05:33 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Sun, 29 Apr 2018 05:33:38 +0000 (05:33 +0000)
commit3e76165c707ba9c0e7a1b061efc065446a1e1de1
treeb579f18a35cb87a2777c0eae8f6a8167147c2266
parent3d0b7546132a9a667122e457b3baec4cd03947e0
Fix printing of reference-to-reference types.

Previously we would sometimes print these as 'T &&&' or even 'T &&&&'.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@331137 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/TypePrinter.cpp
test/SemaCXX/references.cpp