-
Notifications
You must be signed in to change notification settings - Fork 10
BitCoin: Support importing TypeAliasTemplate #140
Comments
This is also C++11 feature. |
work in progress implementation can be found here: |
So progress: we have tests (see commits) for correctly testing the added functions, namely importing TypeAliasTemplate and PackExpansion. |
We still have the assertion however for a lot of files: The below code's new call (in stdlib new allocator) triggers the problem in c++11 while old c++ works:
|
The problem: the assertion usually comes when already being in a TypeAliasTemplate visitation, like:
|
However, sometimes we get this error without the TypeAliasTemplate:
|
Could you dump the |
create a pull request and a phabricator ticket. |
PR: #202 |
PR was reopened here: #203 |
Add patch to phabricator. |
can we close this issue? |
AST node TypeAliasTemplate importing is not supported but an experimental version already can be found here: https://github.com/haoNoQ/clang/blob/summary-ipa-draft/lib/AST/ASTImporter.cpp#L3194
The text was updated successfully, but these errors were encountered: