platform_system_core/libacc/tests
Jack Palevich 02effee6a9 Correctly compute the type of an assignment expression.
This change enables following types of statements to work correctly:

    a = b = 3;
    if ((a = getchar()) < 0) { ... }

This fixes 2232082 acc: assignment in comparison segfaults
2009-11-09 12:52:45 +08:00
..
data Correctly compute the type of an assignment expression. 2009-11-09 12:52:45 +08:00
.gitignore Convert libacc into a shared library. 2009-05-22 12:09:55 -07:00
Android.mk Move ARM disassembler out of libacc and into the acc command-line tool. 2009-09-09 13:19:34 -07:00
accarm Add a script "accarm" for ad-hoc testing of the ARM acc compiler. 2009-09-10 12:45:31 -07:00
armreg.h Move ARM disassembler out of libacc and into the acc command-line tool. 2009-09-09 13:19:34 -07:00
disassem.cpp Move ARM disassembler out of libacc and into the acc command-line tool. 2009-09-09 13:19:34 -07:00
disassem.h Move ARM disassembler out of libacc and into the acc command-line tool. 2009-09-09 13:19:34 -07:00
main.cpp Produce error rather than assert when encountering a nested function. 2009-09-18 15:03:03 -07:00
runtimeTest.cpp Add support for "short" data type. 2009-08-03 14:42:57 -07:00
test Allow parenthesized expressions as the value of defines 2009-08-18 16:04:03 -07:00
test.py Correctly compute the type of an assignment expression. 2009-11-09 12:52:45 +08:00