summaryrefslogtreecommitdiffstats
path: root/include/clang/AST/NSAPI.h
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Sema][ObjC] Infer availability of +new from availability of -init.Erik Pilkington2018-09-101-1/+10
* Remove trailing spaceFangrui Song2018-07-301-1/+1
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-33/+33
* Fix NSAPI constants to reflect the current state ofAlex Lorenz2017-06-291-2/+2
* [ObjC] Circular containers: add support of subclassesAlex Denisov2015-08-061-2/+6
* [ObjC] Add NSValue support for objc_boxed_expressionsAlex Denisov2015-06-261-1/+2
* [modules] Stop trying to fake up a linear MacroDirective history.Richard Smith2015-04-291-0/+3
* New ObjC warning: circular containers.Alex Denisov2015-03-041-8/+38
* Objective-C remove an unused enumerator which causes Fariborz Jahanian2014-10-281-2/+1
* Objective-C. revert patch for rdar://17554063.Fariborz Jahanian2014-10-281-3/+2
* Objective-C SDK modernizer. Patch to support modernizationFariborz Jahanian2014-10-061-1/+4
* Objective-C modernization. Convert -initWithUTF8String messagingFariborz Jahanian2014-08-251-1/+2
* Objective-C ARC. Adding declarations for Objective-C'sFariborz Jahanian2014-08-061-4/+6
* Include llvm::Optional in clang/Basic/LLVM.hDavid Blaikie2013-02-201-6/+5
* [objcmt] Rewrite a NSDictionary dictionaryWithObjects:forKeys: to a dictionar...Argyrios Kyrtzidis2013-01-161-1/+2
* Fix Doxygen misuse: refer to parameter names in paragraphs correctly (\arg isDmitri Gribenko2012-09-131-3/+3
* Disallow using ObjC literals in direct comparisons (== and friends).Jordan Rose2012-06-081-1/+7
* [objcmt] Don't migrate to subscripting syntax if the required methods have notArgyrios Kyrtzidis2012-06-041-0/+29
* [objcmt] Rewrite messages to NSString's stringWithUTF8String:/stringWithCString:Argyrios Kyrtzidis2012-05-151-1/+23
* [objc] When boxing a BOOL/NSInteger/NSUInteger type, use the correspondingArgyrios Kyrtzidis2012-05-101-2/+13
* Added a new attribute, objc_root_class, which informs the compiler when a roo...Patrick Beard2012-04-061-1/+2
* Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,Ted Kremenek2012-03-061-0/+151