]> granicus.if.org Git - clang/commit
AST printer: fix double space before base class with no access specifier.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 23 Jul 2014 03:22:10 +0000 (03:22 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 23 Jul 2014 03:22:10 +0000 (03:22 +0000)
commit1c077723cfb2e40c150fdbd885bee92cb8873e55
tree627cfe644294d98f4d4e7ece9c7c13da7cc924dc
parent7f45156a99efe2ea46f828e35c672e063ba14c0e
AST printer: fix double space before base class with no access specifier.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@213719 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/DeclPrinter.cpp
unittests/AST/DeclPrinterTest.cpp