|
(0021410)
|
|
Brad Davis
|
2010-07-16 13:46
(edited on: 2010-07-19 08:25) |
|
Seems to be stuck in the indent check. Parser::InitIndentation takes forever; there may be additional problems. InitIndentation uses an algorithm that is inefficient for large files; it can and should be improved (speed up).
The following do complete:
Checking: LineLength
Checking: DeclarationOrder
Checking: Typedefs
Checking: InternalVariables
Checking: SemicolonSpace
Checking: EndOfFileNewLine
Checking: Tabs
Checking: Spaces
Checking: Comments
Checking: NameOfClass
Checking: IfNDefDefine
Checking: EmptyLines
Checking: Template
Checking: Operator <<-- takes a minute or so
Checking: MemberFunctions
|
|