]> granicus.if.org Git - clang/commit
Much semicolon after namespaces.
authorManuel Klimek <klimek@google.com>
Wed, 6 Feb 2013 16:08:09 +0000 (16:08 +0000)
committerManuel Klimek <klimek@google.com>
Wed, 6 Feb 2013 16:08:09 +0000 (16:08 +0000)
commit7fc2db0acd3fb0f38db19764eef137ae3a9edc9f
tree58f84a07756a93f532ee681711bff169a2f9c6df
parent9e9e6e0297a96e237b53e6be433749065bcea5f8
Much semicolon after namespaces.

We now leave the semicolon in the line of the closing brace in:
namespace {
...
};

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