Fix implict casting error and clang wrong reasoning #4
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ae3f/aclspv!4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "kenter7317/aclspv:master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fix implict casting error and Clang wrong assumtion
Environment
Summary
Implict casting error
in C90, casting that is not mark on code is not allowed. then this pull request contain correction of that codes
clang wrong reasoning
in Windows, DLL export works in two step, annotate to embed some symbol in DLL and annotate to use some symbol in DLL
but cause Clang reasoning works Locally on code, those step should be separately described, but it described in one time.
So this pull request has temporary deletion of impl
FIx implict casting error and clang wrong reasoningto Fix implict casting error and clang wrong reasoning