You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
When using modules in clang 5.0 svn, Hana iterates over wrong structs.
For example, the test
Buffer_WithData
fails, becauseparse(Buffer)
iterates overAccessor
instead.Also, calling
clang-tidy
with modules enabled causes a segmentation fault:The text was updated successfully, but these errors were encountered: