FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for test/testcharvar.cpp - 2php/cppcheck · GitHub
2php
/
cppcheck
Public
forked from
cppcheck-opensource/cppcheck
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cppcheck
test
testcharvar.cpp
on
master
User selector
Datepicker
Commit history
Commits on Jun 10, 2018
Updated copyright year for modified files
Show description for 45379a3
danmar
committed
45379a3
View commit details
Copy full SHA for 45379a3
View code at this point
Browse repository at this point
Commits on May 15, 2018
Fix override warnings. (#1234)
IOBYTE
authored and
danmar
committed
ce50df8
View commit details
Copy full SHA for ce50df8
View code at this point
Browse repository at this point
Commits on Jan 14, 2018
Updated copyright year
danmar
committed
c4caee6
View commit details
Copy full SHA for c4caee6
View code at this point
Browse repository at this point
Commits on May 27, 2017
iwyu - include what you use
mathbunnyru
authored and
danmar
committed
28aa939
View commit details
Copy full SHA for 28aa939
View code at this point
Browse repository at this point
Commits on Feb 8, 2016
Portability warning when 'char' type is used as array index
Dmitry-Me
committed
c339949
View commit details
Copy full SHA for c339949
View code at this point
Browse repository at this point
Commits on Jan 29, 2016
Test for signed char index in positive values range
Dmitry-Me
committed
c74282c
View commit details
Copy full SHA for c74282c
View code at this point
Browse repository at this point
Commits on Jan 1, 2016
Merge pull request #745 from lanurmi/2016_ad
Show description for 95009a4
danmar
committed
95009a4
View commit details
Copy full SHA for 95009a4
View code at this point
Browse repository at this point
Settings: Added defaultSign
danmar
committed
b457cee
View commit details
Copy full SHA for b457cee
View code at this point
Browse repository at this point
Update copyright year to 2007-2016.
lanurmi
committed
996c924
View commit details
Copy full SHA for 996c924
View code at this point
Browse repository at this point
Commits on Nov 18, 2015
Changed Copyrights. Removed my name.
danmar
committed
0f9d90d
View commit details
Copy full SHA for 0f9d90d
View code at this point
Browse repository at this point
Commits on Oct 7, 2015
Refactorization: Improved usage of Settings instances in test suite
PKEuS
committed
3a5cef8
View commit details
Copy full SHA for 3a5cef8
View code at this point
Browse repository at this point
Commits on Oct 6, 2015
Rewrote the charvar checker. It now uses valueflow also to limit false negatives.
danmar
committed
f5d9ba9
View commit details
Copy full SHA for f5d9ba9
View code at this point
Browse repository at this point
Commits on Mar 11, 2015
Refactorization: Moved declaration of errout, ... to testsuite.h, uniformized style
PKEuS
committed
bc5132e
View commit details
Copy full SHA for bc5132e
View code at this point
Browse repository at this point
Commits on Jan 3, 2015
Updated copyright year to 2015
danmar
committed
ff11ba9
View commit details
Copy full SHA for ff11ba9
View code at this point
Browse repository at this point
Commits on Nov 20, 2014
astyle formatting
danmar
committed
051d42a
View commit details
Copy full SHA for 051d42a
View code at this point
Browse repository at this point
running astyle
orbitcowboy
committed
f5d804f
View commit details
Copy full SHA for f5d804f
View code at this point
Browse repository at this point
Commits on May 13, 2014
Fixed #5771 (false positive: (warning) When using 'char' variables in bit operations, sign extension can generate unexpected results.)
danmar
committed
7ecdb30
View commit details
Copy full SHA for 7ecdb30
View code at this point
Browse repository at this point
Commits on Feb 15, 2014
Update copyright
danmar
committed
fd3a8a2
View commit details
Copy full SHA for fd3a8a2
View code at this point
Browse repository at this point
Commits on Aug 7, 2013
Updated to AStyle 2.03, require this version
PKEuS
committed
a9a5dc0
View commit details
Copy full SHA for a9a5dc0
View code at this point
Browse repository at this point
Commits on Mar 19, 2013
unittests: removed not needed '\n' at the end of testcases.
orbitcowboy
committed
54d398c
View commit details
Copy full SHA for 54d398c
View code at this point
Browse repository at this point
Commits on Mar 3, 2013
Replaced _settings->isEnabled("style") by _settings->isEnabled("warning") wherever warnings are issued
PKEuS
committed
d78c06d
View commit details
Copy full SHA for d78c06d
View code at this point
Browse repository at this point
Commits on Jan 1, 2013
Updating year 2012 -> 2013 to .cpp and .h files and man page.
aggro80
committed
5d5f708
View commit details
Copy full SHA for 5d5f708
View code at this point
Browse repository at this point
Commits on Sep 17, 2012
test: tabs to spaces, remove trailing spaces and extra empty lines at the end of files
XhmikosR
authored and
PKEuS
committed
3c14e4b
View commit details
Copy full SHA for 3c14e4b
View code at this point
Browse repository at this point
Commits on Sep 16, 2012
Message refactorization: checkother.cpp
PKEuS
committed
5237ed2
View commit details
Copy full SHA for 5237ed2
View code at this point
Browse repository at this point
Commits on Jun 9, 2012
Fixed #3878 (Sign extension with unsigned char false positive)
danmar
committed
905615e
View commit details
Copy full SHA for 905615e
View code at this point
Browse repository at this point
Commits on Jun 8, 2012
Fixed #3872 ('char variables in bit operations' warning)
danmar
committed
69846b2
View commit details
Copy full SHA for 69846b2
View code at this point
Browse repository at this point
Commits on Mar 10, 2012
charvar: dont write warning about char type array index when array is small and the full valid range is accessible with the char type. If there are out of bounds access then, it is not because the …
Show description for 3f1ab5a
Daniel Marjamäki
committed
3f1ab5a
View commit details
Copy full SHA for 3f1ab5a
View code at this point
Browse repository at this point
Commits on Feb 26, 2012
Added check for invalid pointer casts (#1255)
Show description for 1747813
PKEuS
committed
1747813
View commit details
Copy full SHA for 1747813
View code at this point
Browse repository at this point
Commits on Jan 18, 2012
Fixed #3519 (Wrong line number in warning charBitOpError)
stweil
authored and
Daniel Marjamaki
committed
7607e4c
View commit details
Copy full SHA for 7607e4c
View code at this point
Browse repository at this point
Commits on Dec 31, 2011
Update year to 2012
aggro80
committed
8cae17f
View commit details
Copy full SHA for 8cae17f
View code at this point
Browse repository at this point
Commits on Dec 9, 2011
Code cleanup
PKEuS
authored and
danmar
committed
9b685ba
View commit details
Copy full SHA for 9b685ba
View code at this point
Browse repository at this point
Commits on Nov 6, 2011
Fixed #3282 (Invalid report that an array index is of type char.)
Daniel Marjamäki
committed
f092779
View commit details
Copy full SHA for f092779
View code at this point
Browse repository at this point
Commits on Oct 13, 2011
changed the astyle formatting flags
Daniel Marjamäki
committed
6f8e42a
View commit details
Copy full SHA for 6f8e42a
View code at this point
Browse repository at this point
Commits on Aug 9, 2011
Fixed #2982 (false positive: using char type as array index (using string as key))
Daniel Marjamäki
committed
003956e
View commit details
Copy full SHA for 003956e
View code at this point
Browse repository at this point
Commits on Aug 8, 2011
Fixed #2979 (Improve message: using char as array index)
Daniel Marjamäki
committed
8a6a999
View commit details
Copy full SHA for 8a6a999
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL