]> granicus.if.org Git - clang/commit
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)
commit785d3d6a038ad3d67fae953237fe7ba85ae7ccb7
tree033fa29ef48b171beadeaeffed831884f0d623f1
parent3a5597cce3714fc1149fc33341deb7147b5b7e4c
Fix parsing of classes where the class name is an absolute nested name specifier.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@214393 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Format/UnwrappedLineParser.cpp
unittests/Format/FormatTest.cpp