2016-02-19 20:52 GMT+06:00 Aleksei Sidorin <a.sido...@samsung.com>:

> a.sidorin added a comment.
>
> Serge Pavlov: I'll enable tests from you patch  (
> http://reviews.llvm.org/D14224) after all node types your patch supports
> will be supported. If you're agree, of course.
>
> Yes, sure, that would be nice!

I cannot compile clang with the patch applied:
```
In file included from
/export/serge/llvm/llvm/llvm/utils/unittest/googletest/include/gtest/gtest.h:57:0,
                 from
/export/serge/llvm/llvm/llvm/tools/clang/unittests/AST/MatchVerifier.h:26,
                 from
/export/serge/llvm/llvm/llvm/tools/clang/unittests/AST/ASTImporterTest.cpp:16:
/export/serge/llvm/llvm/llvm/tools/clang/unittests/AST/ASTImporterTest.cpp:
In member function âvirtual void
clang::ast_matchers::ImportExpr_ImportAtomicExpr_Test::TestBody()â:
/export/serge/llvm/llvm/llvm/tools/clang/unittests/AST/ASTImporterTest.cpp:241:21:
error: âatomicExprâ was not declared in this scope
                     )))))));
                     ^
```
and many other error messages.

Thanks,
--Serge
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to