Age | Commit message (Expand) | Author |
---|---|---|
2011-06-23 | Allow unavailable function calls inside unavailable functions in C++/ObjC++ a... | Argyrios Kyrtzidis |
2011-03-23 | Implement a new 'availability' attribute, that allows one to specify | Douglas Gregor |
2011-02-25 | Sprinkle optional text of the "unavailable' attribute | Fariborz Jahanian |
2011-02-25 | Print optional message for attr(unavailable) in C++ mode. | Fariborz Jahanian |
2010-07-21 | Upgrade "'X' is unavailable" from a warning to an error. This matches GCC's ... | Ted Kremenek |
2010-01-08 | Change the printing of OR_Deleted overload results to print all the candidates, | John McCall |
2009-12-15 | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar |
2009-03-24 | Rename clang to clang-cc. | Daniel Dunbar |
2009-02-18 | Downgrade complaints about calling unavailable functions to a warning | Douglas Gregor |
2009-02-18 | Don't allow calls to functions marked "unavailable". There's more work | Douglas Gregor |