commit | f0ab0a38d9482eef5495db845ff53ee689f9c80e | [log] [tgz] |
---|---|---|
author | Manuel Klimek <klimek@google.com> | Mon Jan 07 14:56:16 2013 +0000 |
committer | Manuel Klimek <klimek@google.com> | Mon Jan 07 14:56:16 2013 +0000 |
tree | 71ae610afc2e30623366835994ce5d7c2fe47d6a | |
parent | cd162384a552ef4e4913244f4f14b9a3e5a791e1 [diff] [blame] |
s/parseStatement/parseStructuralElement/g in the UnwrappedLineParser. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@171737 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Format/UnwrappedLineParser.h b/lib/Format/UnwrappedLineParser.h index c3adc4c..27c1102 100644 --- a/lib/Format/UnwrappedLineParser.h +++ b/lib/Format/UnwrappedLineParser.h
@@ -117,7 +117,7 @@ void parsePPDefine(); void parsePPUnknown(); void parseComments(); - void parseStatement(); + void parseStructuralElement(); void parseParens(); void parseIfThenElse(); void parseForOrWhileLoop();