[cfe-commits] r64846 - /cfe/trunk/utils/ABITest/TypeGen.py

Daniel Dunbar daniel at zuster.org
Tue Feb 17 15:12:23 PST 2009


Author: ddunbar
Date: Tue Feb 17 17:12:22 2009
New Revision: 64846

URL: http://llvm.org/viewvc/llvm-project?rev=64846&view=rev
Log:
Note some more things to integrate into ABITest

Modified:
    cfe/trunk/utils/ABITest/TypeGen.py

Modified: cfe/trunk/utils/ABITest/TypeGen.py
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/utils/ABITest/TypeGen.py?rev=64846&r1=64845&r2=64846&view=diff

==============================================================================
--- cfe/trunk/utils/ABITest/TypeGen.py (original)
+++ cfe/trunk/utils/ABITest/TypeGen.py Tue Feb 17 17:12:22 2009
@@ -10,6 +10,9 @@
 #  - anonymous / transparent unions
 #  - VLAs
 #  - block types
+#  - K&R functions
+#  - pass arguments of different types (test extension, transparent union)
+#  - varargs
 
 ###
 # Actual type types





More information about the cfe-commits mailing list