[all-commits] [llvm/llvm-project] 803a50: [Clang] Dump minimization hints for namespaces (#1...
Ilya Biryukov via All-commits
all-commits at lists.llvm.org
Fri Aug 1 05:26:40 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 803a50aa0547fdbcd661c54f19de0c155a23d50d
https://github.com/llvm/llvm-project/commit/803a50aa0547fdbcd661c54f19de0c155a23d50d
Author: Ilya Biryukov <ibiryukov at google.com>
Date: 2025-08-01 (Fri, 01 Aug 2025)
Changed paths:
M clang/lib/Frontend/FrontendAction.cpp
M clang/test/Frontend/dump-minimization-hints.cpp
Log Message:
-----------
[Clang] Dump minimization hints for namespaces (#151534)
Unlike other declarations, these cover two ranges:
- from `namespace/inline namespace` to the opening `{`,
- the closing `}`.
This allows to mark the declarations inside the namespace itself
independently.
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