Commit Graph

8 Commits

Author SHA1 Message Date
Ben Barham
85d176e68b [Test] Re-enable previously failing ASAN test
This was fixed by https://github.com/apple/swift/pull/63881, ie. a stack
use after scope.

Resolves rdar://100508951.
2023-03-28 10:50:47 -07:00
Arnold Schwaighofer
13786d52c2 Frontend/clang-args-diags.swift currently fails on ASAN bots
Temporarily disable the test.

rdar://100508951
2022-09-30 06:06:22 -07:00
David Farler
b7d17b25ba Rename -parse flag to -typecheck
A parse-only option is needed for parse performance tracking and the
current option also includes semantic analysis.
2016-11-28 10:50:55 -08:00
Dmitri Gribenko
d175b3b66d Migrate FileCheck to %FileCheck in tests 2016-08-10 23:52:02 -07:00
Jordan Rose
d380e0e69e Fix clang-args-diags.swift test for public Clang's output.
Public Clang calls itself "Clang"; Apple Clang calls itself "Apple LLVM".
The test doesn't actually care what the name is; it's just trying to make
sure that the importer is failing for the reason we expect, rather than
something unrelated.

rdar://problem/23506925
2015-11-16 14:02:33 -08:00
Michael Gottesman
576e656896 Disable test clang-args-diags.swift until Jordan has a chance to look at it.
rdar://23506925
2015-11-11 16:07:42 -08:00
Jordan Rose
30c65eff7e [ClangImporter] Use Clang's driver to handle options, not its frontend.
This is most important for -Xcc options, which shouldn't be dependent on
the underlying Clang version, but it also affects things like target features
that Clang knows how to compute correctly and Swift, well, doesn't.

rdar://problem/17687572

Swift SVN r22448
2014-10-01 23:55:35 +00:00
Argyrios Kyrtzidis
da95aadb4b [ClangImporter] Make sure we don't crash if clang emits diagnostics because of the provided clang compiler arguments.
rdar://18068354

Swift SVN r21823
2014-09-10 01:18:32 +00:00