[all-commits] [llvm/llvm-project] f55247: Fix bugs in EOL marking in command line tokenizers

Reid Kleckner via All-commits all-commits at lists.llvm.org
Thu Nov 5 13:04:26 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: f55247456e219bb64521c3a73c618267d5bf671c
      https://github.com/llvm/llvm-project/commit/f55247456e219bb64521c3a73c618267d5bf671c
  Author: Reid Kleckner <rnk at google.com>
  Date:   2020-11-05 (Thu, 05 Nov 2020)

  Changed paths:
    M llvm/lib/Support/CommandLine.cpp
    M llvm/unittests/Support/CommandLineTest.cpp

  Log Message:
  -----------
  Fix bugs in EOL marking in command line tokenizers

Add unit tests for this behavior, since the integration test for
clang-cl did not catch these bugs.

Fixes PR47604

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




More information about the All-commits mailing list