Closed Attractadore closed 3 years ago
Thanks for creating PR for this.
Now we have revived our lit testing for cm compiler and this means that contributions should be accompanied with lit tests that cover new functionality/fixed problems. To proceed with this PR you will need to add several lit tests.
To configure cmfe with enabled testing you will need to adjust LLVM and clang cmake lines with the following:
After doing this there will be a target "check-cmc" in clang build directory. You can use it to run cm lit tests. Tests sources are located inside test/CMFE directory in this repo. For this particular PR there will be needed 3 types of tests:
Please add at least one test for each category to your PR and we can continue this review.
I added some tests. I'm not sure where they should be placed, so I put them all in a single folder for now.
Closing this PR as these changes have been merged with #63.
This adds array-like list initialization to CM vectors.