summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaDeclObjC.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing spaceFangrui Song2018-07-301-167/+167
* [Sema][ObjC] Warn when a method declared in a protocol takes aAkira Hatanaka2018-07-281-7/+41
* AttributeList de-listifying:Erich Keane2018-07-121-55/+35
* [Sema] Emit -Wincomplete-implementation for partial methods.Erik Pilkington2018-07-071-10/+2
* Add protocol redefinition to the current scope/contextBruno Cardoso Lopes2018-06-301-0/+5
* Sema: diagnose invalid catch parameter in ObjCSaleem Abdulrasool2018-05-201-3/+8
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-4/+4
* [ObjC] Supress the 'implementing unavailable method' warning whenAlex Lorenz2018-05-031-2/+10
* [Availability] Improve availability to consider functions run at load timeSteven Wu2018-04-161-0/+11
* [Sema][ObjC] Ensure that the return type of an ObjC method is a completeAkira Hatanaka2018-04-121-0/+7
* Fix typos in clangAlexander Kornienko2018-04-061-2/+2
* Remove redundant casts. NFCGeorge Burgess IV2018-03-011-7/+6
* [Sema][ObjC] Process category attributes before checking protocol usesAlex Lorenz2018-02-231-4/+7
* [Sema][ObjC] Use SmallSetVector to fix a failing test on the reverseAkira Hatanaka2018-02-061-6/+2
* PR35815: Separate out the ns-consumed diagnostic into an error andAlex Lorenz2018-01-031-9/+12
* [NFC] Modernize enum Declarator::TheContext to a type-safe scoped enum.Faisal Vali2017-12-291-1/+1
* Now that C++17 is official (https://www.iso.org/standard/68564.html), start c...Aaron Ballman2017-12-041-1/+1
* [Sema] Add support for flexible array members in Obj-C.Volodymyr Sapsai2017-10-231-0/+112
* Convert clang::LangAS to a strongly typed enumAlexander Richardson2017-10-151-1/+1
* [Sema][ObjC] Complete merging ObjC methods before checking theirAkira Hatanaka2017-10-121-0/+4
* [Modules TS] Module ownership semantics for redeclarations.Richard Smith2017-10-101-12/+16
* Revert "[Modules TS] Module ownership semantics for redeclarations."Eric Liu2017-10-101-16/+12
* [Modules TS] Module ownership semantics for redeclarations.Richard Smith2017-10-091-12/+16
* Add support for attribute 'noescape'.Akira Hatanaka2017-09-221-0/+8
* Revert "Add support for attribute 'noescape'."Akira Hatanaka2017-09-201-8/+0
* Add support for attribute 'noescape'.Akira Hatanaka2017-09-201-0/+8
* Revert "Add support for attribute 'noescape'."Akira Hatanaka2017-09-201-8/+0
* Add support for attribute 'noescape'.Akira Hatanaka2017-09-201-0/+8
* [Sema][ObjC] Warn about mismatches in attributes between overriding andAkira Hatanaka2017-09-201-28/+30
* Change dyn_casts with unused variables to isa statements to avoid unused vari...Eric Christopher2017-07-141-1/+1
* Extend -Wdeprecated-implementations to warn about unavailable methodsAlex Lorenz2017-07-131-1/+11
* NFC, Cleanup the code for -Wdeprecated-implementationsAlex Lorenz2017-07-131-22/+28
* [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
OpenPOWER on IntegriCloud