summaryrefslogtreecommitdiffstats
path: root/test/SemaCXX/attr-unavailable.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Sema] Deduplicate some availability checking logicErik Pilkington2019-03-201-26/+59
* Sema: Methods in unavailable classes are unavailableDuncan P. N. Exon Smith2016-03-081-0/+23
* SemaCXX: Support templates in availability attributesDuncan P. N. Exon Smith2016-02-261-1/+61
* Implemented delayed processing of 'unavailable' checking, just like with 'dep...Ted Kremenek2013-12-181-1/+20
* Allow unavailable function calls inside unavailable functions in C++/ObjC++ a...Argyrios Kyrtzidis2011-06-231-0/+9
* Implement a new 'availability' attribute, that allows one to specifyDouglas Gregor2011-03-231-1/+1
* Sprinkle optional text of the "unavailable' attributeFariborz Jahanian2011-02-251-2/+1
* Print optional message for attr(unavailable) in C++ mode.Fariborz Jahanian2011-02-251-0/+11
* Upgrade "'X' is unavailable" from a warning to an error. This matches GCC's ...Ted Kremenek2010-07-211-3/+3
* Change the printing of OR_Deleted overload results to print all the candidates,John McCall2010-01-081-2/+2
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Downgrade complaints about calling unavailable functions to a warningDouglas Gregor2009-02-181-2/+11
* Don't allow calls to functions marked "unavailable". There's more workDouglas Gregor2009-02-181-0/+11