summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaExprObjC.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Add an assert to further check the invariant that a null pointerChandler Carruth2016-11-041-0/+4
* Fix typos in comments.George Burgess IV2016-09-011-3/+3
* ObjC Class Property: diagnostics when accessing a class property using instance.Manman Ren2016-06-281-7/+24
* Re-commit "[Temporary] Add an ExprWithCleanups for each C++ MaterializeTempor...Tim Shen2016-06-211-2/+2
* Revert "[Temporary] Add an ExprWithCleanups for each C++ MaterializeTemporary...Tim Shen2016-06-091-2/+2
* [Temporary] Add an ExprWithCleanups for each C++ MaterializeTemporaryExpr.Tim Shen2016-06-091-2/+2
* [ObjC kindof] Use type bound to filter out the candidate methods.Manman Ren2016-04-071-3/+2
* NFC: simplify code in BuildInstanceMessage.Manman Ren2016-04-071-36/+52
* [Sema] More changes to fix Objective-C fallout from r249995.Bob Wilson2016-02-131-28/+34
* Fix remaining Clang-tidy readability-redundant-control-flow warnings; other m...Eugene Zelenko2016-02-121-10/+4
* Class Property: class property and instance property can have the same name.Manman Ren2016-01-281-4/+7
* OpaquePtr: Use nullptr construction for ParsedType OpaquePtr typedefDavid Blaikie2016-01-151-1/+1
* [Sema] Suppress diags in overload resolution.George Burgess IV2016-01-131-59/+75
* Properly track that a character literal is UTF-8, and pretty print the prefix...Aaron Ballman2016-01-071-0/+2
* [TrailingObjects] Convert classes in ExprObjC.hJames Y Knight2015-12-311-3/+3
* [Sema] ArrayRef-ize BuildObjCDictionaryLiteral. NFCCraig Topper2015-12-241-15/+14
* [Sema] ArrayRef-ize ParseObjCStringLiteral and CodeCompleteObjCProtocolRefere...Craig Topper2015-12-241-8/+5
* Split RequireCompleteType into a function that actually requires that the typeRichard Smith2015-12-181-0/+2
* Use Sema::getLocForEndOfToken instead of Preprocessor::getLocForEndOfToken. NFCCraig Topper2015-11-151-6/+6
* Stop back-patching 'readonly' Objective-C properties with 'readwrite' ones.Douglas Gregor2015-11-031-2/+1
* Refine r251469 to give better (and more localizable) diagnosticsJohn McCall2015-10-281-1/+1
* Be slightly more permissive when checking for type-erased blocks.Bob Wilson2015-10-021-1/+2
* Silence a "not all control paths return a value" warning from MSVC. Should al...Aaron Ballman2015-07-241-1/+2
* Cleanup ObjCInterfaceDecl lookup for ObjC literalsAlex Denisov2015-07-241-99/+98
* Implement the Objective-C __kindof type qualifier.Douglas Gregor2015-07-071-10/+17
* Substitute type arguments into uses of Objective-C interface members.Douglas Gregor2015-07-071-28/+49
* Handle Objective-C type arguments.Douglas Gregor2015-07-071-2/+4
* Parsing, semantic analysis, and AST for Objective-C type parameters.Douglas Gregor2015-07-071-6/+9
* [ObjC] Add NSValue support for objc_boxed_expressionsAlex Denisov2015-06-261-8/+119
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-2/+2
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-2/+2
* Introduced pragmas for audited nullability regions.Douglas Gregor2015-06-191-0/+4
* Extend type nullability qualifiers for Objective-C.Douglas Gregor2015-06-191-16/+117
* [Objective-C Sema]This patch fixes the warning when clang issuesFariborz Jahanian2015-04-151-6/+15
* [Objective-C Sema] Fixes a typo which did not allow Fariborz Jahanian2015-04-101-1/+1
* [Objective-C Sema] It is permissable to bridge cast to 'id'Fariborz Jahanian2015-04-091-5/+6
* [Modules] Make Sema's map of referenced selectors have a deterministicChandler Carruth2015-03-271-9/+4
* [Objective-C Sema]. Remove -Wreceiver-is-weak warning.Fariborz Jahanian2015-03-101-67/+0
* Recognize objc_bridge(id) on bridged casts to CF types.John McCall2015-03-101-0/+3
* New ObjC warning: circular containers.Alex Denisov2015-03-041-1/+3
* Allow (Object *)kMyGlobalCFObj casts without bridgingBen Langmuir2015-02-251-6/+9
* Fix crash when clang tries to build NSNumber literal after forward declarationAlex Denisov2015-02-161-1/+3
* Patch fixes PR21932 crash on invalid code. UsingFariborz Jahanian2015-01-201-21/+22
* Address review feedback on r221933.Nico Weber2014-12-271-3/+4
* [Objective-C]. This patch extends objc_bridge attribute to support objc_brid...Fariborz Jahanian2014-12-111-0/+3
* Fix the indentation: Nesting level does not match indentation (CID 1254863)Sylvestre Ledru2014-11-171-2/+2
* Objective-C. Fixes a regression caused by implementationFariborz Jahanian2014-11-131-2/+1
* [Objective-C Sema]. Issue availability/deprecated warning when Fariborz Jahanian2014-11-071-1/+5
* Objective-C. revert patch for rdar://17554063.Fariborz Jahanian2014-10-281-63/+12
* [Objective-C]. revert r220740,r220727Fariborz Jahanian2014-10-281-16/+5
OpenPOWER on IntegriCloud