[PATCH] D14286: ASTImporter: expressions, pt.1

Serge Pavlov via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 21 03:40:52 PDT 2016


With the latest changes unit tests are successfully passed on Windows!
You can go forward in completing the fix.

Thanks,
--Serge

2016-03-18 21:44 GMT+06:00 Aleksei Sidorin <a.sidorin at samsung.com>:

> a.sidorin updated this revision to Diff 51027.
> a.sidorin added a comment.
>
> Serge, thank you for help!
> GNUNullExpr was 'long' on my platform. I weakened a matcher to check only
> if it has integer type.
> ParenListExpr issue was also successfully reproduced with
> 'fdelayed-template-parsing' and fixed.
> I hope this version passes all the tests. Could you recheck? I cannot gain
> access to MSVC now.
>
>
> http://reviews.llvm.org/D14286
>
> Files:
>   include/clang/AST/Type.h
>   lib/AST/ASTImporter.cpp
>   unittests/AST/ASTImporterTest.cpp
>   unittests/AST/CMakeLists.txt
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160321/05c7b90f/attachment.html>


More information about the cfe-commits mailing list