Again macros without trailing semicolons: don't care about declaration context.
authorAlexander Kornienko <alexfh@google.com>
Tue, 9 Apr 2013 16:15:19 +0000 (16:15 +0000)
committerAlexander Kornienko <alexfh@google.com>
Tue, 9 Apr 2013 16:15:19 +0000 (16:15 +0000)
commita04e5e213b2a4ab2cd0fda7725efc7158a095f6c
tree3fccb7e319a5fc7bcca651eb2349f44234b38c0c
parente4549a2391a612e380d7362c2d75b729717c2d2c
Again macros without trailing semicolons: don't care about declaration context.

Summary:
Some codebases use these kinds of macros in functions, e.g. Chromium's
IPC_BEGIN_MESSAGE_MAP, IPC_BEGIN_MESSAGE_HANDLER, etc.

Reviewers: djasper, klimek

Reviewed By: klimek

CC: cfe-commits
Differential Revision: http://llvm-reviews.chandlerc.com/D645

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