diff options
author | Daniel Jasper <djasper@google.com> | 2013-05-29 13:16:10 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2013-05-29 13:16:10 +0000 |
commit | 40e1921f2a33a7b9e9647de195274341b7779bf0 (patch) | |
tree | 735c50e386c6df05c2c93213cf8d400c8ee8f858 /clang/lib/Format/WhitespaceManager.cpp | |
parent | 09886cd17ab8e5e601fda0e2aa21ff28c1a8fa63 (diff) | |
download | llvm-40e1921f2a33a7b9e9647de195274341b7779bf0.zip llvm-40e1921f2a33a7b9e9647de195274341b7779bf0.tar.gz llvm-40e1921f2a33a7b9e9647de195274341b7779bf0.tar.bz2 |
Leave some macros on their own line
If an identifier is on its own line and it is all upper case, it is highly
likely that this is a macro that is meant to stand on a line by itself.
Before:
class A : public QObject {
Q_OBJECT A() {}
};
Ater:
class A : public QObject {
Q_OBJECT
A() {}
};
llvm-svn: 182855
Diffstat (limited to 'clang/lib/Format/WhitespaceManager.cpp')
0 files changed, 0 insertions, 0 deletions