OSDN Git Service

[clang][cli] Port LangOpts simple string based options to new option parsing system
authorJan Svoboda <jan_svoboda@apple.com>
Wed, 16 Dec 2020 13:26:45 +0000 (14:26 +0100)
committerJan Svoboda <jan_svoboda@apple.com>
Fri, 18 Dec 2020 08:44:02 +0000 (09:44 +0100)
commitaec2991d083a9c5b92f94d84a7b3a7bbed405af8
tree0593e8cf58d2c159ed0df5bb74e02f8ec6934a29
parentff4b76d74f38a3816495c9914789e87a95525cf4
[clang][cli] Port LangOpts simple string based options to new option parsing system

Depends on D84670

Reviewed By: Bigcheese

Original patch by Daniel Grumberg.

Differential Revision: https://reviews.llvm.org/D84671
clang/include/clang/Basic/DiagnosticFrontendKinds.td
clang/include/clang/Driver/Options.td
clang/lib/Frontend/CompilerInvocation.cpp