Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
788b0fd67e1992f23555454efcdb16a19dfefac3
/
test
/
SemaObjC
/
cocoa.m
7201d2f
Fix test.
by Anders Carlsson
· 15 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
1147c5e
Change tests to use clang -cc1...
by Fariborz Jahanian
· 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
2acddeb
Forgot to remove trailing &&
by Daniel Dunbar
· 16 years ago
32c6093
Ted & I crossed paths here, these tests are in cocoa-pth.m now.
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
2770105
Add sub-testcase where we process Cocoa.h using --disable-free (i.e., test the usage of the BumpPtrAllocator in ASTContext).
by Ted Kremenek
· 16 years ago
b248d53
Fix <rdar://problem/6512717> by correctly reading the right offset in the token data in PTHLexer::getSourceLocation().
by Ted Kremenek
· 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
e547757
Enhance -fsyntax-only test of Cocoa.h to also include testing for PTH.
by Ted Kremenek
· 16 years ago
6ac6ddc
move all objc sema tests into a new SemaObjC directory. Next step is to
by Chris Lattner
· 16 years ago
[Renamed from test/Sema/cocoa.m]
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
3536b44
by Steve Naroff
· 17 years ago
d818a71
Test that cocoa parses with -parse-noop. In the future
by Chris Lattner
· 17 years ago