[all-commits] [llvm/llvm-project] a2ef76: [Driver] Change some cc1 only JoinedOrSeparate lon...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Sat Sep 3 10:45:46 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a2ef7654ec2e907f84a876b1cf5d37fc87754de7
https://github.com/llvm/llvm-project/commit/a2ef7654ec2e907f84a876b1cf5d37fc87754de7
Author: Fangrui Song <i at maskray.me>
Date: 2022-09-03 (Sat, 03 Sep 2022)
Changed paths:
M clang/include/clang/Driver/Options.td
Log Message:
-----------
[Driver] Change some cc1 only JoinedOrSeparate long options to Separate
They are error-prone as they do not end with `=`.
Note: for driver -isystem/etc, we have to support the Joined form.
More information about the All-commits
mailing list