[PATCH] D14286: ASTImporter: expressions, pt.1
Serge Pavlov via cfe-commits
cfe-commits at lists.llvm.org
Sun Feb 28 10:09:36 PST 2016
2016-02-19 20:52 GMT+06:00 Aleksei Sidorin <a.sidorin at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160229/76fc2fb4/attachment.html>
More information about the cfe-commits
mailing list