summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/attr-availability-watchos.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix implicit ios -> watchOS availability version mapping forAlex Lorenz2019-03-201-0/+6
| | | | | | | | versions that have the major number only rdar://48018651 llvm-svn: 356605
* Add inherited attributes before parsed attributes.Michael Kruse2018-09-241-2/+2
| | | | | | | | | | | | | | | | | Currently, attributes from previous declarations ('inherited attributes') are added to the end of a declaration's list of attributes. Before r338800, the attribute list was in reverse. r338800 changed the order of non-inherited (parsed from the current declaration) attributes, but inherited attributes are still appended to the end of the list. This patch appends inherited attributes after other inherited attributes, but before any non-inherited attribute. This is to make the order of attributes in the AST correspond to the order in the source code. Differential Revision: https://reviews.llvm.org/D50214 llvm-svn: 342861
* Fix typos in clangAlexander Kornienko2018-04-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Found via codespell -q 3 -I ../clang-whitelist.txt Where whitelist consists of: archtype cas classs checkk compres definit frome iff inteval ith lod methode nd optin ot pres statics te thru Patch by luzpaz! (This is a subset of D44188 that applies cleanly with a few files that have dubious fixes reverted.) Differential revision: https://reviews.llvm.org/D44188 llvm-svn: 329399
* Allow pretty platform names in availability attributesAlex Lorenz2017-08-151-2/+2
| | | | | | rdar://32076651 llvm-svn: 310921
* watchOS & tvOS: add a few more tests.Tim Northover2015-11-021-15/+48
| | | | llvm-svn: 251832
* Support tvOS and watchOS availability attributesTim Northover2015-10-301-0/+21
llvm-svn: 251711
OpenPOWER on IntegriCloud