Fix parsing of classes where the class name is an absolute nested name specifier.
authorManuel Klimek <klimek@google.com>
Thu, 31 Jul 2014 07:19:30 +0000 (07:19 +0000)
committerManuel Klimek <klimek@google.com>
Thu, 31 Jul 2014 07:19:30 +0000 (07:19 +0000)
commit45bf56cdf900de40f60997fed8ef7aadf0ef75bb
tree057a3d492d7a6317f5b6ac5cb99ec1829ae304e2
parent87c046189dd1029d8ee0fb3382869220678f5151
Fix parsing of classes where the class name is an absolute nested name specifier.

llvm-svn: 214393
clang/lib/Format/UnwrappedLineParser.cpp
clang/unittests/Format/FormatTest.cpp