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 3 bad source code merges. #1210

Open
wants to merge 1 commit into
base: 17-init-main
Choose a base branch
from

Commits on Oct 3, 2024

  1. Fix 3 bad source code merges.

    Fix some incorrect merges that were causing test failures:
    - In 2 cases, statements were accidentally deleted.  Restore them.
    - In SemaDecl.cpp, we kept some old code that should have been deleted.
      This caused processing of section pragmas and section information on
      declarations to be skipped on non-C++ files.
    
    These were identified by looking at diffs with the original clang
    source code or debugging the handling failing test cases in the compiler.
    
    This fixes about 20 failing tests.
    dtarditi committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    cbb9a91 View commit details
    Browse the repository at this point in the history