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