[all-commits] [llvm/llvm-project] c85e43: [clang] Hide the `LangOptions` pointer from `Compi...

Jan Svoboda via All-commits all-commits at lists.llvm.org
Tue Apr 29 10:37:58 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c85e43bd45fee5de106d79965db484339b5cc46f
      https://github.com/llvm/llvm-project/commit/c85e43bd45fee5de106d79965db484339b5cc46f
  Author: Jan Svoboda <jan_svoboda at apple.com>
  Date:   2025-04-29 (Tue, 29 Apr 2025)

  Changed paths:
    M clang/include/clang/Frontend/ASTUnit.h
    M clang/include/clang/Frontend/CompilerInstance.h
    M clang/include/clang/Frontend/CompilerInvocation.h
    M clang/lib/Frontend/ASTUnit.cpp
    M clang/lib/Frontend/FrontendAction.cpp

  Log Message:
  -----------
  [clang] Hide the `LangOptions` pointer from `CompilerInvocation` (#137675)

This PR makes `CompilerInvocation` the sole owner of the `LangOptions`
instance.



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