This website requires JavaScript.
Explore
Help
Sign In
walkero
/
cppcheck
Watch
1
Star
0
Fork
You've already forked cppcheck
0
Code
Issues
Pull Requests
Projects
Releases
1
Wiki
Activity
872
Commits
13
Branches
88
Tags
170
MiB
f0f42563e6
Commit Graph
53 Commits
Author
SHA1
Message
Date
Reijo Tomperi
a6ad4045d4
Refactoring: IsName() and IsNumber() are no longer static and they don't take a parameter.
2008-11-23 12:21:40 +00:00
Reijo Tomperi
0b2e7a0ef3
Refactoring: at() changed to tokAt() and getstr() changed to strAt()
2008-11-23 10:09:16 +00:00
Reijo Tomperi
3ba83b6620
Refactoring: token.* files added, Some functions from Tokenizer moved under TOKEN. Renamed few functions, like gettok() -> at(), combineWithNext() and deleteNext() are also new
...
names for old functions. Usage was gettok( tok, 2 ), but now it is tok->at( 2 ).
2008-11-22 22:49:14 +00:00
First
Previous
1
2
Next
Last