[all-commits] [llvm/llvm-project] 7affa0: [Driver] Remove Flags from `cl_Group`. NFC

Justin Bogner via All-commits all-commits at lists.llvm.org
Thu Aug 3 23:00:20 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7affa07cadd19c1413b3806e5cb6fb95f0a6fa8b
      https://github.com/llvm/llvm-project/commit/7affa07cadd19c1413b3806e5cb6fb95f0a6fa8b
  Author: Justin Bogner <mail at justinbogner.com>
  Date:   2023-08-03 (Thu, 03 Aug 2023)

  Changed paths:
    M clang/include/clang/Driver/Options.td

  Log Message:
  -----------
  [Driver] Remove Flags from `cl_Group`. NFC

These flags are redundant since everything in the `cl_Group`
explicitly sets flags anyway. Remove the Flags because they're
confusing and will cause problems with some later refactorings.


  Commit: 121e15f96ce401c875e717992a4d054e308ba775
      https://github.com/llvm/llvm-project/commit/121e15f96ce401c875e717992a4d054e308ba775
  Author: Justin Bogner <mail at justinbogner.com>
  Date:   2023-08-03 (Thu, 03 Aug 2023)

  Changed paths:
    M clang/include/clang/Driver/Options.td

  Log Message:
  -----------
  [Driver] Minor formatting fixes in Options.td. NFC


Compare: https://github.com/llvm/llvm-project/compare/71d763b88d61...121e15f96ce4


More information about the All-commits mailing list