[all-commits] [llvm/llvm-project] 2edd4a: [clang] NFC, avoid create a new FunctionTypeInfo o...

Haojian Wu via All-commits all-commits at lists.llvm.org
Mon Jul 14 12:59:05 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2edd4a25dd0bb4e5f49ce0d5ff8a95803ac88d27
      https://github.com/llvm/llvm-project/commit/2edd4a25dd0bb4e5f49ce0d5ff8a95803ac88d27
  Author: Haojian Wu <hokein.wu at gmail.com>
  Date:   2025-07-14 (Mon, 14 Jul 2025)

  Changed paths:
    M clang/lib/Parse/ParseDecl.cpp

  Log Message:
  -----------
  [clang] NFC, avoid create a new FunctionTypeInfo object in the function call.

FunctionTypeInfo is a large object, no need to create a new one for this case.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list