llvm-project/clang/lib/Sema
Alex Lorenz db226cdf4c [objc] diagnose protocol conformance in categories with direct members
in their corresponding class interfaces

Categories that add protocol conformances to classes with direct members should prohibit protocol
conformances when the methods/properties that the protocol expects are actually declared as 'direct' in the class.

Differential Revision: https://reviews.llvm.org/D92602
2020-12-04 15:55:34 -08:00
..
AnalysisBasedWarnings.cpp Recommit "[CUDA][HIP] Defer overloading resolution diagnostics for host device functions" 2020-10-19 17:48:04 -04:00
CMakeLists.txt On Windows build, making the /bigobj flag global , instead of passing it per file. 2020-07-28 18:04:36 -05:00
CodeCompleteConsumer.cpp [Sema] Use isa<> instead of dyn_cast<> as pointer is never dereferenced. NFCI. 2020-11-15 12:58:36 +00:00
CoroutineStmtBuilder.h
DeclSpec.cpp Convert ConstexprKind from Specifiers.h to a scoped enum; NFC 2020-11-16 14:10:19 -05:00
DelayedDiagnostic.cpp
IdentifierResolver.cpp
JumpDiagnostics.cpp [OPENMP]Simplify representation for atomic, critical, master and section 2020-08-07 09:58:23 -04:00
MultiplexExternalSemaSource.cpp Merge some of the PCH object support with modular codegen 2020-07-22 12:46:12 -07:00
OpenCLBuiltins.td [OpenCL] Add sub-group builtin functions 2020-04-02 13:18:56 +01:00
ParsedAttr.cpp [Sema] Silence warnings when targeting x86 with VS2019 16.5.4 2020-05-06 09:11:59 -04:00
Scope.cpp Un-revert "[coroutines][PR40978] Emit error for co_yield within catch block" 2019-03-25 00:53:10 +00:00
ScopeInfo.cpp [clang] Enable support for #pragma STDC FENV_ACCESS 2020-10-25 06:46:25 -07:00
Sema.cpp [clang][NFC] Use SmallString instead of SmallVector<char 2020-11-17 13:02:58 +00:00
SemaAccess.cpp [clang] Fix an assertion crash in delayed access check. 2020-11-13 14:02:57 +01:00
SemaAttr.cpp [HIP] Fix regressions due to fp contract change 2020-11-24 08:10:06 -05:00
SemaAvailability.cpp Prune TargetInfo.h include from ParsedAttr.h, NFC 2020-03-11 20:47:11 -07:00
SemaCUDA.cpp [CUDA][HIP] Diagnose reference of host variable 2020-12-02 10:15:56 -05:00
SemaCXXScopeSpec.cpp [Clang] Migrate llvm::make_unique to std::make_unique 2019-08-14 23:04:18 +00:00
SemaCast.cpp [AArch64][SVE] Allow C-style casts between fixed-size and scalable vectors 2020-11-19 11:18:35 +00:00
SemaChecking.cpp BPF: make __builtin_btf_type_id() return 64bit int 2020-11-16 07:08:41 -08:00
SemaCodeComplete.cpp Convert TypeSpecifierSign from Specifiers.h to a scoped enum; NFC 2020-11-16 09:08:08 -05:00
SemaConcept.cpp [clang][NFC] Remove spurious +x flag on SemaConcept.cpp 2020-07-26 17:10:59 +01:00
SemaConsumer.cpp
SemaCoroutine.cpp [NFC][coroutines] remove unused argument in SemaCoroutine 2020-11-12 13:22:20 +08:00
SemaDecl.cpp Add diagnostic for for-range-declaration being specificed with thread_local 2020-12-04 15:06:35 -08:00
SemaDeclAttr.cpp [clang] add a `swift_async_name` attribute 2020-12-04 15:55:29 -08:00
SemaDeclCXX.cpp PR45699: Fix crash if an unexpanded parameter pack appears in a 2020-12-03 15:26:06 -08:00
SemaDeclObjC.cpp [objc] diagnose protocol conformance in categories with direct members 2020-12-04 15:55:34 -08:00
SemaExceptionSpec.cpp Switch the default of VerifyIntegerConstantExpression from constant 2020-10-15 16:58:47 -07:00
SemaExpr.cpp PR48339: Improve diagnostics for invalid dependent unqualified function calls. 2020-12-02 17:54:55 -08:00
SemaExprCXX.cpp PR48383: Disallow decltype(auto) in pseudodestructor calls 2020-12-03 20:41:06 -08:00
SemaExprMember.cpp Ignore noderef attribute in unevaluated context 2020-11-23 08:10:35 -05:00
SemaExprObjC.cpp Recommit "[CUDA][HIP] Defer overloading resolution diagnostics for host device functions" 2020-10-19 17:48:04 -04:00
SemaFixItUtils.cpp
SemaInit.cpp [Sema] Introduce function reference conversion, NFC 2020-11-22 20:51:57 +01:00
SemaLambda.cpp P0857R0: Parse a requires-clause after an explicit 2020-12-03 15:54:16 -08:00
SemaLookup.cpp Fix erroneous edit in https://github.com/llvm/llvm-project/actions/runs/394499364 2020-12-01 12:34:18 -08:00
SemaModule.cpp Change Module::ASTFile and ModuleFile::File => Optional<FileEntryRef>, NFC 2020-11-02 15:11:51 -05:00
SemaObjCProperty.cpp [AST][FPEnv] Keep FP options in trailing storage of CastExpr 2020-09-14 12:15:21 +07:00
SemaOpenMP.cpp [OPENMP]Fix PR48394: need to capture variables used in atomic constructs. 2020-12-04 13:08:54 -08:00
SemaOverload.cpp PR48339: Improve diagnostics for invalid dependent unqualified function calls. 2020-12-02 17:54:55 -08:00
SemaPseudoObject.cpp Reland D81869 "Modify FPFeatures to use delta not absolute settings" 2020-06-27 01:34:57 -07:00
SemaSYCL.cpp Recommit "[CUDA][HIP] Defer overloading resolution diagnostics for host device functions" 2020-10-19 17:48:04 -04:00
SemaStmt.cpp [AST][RecoveryAST] Preseve more invalid return stmt. 2020-11-30 09:26:41 +01:00
SemaStmtAsm.cpp Recommit "[CUDA][HIP] Defer overloading resolution diagnostics for host device functions" 2020-10-19 17:48:04 -04:00
SemaStmtAttr.cpp Pass the source range when diagnosing an unknown attribute 2020-11-13 10:29:44 -08:00
SemaTemplate.cpp [Clang][Sema] Attempt to fix CTAD faulty copy of non-local typedefs 2020-12-03 11:35:47 +01:00
SemaTemplateDeduction.cpp PR47372: Fix Lambda invoker calling conventions 2020-10-30 06:39:55 -07:00
SemaTemplateInstantiate.cpp [clang][NFC] Use SmallString instead of SmallVector<char 2020-11-17 13:02:58 +00:00
SemaTemplateInstantiateDecl.cpp [dllexport] Instantiate default ctor default args for explicit specializations (PR45811) 2020-11-12 13:29:34 +01:00
SemaTemplateVariadic.cpp Recommit "[CUDA][HIP] Defer overloading resolution diagnostics for host device functions" 2020-10-19 17:48:04 -04:00
SemaType.cpp [NFC, Refactor] Modernize enum FunctionDefinitionKind (DeclSpech.h) into a scoped enum 2020-11-21 09:49:52 -06:00
TreeTransform.h Rename CXXUnresolvedConstructExpr::arg_size for consistency 2020-11-02 20:21:48 +00:00
TypeLocBuilder.cpp [NFC] avoid AlignedCharArray in clang 2019-07-29 23:12:48 +00:00
TypeLocBuilder.h [NFC] avoid AlignedCharArray in clang 2019-07-29 23:12:48 +00:00
UsedDeclVisitor.h DeferredDiagnosticsEmitter crashes 2020-10-08 11:42:21 -04:00