[all-commits] [llvm/llvm-project] 50f243: Add diagnostic option backing field for -fansi-esc...

Daniel Grumberg via All-commits all-commits at lists.llvm.org
Thu Jul 9 23:28:26 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 50f24331fd91e70de6bf6c3efe45272ddfc711fd
      https://github.com/llvm/llvm-project/commit/50f24331fd91e70de6bf6c3efe45272ddfc711fd
  Author: Daniel Grumberg <dany.grumberg at gmail.com>
  Date:   2020-07-10 (Fri, 10 Jul 2020)

  Changed paths:
    M clang/include/clang/Basic/DiagnosticOptions.def
    M clang/include/clang/Driver/Options.td
    M clang/lib/Frontend/CompilerInvocation.cpp

  Log Message:
  -----------
  Add diagnostic option backing field for -fansi-escape-codes

Summary:
Keep track of -fansi-escape-codes in DiagnosticOptions and move the
option to the new option parsing system.

Depends on D82860

Reviewers: Bigcheese

Subscribers: dexonsmith, cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D82874




More information about the All-commits mailing list