[all-commits] [llvm/llvm-project] fd7300: [Syntax] Test both the default and windows target ...
    Marcel Hlopko via All-commits 
    all-commits at lists.llvm.org
       
    Fri Mar 20 03:46:07 PDT 2020
    
    
  
  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: fd7300f717c18c861e77685efe6f16f12fb63ae7
      https://github.com/llvm/llvm-project/commit/fd7300f717c18c861e77685efe6f16f12fb63ae7
  Author: Marcel Hlopko <hlopko at google.com>
  Date:   2020-03-20 (Fri, 20 Mar 2020)
  Changed paths:
    M clang/unittests/Tooling/Syntax/TreeTest.cpp
  Log Message:
  -----------
  [Syntax] Test both the default and windows target platforms in unittests
Summary:
This increases the coverage for things that differ between Linux and Windows, such as `-fdelayed-template-parsing`. This would have prevented the rollback of https://reviews.llvm.org/D76346.
While at it, update -std=c++11 to c++17 for the test.
Reviewers: gribozavr2
Reviewed By: gribozavr2
Subscribers: cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D76433
    
    
More information about the All-commits
mailing list