Daniel Marjamäki
|
ca9cdf5bf5
|
Tokenizer: If syntax errors are found then don't return a token list. Ticket: #1961
|
2010-08-25 22:10:21 +02:00 |
Daniel Marjamäki
|
6c8287913c
|
Tokenizer: Detect some syntax errors when trying to use templates. Ticket: #1961
|
2010-08-25 21:57:57 +02:00 |
Robert Reif
|
4a6070d2af
|
fix 2 problems related to ticket 1976:
1. nested unnamed anonymous structures and unions were not supported.
2. declaration split up in class had bug if proceeded by access specifier.
|
2010-08-25 20:17:31 +02:00 |
Robert Reif
|
ff4ebbede3
|
Fixed gcc compiler warning about uninitialized variable tok1. Ticket: #1965
|
2010-08-25 07:38:53 +02:00 |
Robert Reif
|
d961a6ec9e
|
Tokenizer: Fixed cppcheck and compiler warnings
|
2010-08-24 07:28:56 +02:00 |
Daniel Marjamäki
|
39a69b0871
|
Fixed #1970 (Internal error. CheckClass::SpaceInfo::getVarList found variable '_root' with varid 0.)
|
2010-08-23 21:22:11 +02:00 |
Daniel Marjamäki
|
f7063bed7c
|
Fixed #1967 (Tokenizer::setVarid doesn't set variable value (list of function pointers))
|
2010-08-23 20:15:02 +02:00 |
Daniel Marjamäki
|
3b716dfcc9
|
Tokenizer: Simplified the bitfields handling. This patch just looks for the bitfield signature but doesn't care about the type. I don't think any other code would have this same signature so it should be OK. We could add code to only look in structures and classes but I don't think that is necessary. Ticket: #1956
|
2010-08-23 07:29:05 +02:00 |
Robert Reif
|
807269b5e9
|
Refactoring handling of microsoft types. Ticket: #1956
|
2010-08-22 21:53:45 +02:00 |
Robert Reif
|
cb7b508f77
|
Tokenizer::simplifyBitfields: fixed more issues. Ticket #1956
|
2010-08-22 13:25:47 +02:00 |
Robert Reif
|
3fcca23b53
|
Tokenizer: better handling of bitfields. Ticket: #1956
|
2010-08-22 09:41:22 +02:00 |
Robert Reif
|
77d634127c
|
Tokenizer: simplify DECLARE_DYNAMIC and DECLARE_DYNCREATE
|
2010-08-22 09:38:05 +02:00 |
Robert Reif
|
ac9078857e
|
Tokenizer: simplify bitfields. Ticket: #1956
|
2010-08-21 16:34:41 +02:00 |
Robert Reif
|
9c594684db
|
Tokenizer: handle DECLARE_DYNAMIC. Ticket: #1956
|
2010-08-21 07:55:14 +02:00 |
Robert Reif
|
7173e01926
|
Fixed #1965 (tokenizer::simplifyEnum add support for C++0x enums)
|
2010-08-21 07:44:56 +02:00 |
Daniel Marjamäki
|
741ce40e3d
|
Tokenizer::setVarId : fixed problem for class members
|
2010-08-20 19:28:10 +02:00 |
Robert Reif
|
f123e951ec
|
Fixed #1963 (typedef array incorrectly simplified)
|
2010-08-20 07:11:02 +02:00 |
Daniel Marjamäki
|
cfa7b4906e
|
Symbol database: bug fixes. Ticket: #1895
|
2010-08-18 22:42:04 +02:00 |
Daniel Marjamäki
|
0934035fcf
|
Fixed #1955 (cppcheck hangs with 100% cpu load)
|
2010-08-18 22:22:14 +02:00 |
Daniel Marjamäki
|
1fd773b245
|
Fixed #1944 (segfault in Tokenizer::simplifyLogicalOperator)
|
2010-08-17 20:06:20 +02:00 |
Daniel Marjamäki
|
aa00587fed
|
#1943 (segmentation fault of cppcheck (= default))
|
2010-08-17 19:50:21 +02:00 |
Daniel Marjamäki
|
64cdee62ef
|
Fixed #1942 (false positive: uninitialized variable in __asm__ statement)
|
2010-08-16 19:38:47 +02:00 |
Daniel Marjamäki
|
85acb005a2
|
Fixed #1941 (Internal error::Space Info::getVarList found variable with varid 0)
|
2010-08-16 18:51:25 +02:00 |
Daniel Marjamäki
|
fe482785aa
|
Variable Id: Fixed various bugs related to templates and bitfields. Ticket: #1928
|
2010-08-15 11:54:28 +02:00 |
Daniel Marjamäki
|
4949869f5f
|
removed unused variable 'dot'
|
2010-08-15 09:03:16 +02:00 |
Daniel Marjamäki
|
4ff9a1ac94
|
Fixed #1928 (missing varId for template class variable)
|
2010-08-14 20:50:49 +02:00 |
Daniel Marjamäki
|
cb72f21994
|
Optimisation in Tokenizer::tokenize
|
2010-08-11 17:29:33 +02:00 |
Daniel Marjamäki
|
0ea9e98680
|
Optimisation: Made inner loop in Tokenizer::setVarId faster
|
2010-08-10 19:06:45 +02:00 |
Daniel Marjamäki
|
a1f288d088
|
Tokenizer::setVarId : Fixed a problem when using static class members
|
2010-08-10 18:22:58 +02:00 |
Daniel Marjamäki
|
6a3befa720
|
Optimising: Tokenizer::setVarId when setting variable ids for struct/class members
|
2010-08-08 19:14:23 +02:00 |
Daniel Marjamäki
|
5a8181d425
|
Tokenizer: 'simplifyCalculations();' should have the same results as 'while (simplifyCalculations());'
|
2010-08-08 09:25:09 +02:00 |
Daniel Marjamäki
|
1555901077
|
Refactoring: Made Tokenizer::simplifyCalculations a little faster
|
2010-08-08 08:28:28 +02:00 |
Daniel Marjamäki
|
7911626aed
|
gcc: fixed some more -Wsign-conversion warnings
|
2010-08-06 22:43:06 +02:00 |
Daniel Marjamäki
|
12217461a2
|
gcc: fixed some more -Wsign-conversion warnings
|
2010-08-06 22:37:48 +02:00 |
Daniel Marjamäki
|
146465a6ad
|
gcc: Fixed some compiler warnings when using -Wsign-conversion. Ticket: #1487
|
2010-08-06 18:42:55 +02:00 |
Daniel Marjamäki
|
7fb44d1995
|
gcc: fixed some compiler warnings when using -Wsign-conversion
|
2010-08-06 18:32:31 +02:00 |
Daniel Marjamäki
|
6346e1aa90
|
Borland C++: Fixed compiler errors
|
2010-08-06 17:44:26 +02:00 |
Daniel Marjamäki
|
9edecd4a3f
|
Added ErrorLogger::reportProgress and removed ErrorLogger::ReportProgress. This will make it easier for GUI and other clients to display progress information.
|
2010-08-03 16:36:21 +02:00 |
Daniel Marjamäki
|
2e2baa23a6
|
Fixed #1909 (### Internal error in Cppcheck. Please report it)
|
2010-07-28 21:03:15 +02:00 |
Daniel Marjamäki
|
2fd2ab1712
|
Fixed a vs compiler warning. Ticket: #1901
|
2010-07-27 17:48:22 +02:00 |
Daniel Marjamäki
|
bb7484945a
|
Fixed #1887 (internal error in GLee)
|
2010-07-25 18:20:30 +02:00 |
Daniel Marjamäki
|
e358af9018
|
Refactoring: Report progress when checking takes a long time. Ticket: #1868
|
2010-07-25 18:19:37 +02:00 |
Daniel Marjamäki
|
0c65796984
|
Refactoring: Cleanup headers using checkheaders
|
2010-07-24 22:12:56 +02:00 |
Daniel Marjamäki
|
b8146271a2
|
Report progress when checking a file takes a long time. Ticket: #1868
|
2010-07-24 18:58:52 +02:00 |
Daniel Marjamäki
|
9b49202da8
|
Refactoring Tokenizer::syntaxError
|
2010-07-24 10:39:01 +02:00 |
Daniel Marjamäki
|
dd07d82c34
|
Refactoring MathLib: Report errors through the tokenizer. Ticket: #1839
|
2010-07-24 10:25:03 +02:00 |
Daniel Marjamäki
|
84e576de04
|
Refactoring: use MathLib add/sub instead of calculate
|
2010-07-24 10:13:45 +02:00 |
Daniel Marjamäki
|
8a0d989190
|
Refactoring: Don't throw exceptions in the tokenizer upon errors. Ticket: #1866
|
2010-07-23 14:02:29 +02:00 |
Daniel Marjamäki
|
e1612bc175
|
Fixed #1891 (Internal error when enum assigned to sizeof without brackets)
|
2010-07-22 22:21:12 +02:00 |
Daniel Marjamäki
|
f69109fbf6
|
Fixed #1828 (### Internal error in Cppcheck. Please report it.)
|
2010-07-22 19:57:48 +02:00 |