Skip to content

Commit 9c81695

Browse files
author
Daniel Marjamäki
committed
Manual: minor tweaks. remark that it is not certain that fixing 'performance' messages will have a positive effect on the speed. and in general it doesn't make the code more readable.
1 parent 9de016b commit 9c81695

1 file changed

Lines changed: 5 additions & 9 deletions

File tree

man/manual.docbook

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<bookinfo>
66
<title>Cppcheck 1.46</title>
77

8-
<date>2010-12-03</date>
8+
<date>2010-12-09</date>
99
</bookinfo>
1010

1111
<chapter>
@@ -150,14 +150,10 @@ Checking path/file2.cpp...
150150
</varlistentry>
151151
</variablelist>
152152

153-
<remark>The focus of <literal>Cppcheck</literal> development is to
154-
detect bugs, <literal>Cppcheck</literal> is not a
155-
style-checker.</remark>
156-
157-
<remark> Cppcheck doesn't try to detect hotspots so fixing
158-
<literal>performance</literal> messages might have no measurable
159-
difference. Fixing performance messages doesn't make your code more
160-
readable.</remark>
153+
<remark>The performance messages are based on 'common knowledge'. It is
154+
not certain that fixing performance messages will make any measurable
155+
difference in speed. Fixing performance messages generally doesn't make
156+
your code more readable.</remark>
161157
</section>
162158

163159
<section>

0 commit comments

Comments
 (0)