[PATCH] D142181: [OptTable] Store llvm::cl::Option into a DenseMap instead of a StringMap
serge via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 23 08:42:17 PST 2023
serge-sans-paille updated this revision to Diff 491400.
serge-sans-paille added a comment.
Do not enfore StringLiteral parameter. This is too invasive on the code base.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D142181/new/
https://reviews.llvm.org/D142181
Files:
clang-tools-extra/clangd/tool/ClangdMain.cpp
clang/include/clang/Tooling/Refactoring/RefactoringOption.h
clang/lib/Tooling/Refactoring/RefactoringActions.cpp
llvm/include/llvm/Option/OptTable.h
llvm/include/llvm/Option/Option.h
llvm/include/llvm/Support/CommandLine.h
llvm/lib/CodeGen/TargetPassConfig.cpp
llvm/lib/Support/CommandLine.cpp
llvm/unittests/Support/CommandLineInit/CommandLineInitTest.cpp
llvm/unittests/Support/CommandLineTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D142181.491400.patch
Type: text/x-patch
Size: 18686 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230123/a3a1a384/attachment-0001.bin>
More information about the llvm-commits
mailing list