diff options
author | Daniel Jasper <djasper@google.com> | 2012-12-17 11:29:41 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2012-12-17 11:29:41 +0000 |
commit | 05b1ac8791ee89fdf0b275631ab8118febc7c33d (patch) | |
tree | 0932ed10ab7b43606b21e78a7ee848fb9b5d8c98 /lib/Format/UnwrappedLineParser.h | |
parent | 728e2127e858611750d560ee7692c322a8570faa (diff) |
Fix several formatting problems.
More specifically:
- Improve formatting of static initializers.
- Fix formatting of lines comments in enums.
- Fix formmating of trailing line comments.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@170316 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Format/UnwrappedLineParser.h')
-rw-r--r-- | lib/Format/UnwrappedLineParser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Format/UnwrappedLineParser.h b/lib/Format/UnwrappedLineParser.h index 908391d3db..287194f2a6 100644 --- a/lib/Format/UnwrappedLineParser.h +++ b/lib/Format/UnwrappedLineParser.h @@ -96,7 +96,7 @@ private: bool parseLevel(); bool parseBlock(unsigned AddLevels = 1); void parsePPDirective(); - void parseComment(); + void parseComments(); void parseStatement(); void parseParens(); void parseIfThenElse(); |