Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate Clang Bugs #2

Open
mmha opened this issue Jun 2, 2017 · 0 comments
Open

Investigate Clang Bugs #2

mmha opened this issue Jun 2, 2017 · 0 comments

Comments

@mmha
Copy link
Owner

mmha commented Jun 2, 2017

When using modules in clang 5.0 svn, Hana iterates over wrong structs.
For example, the test Buffer_WithData fails, because parse(Buffer) iterates over Accessor instead.

Also, calling clang-tidy with modules enabled causes a segmentation fault:

$ CC=clang CXX=clang++ cmake .. -DGLTFPP_BUILD_TESTS=1 -DGLTFPP_ENABLE_MODULES=1
$ clang-tidy -p=. ../test/glTF.cpp
[1]    32459 segmentation fault (core dumped)  clang-tidy -p=. ../test/glTF.cpp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant