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

Annotate the LLVM preset with NoException #1052

Merged
merged 5 commits into from
Jun 3, 2021

Commits on Jun 1, 2021

  1. Annotate the LLVM preset with NoException

    The LLVM/clang project does not use C++ exceptions. We're also only mapping the C interface, so it's safe to assume there will be no exceptions thrown here.
    junlarsen committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    172b7ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab4362b View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2021

  1. Configuration menu
    Copy the full SHA
    16aa38e View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2021

  1. Configuration menu
    Copy the full SHA
    3c331a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4742296 View commit details
    Browse the repository at this point in the history