llvm-project/clang/lib/Sema
Adrian Prantl a1a9aa17b4 Set a source location for Objective-C accessor stubs
even when there is no explicit synthesize statement.

This fixes a regression introduced in https://reviews.llvm.org/D68108
that could lead to missing debug locations in cleanup code in
synthesized Objective-C++ properties.

rdar://57630879

Differential Revision: https://reviews.llvm.org/D71084
2019-12-05 12:45:10 -08:00
..
AnalysisBasedWarnings.cpp New tautological warning for bitwise-or with non-zero constant always true. 2019-10-19 00:57:23 +00:00
CMakeLists.txt [Concepts] Concept Specialization Expressions 2019-10-15 15:24:26 +00:00
CodeCompleteConsumer.cpp
CoroutineStmtBuilder.h
DeclSpec.cpp [c++20] P1143R2: Add support for the C++20 'constinit' keyword. 2019-09-04 20:30:37 +00:00
DelayedDiagnostic.cpp
IdentifierResolver.cpp
JumpDiagnostics.cpp [NFC] Refactor representation of materialized temporaries 2019-11-19 18:20:45 +01:00
MultiplexExternalSemaSource.cpp
OpenCLBuiltins.td [OpenCL] Add work-group and miscellaneous vector builtin functions 2019-11-26 10:44:49 +00:00
ParsedAttr.cpp Move some definitions from Sema to Basic to fix shared libs build 2019-09-16 13:58:59 +00:00
Scope.cpp
ScopeInfo.cpp PR42104: Support instantiations of lambdas that implicitly capture 2019-06-04 17:17:20 +00:00
Sema.cpp [OpenCL] Use generic addr space for lambda call operator 2019-12-03 16:07:18 +00:00
SemaAccess.cpp Sema - silence static analyzer getAs<> null dereference warnings. NFCI. 2019-10-07 14:25:46 +00:00
SemaAttr.cpp Move vtordisp mode from Attr class to LangOptions.h, NFC 2019-11-22 15:47:46 -08:00
SemaCUDA.cpp [HIP] Add option -fgpu-allow-device-init 2019-10-22 16:06:20 -04:00
SemaCXXScopeSpec.cpp [Clang] Migrate llvm::make_unique to std::make_unique 2019-08-14 23:04:18 +00:00
SemaCast.cpp [Diagnostics] Improve some error messages related to bad use of dynamic_cast 2019-11-04 16:26:43 +01:00
SemaChecking.cpp Reapply "Fix crash on switch conditions of non-integer types in templates" 2019-12-03 15:27:19 -08:00
SemaCodeComplete.cpp [clangd] Show lambda signature for lambda autocompletions 2019-11-22 12:48:06 +01:00
SemaConcept.cpp Revert "[Concepts] Constraint Enforcement & Diagnostics" 2019-10-28 15:00:40 -07:00
SemaConsumer.cpp
SemaCoroutine.cpp [coroutines] Remove assert on CoroutineParameterMoves in Sema::buildCoroutineParameterMoves 2019-11-22 11:39:13 -05:00
SemaDecl.cpp [opencl] Fix address space deduction on array variables. 2019-12-04 09:37:50 -05:00
SemaDeclAttr.cpp [SYCL] Add sycl_kernel attribute for accelerated code outlining 2019-12-03 16:13:22 +03:00
SemaDeclCXX.cpp Actually delay processing DelayedDllExportClasses until the outermost class is finished (PR40006) 2019-12-04 13:13:41 +01:00
SemaDeclObjC.cpp Implement __attribute__((objc_direct)), __attribute__((objc_direct_members)) 2019-11-18 11:48:40 -08:00
SemaExceptionSpec.cpp SemaExceptionSpec - silence static analyzer getAs<> null dereference warnings. NFCI. 2019-10-21 18:28:31 +00:00
SemaExpr.cpp Reapply af57dbf12e "Add support for options -frounding-math, ftrapping-math, -ffp-model=, and -ffp-exception-behavior=" 2019-12-05 03:48:04 -08:00
SemaExprCXX.cpp [OpenCL] Fix address space for implicit conversion (PR43145) 2019-12-02 14:20:15 +00:00
SemaExprMember.cpp Silence static analyzer getAs<RecordType> null dereference warnings. NFCI. 2019-10-03 11:22:48 +00:00
SemaExprObjC.cpp Implement __attribute__((objc_direct)), __attribute__((objc_direct_members)) 2019-11-18 11:48:40 -08:00
SemaFixItUtils.cpp
SemaInit.cpp [LifetimeAnalysis] Fix PR44150 2019-11-27 09:15:14 -08:00
SemaLambda.cpp [OpenCL] Use generic addr space for lambda call operator 2019-12-03 16:07:18 +00:00
SemaLookup.cpp [OpenCL] Fix mangling of single-overload builtins 2019-12-03 11:09:16 +00:00
SemaModule.cpp [DeclCXX] Remove unknown external linkage specifications 2019-11-21 15:23:05 +02:00
SemaObjCProperty.cpp Set a source location for Objective-C accessor stubs 2019-12-05 12:45:10 -08:00
SemaOpenMP.cpp [OpenMP50] Add parallel master construct 2019-12-05 14:35:27 -05:00
SemaOverload.cpp [NFC] Supress GCC "Bitfield too small to hold all values of enum" warning. 2019-11-09 05:56:51 -08:00
SemaPseudoObject.cpp [AST] Use an explicit copy in a range-based for 2019-11-12 20:47:46 +01:00
SemaStmt.cpp [NFC] Refactor representation of materialized temporaries 2019-11-19 18:20:45 +01:00
SemaStmtAsm.cpp Delay diagnosing asm constraints that require immediates until after inlining 2019-08-06 22:41:22 +00:00
SemaStmtAttr.cpp [NFCI]Create CommonAttributeInfo Type as base type of *Attr and ParsedAttr. 2019-09-13 17:39:31 +00:00
SemaTemplate.cpp Revert "Properly convert all declaration non-type template arguments when" 2019-12-04 22:12:15 -08:00
SemaTemplateDeduction.cpp Revert "[Concepts] Constraint Enforcement & Diagnostics" 2019-10-28 15:00:40 -07:00
SemaTemplateInstantiate.cpp Actually delay processing DelayedDllExportClasses until the outermost class is finished (PR40006) 2019-12-04 13:13:41 +01:00
SemaTemplateInstantiateDecl.cpp [OPENMP]Fix PR44133: Emit definitions of used constructors/functions. 2019-12-02 14:07:29 -05:00
SemaTemplateVariadic.cpp PR42587: diagnose unexpanded uses of a pack parameter of a generic 2019-08-26 22:51:28 +00:00
SemaType.cpp [AST] Enable expression of OpenCL language address spaces an attribute 2019-12-05 12:24:06 +03:00
TreeTransform.h [OpenMP50] Add parallel master construct 2019-12-05 14:35:27 -05: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