PKEuS
|
b2835051df
|
Refactorization: Renamed Token::Match pattern %var% to %name%, implement new pattern %var% which is true if varId > 0.
|
2015-01-31 12:32:04 +01:00 |
Daniel Marjamäki
|
ff11ba9847
|
Updated copyright year to 2015
|
2015-01-03 12:14:58 +01:00 |
Dmitry-Me
|
cf3f8c2f38
|
Refactoring: Replace names with underscores with camelCase names
|
2014-12-01 16:22:56 +01:00 |
PKEuS
|
e1bc5f5248
|
Fixed false positive #4788 (break; in BOOST_FOREACH)
|
2014-08-31 20:40:52 +02:00 |
Daniel Marjamäki
|
fd3a8a2a18
|
Update copyright
|
2014-02-15 07:45:39 +01:00 |
Reijo Tomperi
|
5d5f7085bf
|
Updating year 2012 -> 2013 to .cpp and .h files and man page.
|
2013-01-01 18:29:08 +02:00 |
Robert Reif
|
0f8db28d30
|
speed up checks by caching commonly looked up stuff in the symbol database (CheckBufferOverrun, CheckBoost)
|
2012-10-13 11:16:48 +02:00 |
PKEuS
|
3b5dabdb14
|
Clarified errormessage of checkBoost
|
2012-08-02 02:40:08 -07:00 |
Reijo Tomperi
|
8cae17fda8
|
Update year to 2012
|
2012-01-01 01:05:37 +02:00 |
PKEuS
|
dca03c3ce2
|
Remove unnecessary includes
Also add a unit test related to #3427
Also improve the description text in checkclass and remove unused variable.
|
2011-12-23 23:31:48 +02:00 |
Edoardo Prezioso
|
a32b05197d
|
Change every 'tokAt(1)' to 'next()' and every 'tokAt(-1)' to 'previous()'.
Added a safety check to ensure that a 'previous()' call doesn't crash (not sure if it's needed or not).
|
2011-11-20 15:59:37 +01:00 |
Thomas Jarosch
|
db8c7deb30
|
Fixed #3232 (Check if container is modified inside BOOST_FOREACH)
|
2011-10-23 13:07:43 +02:00 |