[all-commits] [llvm/llvm-project] f3a86d: [clang-doc][NFC] Use SmartMutex when visiting the AST

Paul Kirth via All-commits all-commits at lists.llvm.org
Sat Apr 12 19:16:23 PDT 2025


  Branch: refs/heads/users/ilovepi/clang-doc-lock
  Home:   https://github.com/llvm/llvm-project
  Commit: f3a86d88bd89ba281fc301734ef24a79d9821f7b
      https://github.com/llvm/llvm-project/commit/f3a86d88bd89ba281fc301734ef24a79d9821f7b
  Author: Paul Kirth <paulkirth at google.com>
  Date:   2025-04-12 (Sat, 12 Apr 2025)

  Changed paths:
    M clang-tools-extra/clang-doc/Mapper.cpp

  Log Message:
  -----------
  [clang-doc][NFC] Use SmartMutex when visiting the AST

The SmartMutex will allow us to have a cheap mutex implementation when
using the Standalone executor, since it's single threaded. Performance
should be about the same for AllTUs executor.



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