[all-commits] [llvm/llvm-project] 72e596: [clang] Make `HeaderSearchOptions` references cons...

Jan Svoboda via All-commits all-commits at lists.llvm.org
Fri Mar 21 14:40:11 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 72e596f35951e849de9fc739238e84ec1217b939
      https://github.com/llvm/llvm-project/commit/72e596f35951e849de9fc739238e84ec1217b939
  Author: Jan Svoboda <jan_svoboda at apple.com>
  Date:   2025-03-21 (Fri, 21 Mar 2025)

  Changed paths:
    M clang/include/clang/Lex/HeaderSearch.h
    M clang/lib/Frontend/CompilerInstance.cpp
    M clang/lib/Frontend/FrontendActions.cpp
    M clang/lib/Lex/HeaderSearch.cpp
    M clang/lib/Serialization/ASTReader.cpp

  Log Message:
  -----------
  [clang] Make `HeaderSearchOptions` references const (#130825)

This PR makes the `HeaderSearchOptions` object referenced by
`HeaderSearch` constant. Depends on #130823.



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