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.
Paths
| Differential D76497
[Syntax] Test both the default and windows target platforms in unittests ClosedPublic Authored by hlopko on Mar 20 2020, 7:30 AM.
Details 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.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Mar 20 2020, 8:14 AM Closed by commit rGeddede9d5184: [Syntax] Test both the default and windows target platforms in unittests (authored by hlopko, committed by gribozavr). · Explain WhyMar 20 2020, 8:39 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 251657 clang/unittests/Tooling/Syntax/TreeTest.cpp
|