[all-commits] [llvm/llvm-project] c12dd5: [NFC][analyzer] Constify AnalysisConsumer::getMode...
Arseniy Zaostrovnykh via All-commits
all-commits at lists.llvm.org
Tue Dec 2 03:30:53 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c12dd598e2f76864b2ea4bcc8616334872d1c112
https://github.com/llvm/llvm-project/commit/c12dd598e2f76864b2ea4bcc8616334872d1c112
Author: Arseniy Zaostrovnykh <necto.ne at gmail.com>
Date: 2025-12-02 (Tue, 02 Dec 2025)
Changed paths:
M clang/lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp
Log Message:
-----------
[NFC][analyzer] Constify AnalysisConsumer::getModeForDecl (#170275)
In my previous commit I forgot that `this` argument of
AnalysisConsumer::getModeForDecl() is also never modified.
Here is the missing trailing const.
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