[all-commits] [llvm/llvm-project] 2393b0: Revert "[clang][cli] Use variadic macros for parsi...
Jan Svoboda via All-commits
all-commits at lists.llvm.org
Thu Jan 28 01:53:14 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 2393b03239c56b9bc1f6fd8bef5cdedaf0570bc7
https://github.com/llvm/llvm-project/commit/2393b03239c56b9bc1f6fd8bef5cdedaf0570bc7
Author: Jan Svoboda <jan_svoboda at apple.com>
Date: 2021-01-28 (Thu, 28 Jan 2021)
Changed paths:
M clang/lib/Frontend/CompilerInvocation.cpp
Log Message:
-----------
Revert "[clang][cli] Use variadic macros for parsing/generating"
This reverts commit 374862d7.
Some build bots are failing with:
clang/Driver/Options.inc(4315): warning C4003: not enough arguments for function-like macro invocation 'PARSE_OPTION_WITH_MARSHALLING'
clang/Driver/Options.inc(4315): warning C4003: not enough arguments for function-like macro invocation 'NO_PREFIX'
clang/Driver/Options.inc(4315): error C2059: syntax error: ')'
clang/Driver/Options.inc(4315): error C2143: syntax error: missing ';' before '{'
clang/Driver/Options.inc(4315): error C2059: syntax error: '='
More information about the All-commits
mailing list