Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
ec3153360625b9c24e12d1b10668815271703a6e
/
test
/
SemaObjCXX
868bd0a
Improve handling of (X86) target features. - This is a WIP...
by Daniel Dunbar
· 16 years ago
b33f3ad
Check for method type conflict between declaration in
by Fariborz Jahanian
· 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
c71e28c
When inside an Objective-C++ method, name lookup should look into the
by Douglas Gregor
· 16 years ago
672c91d
id<Foo> is a POD type.
by Anders Carlsson
· 16 years ago
50f4e70
Add a test case for some Objective-C behavior that will not be supported in Objective-C++
by Douglas Gregor
· 16 years ago
7dda67d
Improvements and fixes for name lookup with using directives, from Piotr Rak!
by Douglas Gregor
· 16 years ago
fa04764
Initial implementation of argument dependent lookup (a.k.a. ADL,
by Douglas Gregor
· 16 years ago
dce5e2c
Use a single function for doing vararg argument promotion. Also, make sure to do the promotion before checking the type - fixes PR3340.
by Anders Carlsson
· 16 years ago
906fed0
Warn when someone tries to pass a variable with a non-POD type to a varargs function/method/block.
by Anders Carlsson
· 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
ce35607
Allow Objective-C entities to be declared within a transparent context
by Douglas Gregor
· 16 years ago
2a7e58d
Add some block-pointer conversions in C++
by Douglas Gregor
· 16 years ago
27b09ac
Support conversion from a null pointer constant o any Objective-C object pointer type. Fixes rdar://problem/6463298
by Douglas Gregor
· 16 years ago
a46969d
Add a missing @end. Why didn't this get diagnosed?
by Douglas Gregor
· 16 years ago
c788751
Support more implicit conversions for Objective-C types. Addresses <rdar://problem/6458293>.
by Douglas Gregor
· 16 years ago
45920e8
Allow downcasts of pointers to Objective-C interfaces, with a
by Douglas Gregor
· 16 years ago
dda7889
Add some more implicit conversions for Objective-C++
by Douglas Gregor
· 16 years ago
d6fb7ef
Ultrasimplistic sketch for the parsing of C++ template-ids. This won't
by Douglas Gregor
· 16 years ago
7ca0976
Add implicit conversions for Objective-C qualified ids, e.g.,
by Douglas Gregor
· 16 years ago
cb7de52
Implement implicit conversions for Objective-C specific types, e.g.,
by Douglas Gregor
· 16 years ago
1528145
Make it an error if an Objective-C declaration is not in the global scope.
by Anders Carlsson
· 16 years ago
4f3cc81
Add carbon.cpp and cocoa.mm tests
by Anders Carlsson
· 16 years ago
ef048ef
Reserved C++ words are valid selectors in Objective-C++
by Anders Carlsson
· 16 years ago