summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaDeclObjC.cpp
Commit message (Expand)AuthorAgeFilesLines
* [ObjC] Avoid the -Wunguarded-availability warnings for protocolAlex Lorenz2017-07-071-1/+4
* [Sema][ObjC] Don't emit availability diags for category @implementationsErik Pilkington2017-05-311-4/+0
* [ObjC] Don't disallow vector parameters/return values in methodsAlex Lorenz2017-05-051-3/+1
* [ObjC] Disallow vector parameters and return values in Objective-C methodsAlex Lorenz2017-04-271-0/+49
* Add #pragma clang attributeAlex Lorenz2017-04-181-3/+10
* Revert r300539 - Add #pragma clang attributeAlex Lorenz2017-04-181-10/+3
* Add #pragma clang attributeAlex Lorenz2017-04-181-3/+10
* Support attributes for Objective-C categoriesAlex Lorenz2017-03-231-5/+11
* Remove redundant passing around of a "ContainsAutoType" flag.Richard Smith2017-01-121-3/+3
* Mass-rename the handful of error_* diagnostics to err_*.Richard Smith2016-12-021-3/+3
* [index] Fix issue with protocol name locations in conformance list of an ObjC...Argyrios Kyrtzidis2016-11-091-1/+8
* [Objective-C] Add objc_subclassing_restricted attributeAlex Lorenz2016-10-281-0/+20
* Module: for ObjectiveC, be consistent when checking hidden decls.Manman Ren2016-10-111-2/+2
* ObjectiveC Generics: Start using ObjCTypeParamType.Manman Ren2016-09-131-1/+1
* C++ Modules TS: add frontend support for building pcm files from moduleRichard Smith2016-08-261-1/+1
* [NFC] Header cleanupMehdi Amini2016-07-181-3/+3
* Implement C++17 P0386R2, inline variables. (The 'inline' specifier gives aRichard Smith2016-06-251-0/+3
* Use more ArrayRefsDavid Majnemer2016-06-241-2/+2
* Prune four superfluous ExternalSemaSource.h includes and one forward declarat...Yaron Keren2016-05-131-1/+0
* [MSVC] Implementation of __unaligned as a proper type qualifierAndrey Bokhanko2016-05-111-0/+1
* Revert r268727, it caused PR27666.Nico Weber2016-05-061-1/+0
* [MSVC] Implementation of __unaligned as a proper type qualifierAndrey Bokhanko2016-05-061-0/+1
* Method Pool in modules: we make sure that if a module contains an entry forManman Ren2016-04-291-0/+6
* Revert r266415, it broke parsing SDK headers (PR27367).Nico Weber2016-04-151-1/+0
* [MSVC Compat] Implementation of __unaligned (MS extension) as a type qualifierAndrey Bokhanko2016-04-151-0/+1
* ObjC kindof: order the methods in global pool relative to availability.Manman Ren2016-04-131-12/+30
* [SemaObjC] Properly handle mix between type arguments and protocols.Bruno Cardoso Lopes2016-04-131-5/+13
* ObjC kindof: check the context when inserting methods to global pool.Manman Ren2016-04-091-1/+38
* [ObjC kindof] Use type bound to filter out the candidate methods.Manman Ren2016-04-071-5/+43
* NFC: simplify code in BuildInstanceMessage.Manman Ren2016-04-071-16/+37
* [Objective-C] Introduce objc_runtime_visible attribute.Douglas Gregor2016-04-011-0/+17
* [modules] Flatten -fmodule-name= and -fmodule-implementation-of= into a singleRichard Smith2016-02-191-1/+1
* Avoid overly large SmallPtrSet/SmallSetMatthias Braun2016-01-301-1/+1
* Class Property: class property and instance property can have the same name.Manman Ren2016-01-281-1/+2
* Class Property: create accessors (class methods) for class property.Manman Ren2016-01-271-7/+10
* Class Property: handle class properties.Manman Ren2016-01-271-1/+1
* Use instance_properties instead of properties. NFC.Manman Ren2016-01-261-2/+2
* Split RequireCompleteType into a function that actually requires that the typeRichard Smith2015-12-181-0/+2
* Remove DataRecursiveASTVisitor; it no longer serves any purpose, since it's j...Richard Smith2015-11-241-2/+2
* [Sema] Minor formatting fixes. NFCCraig Topper2015-11-171-3/+3
* Use Sema::getLocForEndOfToken instead of Preprocessor::getLocForEndOfToken. NFCCraig Topper2015-11-151-7/+6
* Simplify Sema::ProcessPropertyDecl. NFCDouglas Gregor2015-11-031-1/+1
* Stop back-patching 'readonly' Objective-C properties with 'readwrite' ones.Douglas Gregor2015-11-031-0/+14
* Refine r251469 to give better (and more localizable) diagnosticsJohn McCall2015-10-281-3/+2
* Be more conservative about diagnosing "incorrect" uses of __weak:John McCall2015-10-271-0/+18
* Convert ActOnForwardProtocolDeclaration to take an ArrayRef and use a range-b...Craig Topper2015-10-221-6/+5
* Change FindProtocolDeclaration to take an ArrayRef and use a range-based for ...Craig Topper2015-10-221-12/+8
* [Sema/objc] When checking for unimplemented methods treat methods from class ...Argyrios Kyrtzidis2015-10-131-4/+2
* Fix Clang-tidy modernize-use-nullptr warnings in source directories; other mi...Hans Wennborg2015-10-061-12/+9
* Forbid qualifiers on ObjC generic parameters and arguments, butJohn McCall2015-09-231-13/+37
OpenPOWER on IntegriCloud