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

[Clang][NFC] Remove unnecessary copy #97902

Merged
merged 5 commits into from
Jul 17, 2024
Merged

[Clang][NFC] Remove unnecessary copy #97902

merged 5 commits into from
Jul 17, 2024

Commits on Jul 6, 2024

  1. [Clang] Remove unnecessary copy

    Reported by Static Analyzer Tool:
    
    In clang::ASTNodeImporter::VisitCountAttributedType(clang::CountAttributedType const *): Using the auto keyword without an & causes the copy of an object of type TypeCoupledDeclRefInfo
    smanna12 committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    1f80c0a View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Address review comment

    smanna12 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    8f7f220 View commit details
    Browse the repository at this point in the history
  2. fix testing error

    smanna12 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    2f655ec View commit details
    Browse the repository at this point in the history
  3. Fix redundant space

    smanna12 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    8fd74d0 View commit details
    Browse the repository at this point in the history
  4. make the type name explicit

    smanna12 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    3c4bb51 View commit details
    Browse the repository at this point in the history