[all-commits] [llvm/llvm-project] 1af81a: [libarcher] Place classes in anonymous namespace

Nikita Popov via All-commits all-commits at lists.llvm.org
Mon Oct 31 01:17:37 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1af81ab4846f0d07d3ac3079f95d66779a4d9430
      https://github.com/llvm/llvm-project/commit/1af81ab4846f0d07d3ac3079f95d66779a4d9430
  Author: Nikita Popov <npopov at redhat.com>
  Date:   2022-10-31 (Mon, 31 Oct 2022)

  Changed paths:
    M openmp/tools/archer/ompt-tsan.cpp

  Log Message:
  -----------
  [libarcher] Place classes in anonymous namespace

Place various classes/structs into anonymous namespaces and mark
variables as static. As far as I understand, these are all
implementation details and not intended to be exported -- only a
small number of tsan hooks are supposed to be.

Differential Revision: https://reviews.llvm.org/D136845




More information about the All-commits mailing list