llvm-project/clang/lib/Sema
Richard Smith 622f8de4f2 PR49724: Fix deduction of null member pointers.
Previously we created an implicit cast of the wrong kind, which we'd
later fail to constant-evaluate, resulting in deduction failure.
2021-03-25 13:47:22 -07:00
..
AnalysisBasedWarnings.cpp [-Wcalled-once-parameter] Harden analysis in terms of block use 2021-03-18 12:12:18 +03:00
CMakeLists.txt [Clang][Attr] Introduce the `assume` function attribute 2020-12-15 16:51:34 -06: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 [OpenCL] Refactor diagnostic for OpenCL extension/feature 2021-03-12 11:43:53 +03: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 Make iteration over the DeclContext::lookup_result safe. 2021-03-17 08:59:04 +00:00
OpenCLBuiltins.td [OpenCL] Remove spurious atomic_fetch tablegen builtins 2021-03-18 12:17:12 +00:00
ParsedAttr.cpp Automate common diagnostic checking for statement attributes 2021-03-19 08:35:38 -04:00
Scope.cpp
ScopeInfo.cpp [clang] Enable support for #pragma STDC FENV_ACCESS 2020-10-25 06:46:25 -07:00
Sema.cpp [OpenCL] Refactor diagnostic for OpenCL extension/feature 2021-03-12 11:43:53 +03:00
SemaAccess.cpp [clang] Fix an assertion crash in delayed access check. 2020-11-13 14:02:57 +01:00
SemaAttr.cpp Automate common diagnostic checking for statement attributes 2021-03-19 08:35:38 -04:00
SemaAvailability.cpp Prune TargetInfo.h include from ParsedAttr.h, NFC 2020-03-11 20:47:11 -07:00
SemaCUDA.cpp [CUDA][HIP] Fix checking dependent initalizer 2021-02-04 18:04:54 -05:00
SemaCXXScopeSpec.cpp [Clang] Migrate llvm::make_unique to std::make_unique 2019-08-14 23:04:18 +00:00
SemaCast.cpp [Clang][Sema] Implement GCC -Wcast-function-type 2021-03-24 16:04:18 -07:00
SemaChecking.cpp [CUDA][HIP] add __builtin_get_device_side_mangled_name 2021-03-25 15:25:29 -04:00
SemaCodeComplete.cpp [CodeCompletion] Avoid spurious signature help for init-list args 2021-03-16 12:46:40 +01:00
SemaConcept.cpp Where possible, don't try to ask whether a template argument is 2020-12-17 23:23:05 -08:00
SemaConsumer.cpp
SemaCoroutine.cpp [C++20] [P1825] More implicit moves 2021-02-16 17:24:20 -05:00
SemaDecl.cpp [Reland] "Do not apply calling conventions to MSVC entry points" 2021-03-18 04:26:47 -07:00
SemaDeclAttr.cpp Fix false negative in -Wthread-safety-attributes 2021-03-24 17:45:25 +01:00
SemaDeclCXX.cpp [clang] Add fixit for Wreorder-ctor 2021-03-24 19:22:53 +00:00
SemaDeclObjC.cpp Revert "[NFC, Refactor] Modernize StorageClass from Specifiers.h to a scoped enum (II)" 2021-01-04 23:17:45 +01:00
SemaExceptionSpec.cpp [OPENMP51]Initial support for the interop directive. 2021-03-17 09:42:07 -07:00
SemaExpr.cpp [OpenCL] Support template parameters for as_type 2021-03-22 11:59:05 +00:00
SemaExprCXX.cpp [Sema] Add some basic lambda capture fix-its 2021-03-11 13:46:25 +00:00
SemaExprMember.cpp [clang] Fix noderef for AddrOf on MemberExpr 2020-12-07 14:48:41 -08:00
SemaExprObjC.cpp Revert "[NFC, Refactor] Modernize StorageClass from Specifiers.h to a scoped enum (II)" 2021-01-04 23:17:45 +01:00
SemaFixItUtils.cpp
SemaInit.cpp [clang] Replaced some manual pointer tagging with llvm::PointerIntPair. 2021-03-22 14:13:42 -07:00
SemaLambda.cpp Recommit of a2fdf9d4d7. 2021-02-05 11:27:30 -05:00
SemaLookup.cpp Make iteration over the DeclContext::lookup_result safe. 2021-03-17 08:59:04 +00:00
SemaModule.cpp Change Module::ASTFile and ModuleFile::File => Optional<FileEntryRef>, NFC 2020-11-02 15:11:51 -05:00
SemaObjCProperty.cpp Make iteration over the DeclContext::lookup_result safe. 2021-03-17 08:59:04 +00:00
SemaOpenMP.cpp [OPENMP51]Support for the 'destroy' clause with interop variable. 2021-03-18 09:12:56 -07:00
SemaOverload.cpp [Clang][Sema] Warn when function argument is less aligned than parameter 2021-03-09 10:37:32 +00:00
SemaPseudoObject.cpp Revert "[NFC, Refactor] Modernize StorageClass from Specifiers.h to a scoped enum (II)" 2021-01-04 23:17:45 +01:00
SemaSYCL.cpp Recommit "[CUDA][HIP] Defer overloading resolution diagnostics for host device functions" 2020-10-19 17:48:04 -04:00
SemaStmt.cpp [C++20] [P1825] Fix bugs with implicit-move from variables of reference type. 2021-03-23 14:12:06 -04:00
SemaStmtAsm.cpp Revert "[NFC, Refactor] Modernize StorageClass from Specifiers.h to a scoped enum (II)" 2021-01-04 23:17:45 +01:00
SemaStmtAttr.cpp Automate common diagnostic checking for statement attributes 2021-03-19 08:35:38 -04:00
SemaTemplate.cpp [clang] Fix crash when creating deduction guide. 2021-03-09 16:57:56 +01:00
SemaTemplateDeduction.cpp PR49724: Fix deduction of null member pointers. 2021-03-25 13:47:22 -07:00
SemaTemplateInstantiate.cpp Make iteration over the DeclContext::lookup_result safe. 2021-03-17 08:59:04 +00:00
SemaTemplateInstantiateDecl.cpp [clang] Fix a nullptr dereference bug on invalid code 2021-01-25 15:02:25 +01:00
SemaTemplateVariadic.cpp Revert "Following up on PR48517, fix handling of template arguments that refer" 2021-01-20 15:55:35 +01:00
SemaType.cpp Automate common diagnostic checking for statement attributes 2021-03-19 08:35:38 -04:00
TreeTransform.h [OpenCL] Support template parameters for as_type 2021-03-22 11:59:05 +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