-
Notifications
You must be signed in to change notification settings - Fork 25
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
Assert of 'clang_delta' #26
Comments
Thanks for the report.
Can you please attach output of pre-processed source file |
I'm using LLVM 10, let me see if I can do so easily |
The file: t.cpp.preprocessed.zip |
I'm sorry but I can't compile it on Linux:
|
I guess you can replace __int64 by std::int64_t if you add the include |
It will require much more adjustments. You can try it here: |
|
Maybe |
Found on following code (t.cpp):
Launch script:
The error occurs within
ClangPass::remove-unused-function
checkIfBugExists.bat
Callstack of delta.exe (Compiled with LLVM 10.0.0)
Issue is in
void RemoveUnusedFunction::doRewriting()
whereTheFunctionDecl
seems to be nullptr.ToCounter
is on -1.The text was updated successfully, but these errors were encountered: