Thomas Jarosch 93341f4449 Use simple match where possible
Fixes these warnings found by "--enable=internal":

[lib/checkclass.cpp:972]: (warning) Found simple pattern inside Token::Match() call: "* *"
[lib/checkbufferoverrun.cpp:635]: (warning) Found simple pattern inside Token::Match() call: "."
[lib/checkbufferoverrun.cpp:1397]: (warning) Found simple pattern inside Token::Match() call: ";"
[lib/checksizeof.cpp:299]: (warning) Found simple pattern inside Token::Match() call: "."
[lib/checksizeof.cpp:301]: (warning) Found simple pattern inside Token::Match() call: ")"
[lib/checksizeof.cpp:303]: (warning) Found simple pattern inside Token::Match() call: "]"
[lib/checksizeof.cpp:318]: (warning) Found simple pattern inside Token::Match() call: ")"
[lib/checknullpointer.cpp:413]: (warning) Found simple pattern inside Token::Match() call: "delete"
[lib/checkio.cpp:1336]: (warning) Found simple pattern inside Token::Match() call: "> ("
[lib/checkstl.cpp:1509]: (warning) Found simple pattern inside Token::findmatch() call: ";"
[lib/checkstl.cpp:1512]: (warning) Found simple pattern inside Token::findmatch() call: ";"
[lib/checkstl.cpp:1594]: (warning) Found simple pattern inside Token::Match() call: "="
[lib/checkstl.cpp:1598]: (warning) Found simple pattern inside Token::Match() call: "] ="
[lib/checkunusedvar.cpp:755]: (warning) Found simple pattern inside Token::Match() call: "goto"
[lib/checkunusedvar.cpp:793]: (warning) Found simple pattern inside Token::Match() call: "="
[lib/checkuninitvar.cpp:376]: (warning) Found simple pattern inside Token::Match() call: "> ("
[lib/checkother.cpp:86]: (warning) Found simple pattern inside Token::Match() call: "> ("
[lib/checkother.cpp:2181]: (warning) Found simple pattern inside Token::Match() call: "> {"
[lib/valueflow.cpp:54]: (warning) Found simple pattern inside Token::Match() call: "&"
[lib/valueflow.cpp:409]: (warning) Found simple pattern inside Token::Match() call: "do"
[lib/valueflow.cpp:425]: (warning) Found simple pattern inside Token::Match() call: ") {"
[lib/valueflow.cpp:487]: (warning) Found simple pattern inside Token::Match() call: ") {"
[lib/valueflow.cpp:511]: (warning) Found simple pattern inside Token::Match() call: "} else {"
[lib/valueflow.cpp:615]: (warning) Found simple pattern inside Token::Match() call: "for ("
[lib/symboldatabase.cpp:80]: (warning) Found simple pattern inside Token::Match() call: "= {"
[lib/symboldatabase.cpp:1069]: (warning) Found simple pattern inside Token::Match() call: "std ::"
[lib/tokenize.cpp:2207]: (warning) Found simple pattern inside Token::Match() call: "< >"
[lib/tokenize.cpp:2730]: (warning) Found simple pattern inside Token::Match() call: ";"
[lib/tokenize.cpp:4234]: (warning) Found simple pattern inside Token::Match() call: "try {"
[lib/tokenize.cpp:4235]: (warning) Found simple pattern inside Token::Match() call: "} catch ("
[lib/tokenize.cpp:5500]: (warning) Found simple pattern inside Token::Match() call: "INT8"
[lib/tokenize.cpp:5752]: (warning) Found simple pattern inside Token::Match() call: "}"
[lib/tokenize.cpp:5752]: (warning) Found simple pattern inside Token::Match() call: "do"
2014-03-14 16:27:47 +01:00
..
2014-03-14 15:56:40 +01:00
2014-02-15 07:45:39 +01:00
2014-02-15 07:45:39 +01:00
2014-02-16 10:32:10 +01:00
2014-02-15 07:45:39 +01:00
2014-02-16 10:32:10 +01:00
2014-02-15 07:45:39 +01:00
2014-02-15 07:45:39 +01:00
2014-02-16 10:32:10 +01:00
2014-02-15 07:45:39 +01:00
2014-02-15 07:45:39 +01:00
2014-02-15 07:45:39 +01:00
2014-02-15 07:45:39 +01:00
2014-03-14 16:27:47 +01:00
2014-02-15 07:45:39 +01:00
2014-02-15 07:45:39 +01:00
2014-02-15 07:45:39 +01:00
2014-02-15 07:45:39 +01:00
2014-03-14 16:27:47 +01:00
2014-02-15 07:45:39 +01:00
2014-02-15 07:45:39 +01:00
2014-02-15 07:45:39 +01:00
2014-02-15 07:45:39 +01:00
2014-02-15 07:45:39 +01:00
2014-02-15 07:45:39 +01:00
2014-02-15 07:45:39 +01:00
2014-02-15 07:45:39 +01:00
2014-03-14 16:27:47 +01:00
2014-02-15 07:45:39 +01:00
2014-02-15 07:45:39 +01:00
2014-02-15 07:45:39 +01:00
2014-03-14 16:27:47 +01:00
2014-02-15 07:45:39 +01:00
2014-03-14 15:51:15 +01:00
2014-02-15 07:45:39 +01:00
2014-02-15 07:45:39 +01:00
2014-02-15 07:45:39 +01:00
2014-03-01 11:15:08 +01:00
2014-02-15 07:45:39 +01:00
2014-02-15 07:45:39 +01:00
2014-02-15 07:45:39 +01:00
2014-02-15 07:45:39 +01:00
2014-02-15 07:45:39 +01:00
2014-02-15 07:45:39 +01:00
2014-02-15 07:45:39 +01:00
2014-02-15 07:45:39 +01:00
2014-03-14 05:36:44 +01:00
2014-02-15 07:45:39 +01:00
2014-02-15 07:45:39 +01:00
2014-02-15 07:45:39 +01:00
2014-03-14 16:27:47 +01:00
2014-03-09 17:54:49 +01:00
2014-03-14 16:27:47 +01:00
2014-02-15 07:45:39 +01:00
2012-10-14 10:21:22 +02:00