diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-02-17 23:12:22 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-02-17 23:12:22 +0000 |
commit | 05104aa7b6fb01a39c2ee6a889dd8beba8d3e509 (patch) | |
tree | 01c814649ff7673143a5f7dfb3a5a80b4c0c2f23 | |
parent | 4b2d0dde8889a25b8e2a6c7dc67e69def28a49d1 (diff) |
Note some more things to integrate into ABITest
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64846 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | utils/ABITest/TypeGen.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/utils/ABITest/TypeGen.py b/utils/ABITest/TypeGen.py index 50dd77c618..3021e607c3 100644 --- a/utils/ABITest/TypeGen.py +++ b/utils/ABITest/TypeGen.py @@ -10,6 +10,9 @@ from Enumeration import * # - anonymous / transparent unions # - VLAs # - block types +# - K&R functions +# - pass arguments of different types (test extension, transparent union) +# - varargs ### # Actual type types |