summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/NSAPI.cpp
Commit message (Expand)AuthorAgeFilesLines
* Recommit "Add _Float16 as a C/C++ source language type"Sjoerd Meijer2017-09-081-0/+1
* Revert "Add _Float16 as a C/C++ source language type"Sjoerd Meijer2017-09-081-1/+0
* Add _Float16 as a C/C++ source language typeSjoerd Meijer2017-09-081-0/+1
* [OpenCL] Correct ndrange_t implementationAnastasia Stulova2017-02-161-1/+0
* Enable support for __float128 in Clang and enable it on pertinent platformsNemanja Ivanovic2016-05-091-0/+1
* Revert 266186 as it breaks anything that includes type_traits on some platformsNemanja Ivanovic2016-04-151-1/+0
* Enable support for __float128 in ClangNemanja Ivanovic2016-04-131-0/+1
* [OpenCL] Move OpenCLImageTypes.def from clangAST to clangBasic library.Alexey Bader2016-04-131-1/+1
* [OpenCL] Complete image types support.Alexey Bader2016-04-081-12/+3
* [OpenCL] Add new types for OpenCL 2.0.Alexey Bader2015-09-151-0/+10
* [OPENMP 4.0] Initial support for array sections.Alexey Bataev2015-08-251-0/+1
* [ObjC] Circular containers: add support of subclassesAlex Denisov2015-08-061-1/+21
* [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/+5
* New ObjC warning: circular containers.Alex Denisov2015-03-041-1/+96
* Objective-C. revert patch for rdar://17554063.Fariborz Jahanian2014-10-281-17/+0
* Objective-C SDK modernizer. Patch to support modernizationFariborz Jahanian2014-10-061-0/+27
* Objective-C modernization. Convert -initWithUTF8String messagingFariborz Jahanian2014-08-251-0/+4
* Objective-C ARC. Adding declarations for Objective-C'sFariborz Jahanian2014-08-061-0/+17
* [C++11] Use 'nullptr'. AST edition.Craig Topper2014-05-121-3/+3
* Use None rather than Optional<T>() where possible.David Blaikie2013-02-211-6/+6
* Include llvm::Optional in clang/Basic/LLVM.hDavid Blaikie2013-02-201-12/+11
* Add OpenCL samplers as Clang builtin types and check sampler related restrict...Guy Benyei2013-02-071-0/+1
* Implement OpenCL event_t as Clang builtin type, including event_t related Ope...Guy Benyei2013-01-201-0/+1
* [objcmt] Rewrite a NSDictionary dictionaryWithObjects:forKeys: to a dictionar...Argyrios Kyrtzidis2013-01-161-0/+8
* Re-commit r170428 changes with Linux style file endings.Guy Benyei2012-12-181-0/+6
* Revert changes from r170428, as I accidentally changed the line endings of th...Guy Benyei2012-12-181-420/+414
* Add OpenCL images as clang builtin types.Guy Benyei2012-12-181-414/+420
* Change the representation of builtin functions in the ASTEli Friedman2012-08-311-0/+1
* [objcmt] Don't migrate to subscripting syntax if the required methods have notArgyrios Kyrtzidis2012-06-041-0/+12
* [objcmt] Rewrite messages to NSString's stringWithUTF8String:/stringWithCString:Argyrios Kyrtzidis2012-05-151-1/+47
* [objc] When boxing a BOOL/NSInteger/NSUInteger type, use the correspondingArgyrios Kyrtzidis2012-05-101-3/+46
* Added a new attribute, objc_root_class, which informs the compiler when a roo...Patrick Beard2012-04-061-0/+1
* Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,Ted Kremenek2012-03-061-0/+311