Dale Weiler
|
eca4e2c309
|
Unused globals even if they have an initial value should produce unused diagnostic
|
2016-11-19 10:05:58 +00:00 |
|
Dale Weiler
|
1a18ff5294
|
Merge branch 'master' into cleanup
|
2016-01-02 22:30:35 -05:00 |
|
Wolfgang Bumiller
|
ee3c1e43c9
|
tempcommitting a whole bunch of to-c++ conversions
|
2015-05-02 09:48:24 +02:00 |
|
Wolfgang Bumiller
|
45236a644f
|
ast conversion mostly finished
|
2015-02-01 11:44:00 +01:00 |
|
Wolfgang Bumiller
|
6149f6a1d0
|
BROKEN: in the middle of converting ast nodes to c++ with constructors and methods
|
2015-01-25 09:24:26 +01:00 |
|
Wolfgang Bumiller
|
9d98805dfb
|
a whole lotta 'm_'s
|
2015-01-24 12:25:46 +01:00 |
|
Wolfgang Bumiller
|
5c64437189
|
fix for loops
|
2015-01-20 20:55:27 +01:00 |
|
Wolfgang Bumiller
|
566e761546
|
more c++ migration for ast/ir/code; reached a working condition here
|
2015-01-20 20:25:56 +01:00 |
|
Wolfgang Bumiller
|
f09c6a5d63
|
temp committing major c++ification
|
2015-01-20 16:43:58 +01:00 |
|
Wolfgang Bumiller
|
794396df79
|
making ast nodes derive from ast_expression
|
2015-01-19 14:00:04 +01:00 |
|
Wolfgang Bumiller
|
380fb3d44f
|
this can be a move
|
2015-01-19 13:46:30 +01:00 |
|
Wolfgang Bumiller
|
dedb3a49bd
|
ast_expression: params -> type_params
|
2015-01-19 13:46:10 +01:00 |
|
Wolfgang Bumiller
|
9535805c02
|
renaming ast_function::vtype to function_type
|
2015-01-19 13:37:22 +01:00 |
|
Wolfgang Bumiller
|
44b0d7f658
|
ast_expression now derives from ast_node
|
2015-01-19 13:33:39 +01:00 |
|
Dale Weiler
|
db9c37d18b
|
Rewrite constant folder in C++
|
2015-01-15 20:27:17 -05:00 |
|
Dale Weiler
|
e2ba77a546
|
Rewrite intrinsic system in C++
|
2015-01-15 18:11:41 -05:00 |
|
Dale Weiler
|
76278e8b97
|
s/NULL/nullptr/
|
2015-01-15 15:18:33 -05:00 |
|
Dale Weiler
|
6e68526680
|
Use std::vector for static_names
|
2015-01-15 15:15:35 -05:00 |
|
Dale Weiler
|
0ecfe18f49
|
Cleanup
|
2015-01-15 15:11:30 -05:00 |
|
Dale Weiler
|
e8fbae4b3e
|
Not needed
|
2015-01-15 15:10:02 -05:00 |
|
Dale Weiler
|
f38e6b48db
|
Use std::vector for SYA
|
2015-01-15 15:08:50 -05:00 |
|
Dale Weiler
|
539dc4a3dc
|
Use std::vector for ast switch cases
|
2015-01-15 14:19:07 -05:00 |
|
Dale Weiler
|
2e037832d3
|
Use std::vector for ast blocks
|
2015-01-15 14:15:44 -05:00 |
|
Dale Weiler
|
987f765c20
|
std::vector for initlist
|
2015-01-15 14:07:26 -05:00 |
|
Dale Weiler
|
b5d8b44503
|
More std::vector
|
2015-01-15 01:35:56 -05:00 |
|
Dale Weiler
|
878195bdec
|
Use C++ naming for structures
|
2015-01-15 00:05:48 -05:00 |
|
Dale Weiler
|
4de08db0e7
|
More std::vector migration
|
2015-01-14 23:45:00 -05:00 |
|
Dale Weiler
|
67a3c9b031
|
Initial movement to std::vector
|
2015-01-14 23:34:43 -05:00 |
|
Dale Weiler
|
65362d93aa
|
.c -> .cpp
|
2015-01-14 21:48:47 -05:00 |
|