[all-commits] [llvm/llvm-project] 3bccd8: [clang][cli] NFC: Remove SSPBufferSize assignment
Jan Svoboda via All-commits
all-commits at lists.llvm.org
Thu Jan 14 04:22:14 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3bccd87a588b3c320b669686c8f006b92ff72182
https://github.com/llvm/llvm-project/commit/3bccd87a588b3c320b669686c8f006b92ff72182
Author: Jan Svoboda <jan_svoboda at apple.com>
Date: 2021-01-14 (Thu, 14 Jan 2021)
Changed paths:
M clang/lib/Frontend/CompilerInvocation.cpp
Log Message:
-----------
[clang][cli] NFC: Remove SSPBufferSize assignment
This should've been part of D84669, but got overlooked. Removing the assignment is NFC, as it's also done by the marshalling infrastructure for the stack_protector_buffer_size option.
Reviewed By: dexonsmith in D94488
Commit: fa2fe9608c1c1b402296960b1edc157230c30062
https://github.com/llvm/llvm-project/commit/fa2fe9608c1c1b402296960b1edc157230c30062
Author: Jan Svoboda <jan_svoboda at apple.com>
Date: 2021-01-14 (Thu, 14 Jan 2021)
Changed paths:
M clang/include/clang/Driver/Options.td
M clang/lib/Frontend/CompilerInvocation.cpp
Log Message:
-----------
[clang][cli] Port more CodeGenOptions to marshalling infrastructure
Leveraging the recently added TableGen constructs (ShouldParseIf and MarshallingInfoStringInt) to shift from manual command line parsing to automatic TableGen-driver marshalling.
Reviewed By: dexonsmith
Differential Revision: https://reviews.llvm.org/D94488
Compare: https://github.com/llvm/llvm-project/compare/19297a417117...fa2fe9608c1c
More information about the All-commits
mailing list