Age | Commit message (Expand) | Author |
2009-07-28 | this test crashes, disable it harder. | Chris Lattner |
2009-07-22 | Prep for new warning. | Mike Stump |
2009-07-11 | Remove excessive use of Carbon.h / Cocoa.h in clang tests. | Daniel Dunbar |
2009-07-10 | This patch includes a conceptually simple, but very intrusive/pervasive change. | Steve Naroff |
2009-06-05 | Add an XFAIL test to demonstrate references in Obj-C++, this currently crashes. | Daniel Dunbar |
2009-06-03 | Use "()" instead of "(void)" when pretty-printing a parameter-less function t... | Argyrios Kyrtzidis |
2009-05-06 | Improve handling of (X86) target features. | Daniel Dunbar |
2009-05-01 | Check for method type conflict between declaration in | Fariborz Jahanian |
2009-04-01 | Pull clang-cc code for generating PTH files based on the input type. | Daniel Dunbar |
2009-03-24 | Rename clang to clang-cc. | Daniel Dunbar |
2009-02-16 | When inside an Objective-C++ method, name lookup should look into the | Douglas Gregor |
2009-02-09 | id<Foo> is a POD type. | Anders Carlsson |
2009-02-07 | Add a test case for some Objective-C behavior that will not be supported in O... | Douglas Gregor |
2009-02-05 | Improvements and fixes for name lookup with using directives, from Piotr Rak! | Douglas Gregor |
2009-02-04 | Initial implementation of argument dependent lookup (a.k.a. ADL, | Douglas Gregor |
2009-01-16 | Use a single function for doing vararg argument promotion. Also, make sure to... | Anders Carlsson |
2009-01-13 | Warn when someone tries to pass a variable with a non-POD type to a varargs f... | Anders Carlsson |
2009-01-09 | Re-enable PTH testing for Cocoa.h and Carbon.h (and include testing for Objec... | Ted Kremenek |
2009-01-06 | Allow Objective-C entities to be declared within a transparent context | Douglas Gregor |
2008-12-23 | Add some block-pointer conversions in C++ | Douglas Gregor |
2008-12-22 | Support conversion from a null pointer constant o any Objective-C object poin... | Douglas Gregor |
2008-12-19 | Add a missing @end. Why didn't this get diagnosed? | Douglas Gregor |
2008-12-19 | Support more implicit conversions for Objective-C types. Addresses <rdar://pr... | Douglas Gregor |
2008-12-19 | Allow downcasts of pointers to Objective-C interfaces, with a | Douglas Gregor |
2008-12-18 | Add some more implicit conversions for Objective-C++ | Douglas Gregor |
2008-12-18 | Ultrasimplistic sketch for the parsing of C++ template-ids. This won't | Douglas Gregor |
2008-11-27 | Add implicit conversions for Objective-C qualified ids, e.g., | Douglas Gregor |
2008-11-26 | Implement implicit conversions for Objective-C specific types, e.g., | Douglas Gregor |
2008-11-04 | Make it an error if an Objective-C declaration is not in the global scope. | Anders Carlsson |
2008-08-23 | Add carbon.cpp and cocoa.mm tests | Anders Carlsson |
2008-08-23 | Reserved C++ words are valid selectors in Objective-C++ | Anders Carlsson |