[all-commits] [llvm/llvm-project] fa1b48: Work around a bug in MSVC in the syntax tree test

Dmitri Gribenko via All-commits all-commits at lists.llvm.org
Fri Jun 26 07:49:22 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: fa1b488776185827274637f8fdd38b20b6b5c036
      https://github.com/llvm/llvm-project/commit/fa1b488776185827274637f8fdd38b20b6b5c036
  Author: Dmitri Gribenko <gribozavr at gmail.com>
  Date:   2020-06-26 (Fri, 26 Jun 2020)

  Changed paths:
    M clang/unittests/Tooling/Syntax/TreeTest.cpp

  Log Message:
  -----------
  Work around a bug in MSVC in the syntax tree test

Summary:
MSVC does not handle raw string literals with embedded double quotes
correctly. I switched the affected test case to use regular string
literals insetad.

Subscribers: cfe-commits

Tags: #clang

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




More information about the All-commits mailing list