[all-commits] [llvm/llvm-project] a71504: [clang][cli] Declare local variable for marshallin...
Jan Svoboda via All-commits
all-commits at lists.llvm.org
Wed Feb 10 04:54:43 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a7150415ddd8e520a4fa024f07575527d445a689
https://github.com/llvm/llvm-project/commit/a7150415ddd8e520a4fa024f07575527d445a689
Author: Jan Svoboda <jan_svoboda at apple.com>
Date: 2021-02-10 (Wed, 10 Feb 2021)
Changed paths:
M clang/lib/Frontend/CompilerInvocation.cpp
Log Message:
-----------
[clang][cli] Declare local variable for marshalling macros
Some Windows build bots report `FileSystemOpts` and `MigratorOpts` as undeclared. This fix renames the parameter and declares a local variable with the original name.
More information about the All-commits
mailing list