[all-commits] [llvm/llvm-project] 96ebed: [analyzer][NFC] Move `CTUPhase1InliningMode` optio...
JOSTAR via All-commits
all-commits at lists.llvm.org
Mon May 13 07:33:08 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 96ebed7c7481bb143c9d3db5f4c128bb32545229
https://github.com/llvm/llvm-project/commit/96ebed7c7481bb143c9d3db5f4c128bb32545229
Author: JOSTAR <52376093+shenjunjiekoda at users.noreply.github.com>
Date: 2024-05-13 (Mon, 13 May 2024)
Changed paths:
M clang/include/clang/StaticAnalyzer/Core/AnalyzerOptions.def
Log Message:
-----------
[analyzer][NFC] Move `CTUPhase1InliningMode` option to String analyzer options category (#91932)
The `CTUPhase1InliningMode`option was originally placed under Unsigned
analyzer options, but its value is a string.
This move aligns the option with its actual type.
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