Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
74317e4d3a6e662412cdd971df57da326229fedb
/
test
/
Sema
/
carbon.c
85c80f2
Don't pass -print-stats to the driver, it is a -cc1 option only.
by Rafael Espindola
· 11 years ago
6187966
Second try at fixing this test, this time without breaking 32-bit Darwin builders.
by Eli Friedman
· 13 years ago
2e283f0
Start fixing up clang tests to work on the clang-native-arm-cortex-a9 builder.
by Eli Friedman
· 13 years ago
38b48af
clang -cc1: Rename -mcpu to -target-cpu to match other target options and not alias driver/backend option.
by Daniel Dunbar
· 15 years ago
a572887
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 15 years ago
a31100e
Pass '-mcpu' 'FOO' instead of '-mcpu=FOO'.
by Daniel Dunbar
· 15 years ago
868bd0a
Improve handling of (X86) target features. - This is a WIP...
by Daniel Dunbar
· 16 years ago
16e3fed
Split PTH tests from carbon.c into separate test.
by Daniel Dunbar
· 16 years ago
8d69a57
Re-enable PTH testing for cocoa.h and carbon.h. This tests that PTH works on
by Ted Kremenek
· 16 years ago
0b5b0da
Pull clang-cc code for generating PTH files based on the input type.
by Daniel Dunbar
· 16 years ago
d7d5f02
Rename clang to clang-cc.
by Daniel Dunbar
· 16 years ago
be3f7f3
Re-enable PTH testing for Cocoa.h and Carbon.h (and include testing for Objective-C++).
by Ted Kremenek
· 16 years ago
f376b48
Temporarily revert r61956 and r61957 (PTH tests failing).
by Ted Kremenek
· 16 years ago
6b61487
Enhance -fsyntax-only test of Carbon.h to also include testing for PTH.
by Ted Kremenek
· 16 years ago
aabbb12
Rename stats to print-stats to avoid conflicting with llvm's
by Nate Begeman
· 17 years ago
beb6636
Unbreak -stats on cocoa.h
by Chris Lattner
· 17 years ago
dd1b516
Add more intrinsics. We can now correctly parse both Carbon.h and Cocoa.h without having to do -arch ppc.
by Anders Carlsson
· 17 years ago
345dc62
the sse intrinsics are missing, leading to errors.
by Chris Lattner
· 17 years ago
281a492
make sure we don't lose the ability to parse carbon.h
by Chris Lattner
· 17 years ago