[all-commits] [llvm/llvm-project] f91735: Revert "[clang][cli] Port ObjCMTAction to new opti...
Mehdi Amini via All-commits
all-commits at lists.llvm.org
Wed Nov 11 12:01:27 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: f917356f9ce026f9be9972b8c75cd3ba00e43497
https://github.com/llvm/llvm-project/commit/f917356f9ce026f9be9972b8c75cd3ba00e43497
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2020-11-11 (Wed, 11 Nov 2020)
Changed paths:
M clang/include/clang/Driver/Options.td
M clang/lib/Frontend/CompilerInvocation.cpp
M llvm/include/llvm/Option/OptParser.td
M llvm/unittests/Option/OptionMarshallingTest.cpp
M llvm/unittests/Option/Opts.td
M llvm/utils/TableGen/OptParserEmitter.cpp
Log Message:
-----------
Revert "[clang][cli] Port ObjCMTAction to new option parsing system"
This reverts commit 09248a5d25bb1c9f357247fa3da8fbe4470e9c67.
Some builds are broken. I suspect a `static constexpr` in a class missing a
definition out of class (required pre-c++17).
More information about the All-commits
mailing list