X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=TODO;h=3800901437f076b3438dc40d54d1b52c2000fd90;hb=217c4f3a0ffc115825dbebb2270ab1d20c246e97;hp=11bfcbe621e10762bb8b20dfbbdf163f7e39e9fe;hpb=c1bc38ee65e817fefd5c0c3f24a6aa072d60e184;p=libfirm diff --git a/TODO b/TODO index 11bfcbe62..380090143 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,13 @@ + * 27.8.2004 Goetz + Classes need a flag comparable to visibility of entities. + This flag must express whether these classes are accessed from + outside, i.e., the fields must have a specific layout. + Further it should express whether the outside can allocate classes + of the type. Then we can determine whether the class can be turned + into a description class by, e.g., rta. + + * + * 5.7.04 Goetz in free_type: check the types that there is no pointer type that points to the freed type. If so report error.