[all-commits] [llvm/llvm-project] a6f4a5: [Clang][NFC] Const correctness fix for range based...
Shafik Yaghmour via All-commits
all-commits at lists.llvm.org
Mon Apr 28 08:27:41 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a6f4a54891979c7c6d3c9e01598827da8b413f4f
https://github.com/llvm/llvm-project/commit/a6f4a54891979c7c6d3c9e01598827da8b413f4f
Author: Shafik Yaghmour <shafik.yaghmour at intel.com>
Date: 2025-04-28 (Mon, 28 Apr 2025)
Changed paths:
M clang/utils/TableGen/ClangBuiltinTemplatesEmitter.cpp
Log Message:
-----------
[Clang][NFC] Const correctness fix for range based for loop (#137431)
Static analysis flagged that we did not make const a item declaration
b/c we did not modify it all during the loop.
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