[all-commits] [llvm/llvm-project] 982493: [NFC] Add PrintOnExit parameter to a llvm::TimerG...
Arseniy Zaostrovnykh via All-commits
all-commits at lists.llvm.org
Fri Oct 24 08:14:41 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9824930744d50667aad3539d7936571a6d148a11
https://github.com/llvm/llvm-project/commit/9824930744d50667aad3539d7936571a6d148a11
Author: Arseniy Zaostrovnykh <necto.ne at gmail.com>
Date: 2025-10-24 (Fri, 24 Oct 2025)
Changed paths:
M clang/lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp
M llvm/include/llvm/Support/Timer.h
M llvm/lib/Support/Timer.cpp
Log Message:
-----------
[NFC] Add PrintOnExit parameter to a llvm::TimerGroup (#164407)
Clean up AnalysisConsumer code from the timer-related branches that are
not used most of the time, and move this logic to Timer.cpp, which is a
more relevant place and allows for a cleaner implementation.
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