aboutsummaryrefslogtreecommitdiffstats
path: root/safercpp/safercpp-arr.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* a bunch of stuff, including handling of fread and fwriteuser12017-05-271-789/+2015
|
* added support for the case when a function argument expression is the user12017-05-111-157/+291
| | | address of an array subscript
* added inital support for auto translation of function declarationsuser12017-05-041-176/+794
|
* added type inferencing from function parameter passinguser12017-04-281-88/+337
|
* changed the implementation of user12017-04-241-48/+419
| | | | | CConditionalOperatorReconciliation2ReplacementAction due to issues with the libtooling library sometimes truncating expressions when a subexpression is replaced (and lengthened)
* added handling of conditional initializersuser12017-04-211-338/+646
|
* added (initial) handling of "conditional initializers" and also user12017-04-181-503/+696
| | | | memset/memcpy
* added (simple, not necessarily general) translation of memset()user12017-04-141-56/+419
|
* changed to handle all levels of indirection when translating declared user12017-04-131-1202/+1273
| | | | objects
* some progress on auto-conversion of arraysuser12017-03-301-1434/+1808
|
* enabled writing the changes out to the input file, some translation user12017-03-281-266/+136
| | | improvements and code cleanup
* preliminary auto-conversion of native arraysuser12017-03-271-1/+2120
|
* the source filebloodstalker2017-03-161-0/+98