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

Fix constructor ambiguity error llvm::APInt in tests LLVM 11 #138

Merged
merged 1 commit into from
May 26, 2021

Commits on May 25, 2021

  1. Fix constructor ambiguity error llvm::APInt in tests LLVM 11

    This is an error on Windows:
    
    ```
    rellic/unittests/AST/ASTBuilder.cpp(64,21): error : call to constructor of 'llvm::APInt' is ambiguous
    .../include/llvm/ADT/APInt.h(277,3): message : candidate constructor
    .../include/llvm/ADT/APInt.h(304,3): message : candidate constructor
    ```
    ekilmer committed May 25, 2021
    Configuration menu
    Copy the full SHA
    95f2fa5 View commit details
    Browse the repository at this point in the history