Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * at long last, a more full-bodied snapshot | fche | 2005-05-21 | 1 | -1/+1 |
| | | | | | | | | | | | | 2005-05-20 Frank Ch. Eigler <fche@redhat.com> Many changes throughout. Partial sketch of translation output. * elaborate.*: Elaboration pass. * translate.*: Translation pass. * staptree.*: Simplified for visitor concept. * main.cxx: Translator mainline. * *test.cxx: Removed. * testsuite/*: Some new tests, some changed for newer syntax. | ||||
* | 2005-03-03 Frank Ch. Eigler <fche@redhat.com> | fche | 2005-03-03 | 1 | -0/+10 |
* parse.cxx (parse_assignment): Assert lvalueness of left operand. * staptree.h (expression): Add is_lvalue member. * staptree.cxx (functioncall::resolve_types): Don't crash on formal-vs-actual argument count mismatch. (*): Add some is_lvalue stub functions. * testsuite/*: Some new tests. |