[all-commits] [llvm/llvm-project] eddede: [Syntax] Test both the default and windows target ...
Marcel Hlopko via All-commits
all-commits at lists.llvm.org
Fri Mar 20 08:37:35 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: eddede9d5184a431c7f859ef1869f1a4de8d08d4
https://github.com/llvm/llvm-project/commit/eddede9d5184a431c7f859ef1869f1a4de8d08d4
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/D76497
More information about the All-commits
mailing list