summaryrefslogtreecommitdiff
path: root/lib/AST/NSAPI.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-05-09Enable support for __float128 in Clang and enable it on pertinent platformsNemanja Ivanovic1-0/+1
2016-04-15Revert 266186 as it breaks anything that includes type_traits on some platformsNemanja Ivanovic1-1/+0
2016-04-13Enable support for __float128 in ClangNemanja Ivanovic1-0/+1
2016-04-13[OpenCL] Move OpenCLImageTypes.def from clangAST to clangBasic library.Alexey Bader1-1/+1
2016-04-08[OpenCL] Complete image types support.Alexey Bader1-12/+3
2015-09-15[OpenCL] Add new types for OpenCL 2.0.Alexey Bader1-0/+10
2015-08-25[OPENMP 4.0] Initial support for array sections.Alexey Bataev1-0/+1
2015-08-06[ObjC] Circular containers: add support of subclassesAlex Denisov1-1/+21
2015-06-26[ObjC] Add NSValue support for objc_boxed_expressionsAlex Denisov1-1/+2
2015-04-29[modules] Stop trying to fake up a linear MacroDirective history.Richard Smith1-0/+5
2015-03-04New ObjC warning: circular containers.Alex Denisov1-1/+96
2014-10-28Objective-C. revert patch for rdar://17554063.Fariborz Jahanian1-17/+0
2014-10-06Objective-C SDK modernizer. Patch to support modernizationFariborz Jahanian1-0/+27
2014-08-25Objective-C modernization. Convert -initWithUTF8String messagingFariborz Jahanian1-0/+4
2014-08-06Objective-C ARC. Adding declarations for Objective-C'sFariborz Jahanian1-0/+17
2014-05-12[C++11] Use 'nullptr'. AST edition.Craig Topper1-3/+3
2013-02-21Use None rather than Optional<T>() where possible.David Blaikie1-6/+6
2013-02-20Include llvm::Optional in clang/Basic/LLVM.hDavid Blaikie1-12/+11
2013-02-07Add OpenCL samplers as Clang builtin types and check sampler related restrict...Guy Benyei1-0/+1
2013-01-20Implement OpenCL event_t as Clang builtin type, including event_t related Ope...Guy Benyei1-0/+1
2013-01-16[objcmt] Rewrite a NSDictionary dictionaryWithObjects:forKeys: to a dictionar...Argyrios Kyrtzidis1-0/+8
2012-12-18Re-commit r170428 changes with Linux style file endings.Guy Benyei1-0/+6
2012-12-18Revert changes from r170428, as I accidentally changed the line endings of th...Guy Benyei1-420/+414
2012-12-18Add OpenCL images as clang builtin types.Guy Benyei1-414/+420
2012-08-31Change the representation of builtin functions in the ASTEli Friedman1-0/+1
2012-06-04[objcmt] Don't migrate to subscripting syntax if the required methods have notArgyrios Kyrtzidis1-0/+12
2012-05-15[objcmt] Rewrite messages to NSString's stringWithUTF8String:/stringWithCString:Argyrios Kyrtzidis1-1/+47
2012-05-10[objc] When boxing a BOOL/NSInteger/NSUInteger type, use the correspondingArgyrios Kyrtzidis1-3/+46
2012-04-06Added a new attribute, objc_root_class, which informs the compiler when a roo...Patrick Beard1-0/+1
2012-03-06Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,Ted Kremenek1-0/+311