llvm-project/clang/lib/Format
Alexander Kornienko de64427ac6 Recognize function-like macro usages without semicolon in declaration context.
Summary:
Preserve line breaks after function-like macro usages without
semicolon, e.g.:

QQQ(xxx)
class X {
};

Reviewers: djasper, klimek

Reviewed By: djasper

CC: cfe-commits

Differential Revision: http://llvm-reviews.chandlerc.com/D638

llvm-svn: 179064
2013-04-08 22:16:06 +00:00
..
CMakeLists.txt Move the token annotator into separate files. 2013-01-29 21:01:14 +00:00
Format.cpp Revamp indentation behavior for complex binary expressions. 2013-04-08 20:33:42 +00:00
Makefile
TokenAnnotator.cpp Revamp indentation behavior for complex binary expressions. 2013-04-08 20:33:42 +00:00
TokenAnnotator.h Revamp indentation behavior for complex binary expressions. 2013-04-08 20:33:42 +00:00
UnwrappedLineParser.cpp Recognize function-like macro usages without semicolon in declaration context. 2013-04-08 22:16:06 +00:00
UnwrappedLineParser.h Format a line if a range in its leading whitespace was selected. 2013-03-04 13:43:19 +00:00