Daniel Marjamäki
|
977af89fa9
|
std.cfg: configure standard types
|
2014-06-12 06:43:19 +02:00 |
Daniel Marjamäki
|
a4a6f3e1be
|
Tokenizer: Removed Tokenizer::simplifyConditionOperator(). Using the AST and ValueFlow, it should be much easier to parse ?: than before.
|
2014-06-10 19:30:13 +02:00 |
amai2012
|
4daf775fe1
|
Merge pull request #336 from Dmitry-Me/SimplifyCodeBreakLoopsEarly
Simplify code - bail out early, vreak loops early, reorder checks and declarations
|
2014-06-09 21:42:40 +02:00 |
Dmitry-Me
|
6e1568a6db
|
Simplify code - bail out early, vreak loops early, reorder checks and declarations.
|
2014-06-09 13:35:30 +04:00 |
Daniel Marjamäki
|
42c3b3c89d
|
Library: Change range operator in validation pattern to ':'
|
2014-06-08 18:12:11 +02:00 |
Daniel Marjamäki
|
228d67cf05
|
Merge pull request #335 from simartin/ticket_5907
Ticket #5907: Properly handle extern declarations in Tokenizer::simplifyVarDecl
|
2014-06-08 15:59:23 +02:00 |
Simon Martin
|
dc12a73987
|
Ticket #5907: Properly handle extern declarations in Tokenizer::simplifyVarDecl.
|
2014-06-08 14:59:58 +02:00 |
Daniel Marjamäki
|
a41f6077e1
|
Tokenizer: Use 'podtype' info from library. Partial fix for #5623
|
2014-06-08 13:28:15 +02:00 |
Daniel Marjamäki
|
9e81fa04b2
|
Library: Added 'podtype' element. Partial fix for #5623
|
2014-06-08 12:09:00 +02:00 |
Alexander Mai
|
e1513090e2
|
#5909 crash: clang: test/Preprocessor/ifdef-recover.c. Avoid segfault in Preprocessor::getcfgs() on invalid code.
|
2014-06-08 10:02:16 +02:00 |
Daniel Marjamäki
|
56e3e150c2
|
Merge pull request #334 from Dmitry-Me/ReorderChecksAndCleanupDeclarations
Cleanup code - reorder checks and make variable declaration scope narrower
|
2014-06-07 18:35:03 +02:00 |
Daniel Marjamäki
|
4c7b0806aa
|
Library: handle validation expression '-1000-0'. Ticket #5847
|
2014-06-07 16:28:29 +02:00 |
Alexander Mai
|
4d5b463613
|
Fix clang compiler warning in mathlib.cpp and repair test case for #5895
|
2014-06-07 13:16:02 +02:00 |
Dmitry-Me
|
7692a306cd
|
Cleanup code - reorder checks and make variable declaration scope narrower.
|
2014-06-06 18:58:20 +04:00 |
orbitcowboy
|
16352ca674
|
Reverted fix 6d0f490138 , but keeping the testcase in the testsuite.
|
2014-06-06 14:44:22 +02:00 |
Daniel Marjamäki
|
0ec59f5630
|
Merge pull request #333 from matthiaskrgr/htmlreport_fix_colors
htmlreport: fix syntax highlighting broken in ca4a0af840
|
2014-06-06 14:13:52 +02:00 |
Daniel Marjamäki
|
17bfb05d72
|
Merge pull request #332 from matthiaskrgr/travis_kernel
travis: kernel check: change crashgrepping regex to match potentially more crashes.
|
2014-06-06 14:13:24 +02:00 |
Daniel Marjamäki
|
d9a3761bfd
|
Merge pull request #331 from Dmitry-Me/DontExitInTheMiddle
Should not call std::exit() in the middle of program
|
2014-06-06 13:35:29 +02:00 |
Matthias Krüger
|
fdc717c6ea
|
htmlreport: remove black background, make the report a bit more space efficient.
|
2014-06-05 23:00:54 +02:00 |
Matthias Krüger
|
275e2501ff
|
htmlreport: fix syntax highlighting broken in ca4a0af840 .
|
2014-06-05 22:10:32 +02:00 |
PKEuS
|
8fe515b929
|
Improved testing of AST, added unit test for #5787
|
2014-06-05 17:39:14 +02:00 |
PKEuS
|
f1a57cbfcc
|
Refactorization in timer.cpp (#5902), Removed misleading comment in symboldatabase
|
2014-06-05 17:39:14 +02:00 |
orbitcowboy
|
6d0f490138
|
#5895 - Fixed potential signed integer overflow in Checkother:getvalue. Added regression test.
|
2014-06-05 16:41:10 +02:00 |
Matthias Krüger
|
97d27835fe
|
travis: kernel check: change crashgrepping regex to match potentially more crashes.
|
2014-06-05 11:35:13 +02:00 |
PKEuS
|
f6c9320aee
|
Fixed incorrect usage of startOfExecutableScope() (Checking time reduced by ~60% (nonlinear) for #5876)
|
2014-06-05 10:45:26 +02:00 |
PKEuS
|
f7f639465a
|
Fixed remaining VS warnings (hopefully all of them, this time)
|
2014-06-05 10:45:25 +02:00 |
Dmitry-Me
|
738d05b442
|
Calling std::exit() in the middle of a C++ program subverts stack unwinding and can introduce subtle bugs.
|
2014-06-05 11:28:04 +04:00 |
PKEuS
|
0a0f1072c0
|
Attempt to fix travis and some more VS warnings
|
2014-06-04 19:18:27 +02:00 |
PKEuS
|
51f381edf3
|
Fixed VS warnings
|
2014-06-04 18:55:29 +02:00 |
PKEuS
|
2455b76abd
|
Fixed lots of bugs in the AST:
- Support new and delete
- Properly handle "..."
- References and rValue references as function parameters
- Destructor definitions
|
2014-06-04 18:47:56 +02:00 |
PKEuS
|
26e09ae4a4
|
Fixes for test suite, added a TODO unit test about bad typedef simplification
|
2014-06-04 18:46:11 +02:00 |
PKEuS
|
39b64ea5fb
|
Simplify rValue reference arguments without name (&& -> & &)
|
2014-06-04 18:45:56 +02:00 |
PKEuS
|
8db0790407
|
Tokenizer::tokenize() can now be called without AST being created
|
2014-06-04 18:45:28 +02:00 |
PKEuS
|
d93d7401c6
|
Moved getSourceFilePath(), isC() and isCPP() from Tokenizer to TokenList
Conflicts:
lib/tokenize.cpp
|
2014-06-04 18:36:25 +02:00 |
PKEuS
|
6aa88248ac
|
Fixed timer name
|
2014-06-04 18:34:45 +02:00 |
orbitcowboy
|
8fe163285f
|
MathLib: Added missing testcase for incdec.
|
2014-06-04 08:41:30 +02:00 |
orbitcowboy
|
60e80b6fb1
|
Fixed #5885 - fsanitize=undefined: signed integer overflow: 2147483647 + 1 cannot be represented in type 'int' in lib/tokenize.cpp.
|
2014-05-29 18:25:01 +02:00 |
orbitcowboy
|
e9144d1a78
|
Fixed #5890 - crash: wesnoth desktop_util.cpp / unicode.hpp.
|
2014-05-29 02:58:18 +02:00 |
Robert Reif
|
e5ae575ace
|
Fixed #5867 (invalid debug warnung: Scope::checkVariable : varid0)
|
2014-06-02 06:18:32 +02:00 |
Alexander Mai
|
ad1662a201
|
#5875 fix 'lib/checksizeof.cpp:142:26: runtime error: member call on null pointer of type 'Token'. Improve error handling in CheckSizeof::checkSizeofForPointerSize()
|
2014-06-01 22:18:17 +02:00 |
Daniel Marjamäki
|
7a668bb752
|
Merge pull request #328 from matthiaskrgr/htmlreport
htmlreport: print filename in file page heading.
|
2014-06-01 16:59:47 +02:00 |
Matthias Krüger
|
6275ac0494
|
htmlreport: print filename in file page heading.
|
2014-06-01 14:17:15 +02:00 |
Daniel Marjamäki
|
eb8bfc73d6
|
Merge pull request #329 from HeisSpiter/master
Add a new test for OpenFile function from windows.cfg.
|
2014-06-01 14:03:09 +02:00 |
Daniel Marjamäki
|
da73627059
|
Merge pull request #330 from matthiaskrgr/htmlreport_2
Htmlreport: minor cleanup, write index of errors (with links) under "Defect list" in menu for each page
|
2014-06-01 14:01:23 +02:00 |
Matthias Krüger
|
2d92880d30
|
htmlreport: make content div overflow the menu properly when scrolling horizontally.
|
2014-06-01 11:28:02 +02:00 |
Daniel Marjamäki
|
42140b6488
|
Preprocessor: set error flag when unhandled characters are found so checking can bailout
|
2014-06-01 11:24:10 +02:00 |
Matthias Krüger
|
5a8293d033
|
htmlreport: show index of errors of current page under Defect List link.
|
2014-06-01 09:37:17 +02:00 |
Matthias Krüger
|
cb50c92d08
|
htmlreport: splitup HTML_HEAD where we want to insert the list of errors.
|
2014-06-01 09:37:17 +02:00 |
Matthias Krüger
|
ca4a0af840
|
htmlreport: remove redundant <style> tags, make html output readable.
|
2014-06-01 09:37:17 +02:00 |
Matthias Krüger
|
9e90bed9bb
|
htmlreport: make link to index page ("Defect list") fixed on the screen so we can always access it regardless of how low we scrolled.
|
2014-06-01 09:37:17 +02:00 |