aboutsummaryrefslogtreecommitdiffstats
path: root/safercpp/safercpp-arr.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* added automatic merging of modifications from different translation duneroadrunner2017-08-061-2/+118
* added some support for struct declarationsduneroadrunner2017-08-021-19/+204
* extended support of the "address of" operator to variable initializer duneroadrunner2017-07-301-21/+30
* added basic support for specifying multiple source filesduneroadrunner2017-07-231-18/+106
* added ASTFrontendActionCompatibilityWrapper1 class to handle an api duneroadrunner2017-07-181-11/+12
* oops, fixed broken preprocessor condition for duneroadrunner2017-07-181-15/+5
* investigating the importation of translation units into the current astduneroadrunner2017-07-181-33/+261
* added a pp check due to api changesbloodstalker2017-07-161-0/+4
* changed the translation to use the updated legacy helper macrosduneroadrunner2017-07-041-27/+46
* changed the default value of ConvertToSCPP to trueduneroadrunner2017-06-271-3/+3
* just added support for the case where pointers are used as range duneroadrunner2017-06-241-6/+58
* added handling of constructor initializersduneroadrunner2017-06-231-68/+148
* updated so that processing of declarations with initializers can handle duneroadrunner2017-06-171-110/+269
* added insertion of "#include" directivesuser12017-06-091-184/+281
* fixed a (just introduced) bug in MCSSSParameterPassing in which only the user12017-06-071-4/+3
* changed "Assignment Target Constrains Address of Array Subscript Expr" user12017-06-061-126/+287
* 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
* 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
* added handling of conditional initializersuser12017-04-211-338/+646
* added (initial) handling of "conditional initializers" and also user12017-04-181-503/+696
* 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
* 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
* preliminary auto-conversion of native arraysuser12017-03-271-1/+2120
* the source filebloodstalker2017-03-161-0/+98