llvm-project/clang/lib/Sema
Thorsten Schütt efc82c4ad2 [NFC, Refactor] Modernize StorageClass from Specifiers.h to a scoped enum (II)
Reviewed By: aaron.ballman

Differential Revision: https://reviews.llvm.org/D93765
2021-01-04 22:58:26 +01:00
..
AnalysisBasedWarnings.cpp Recommit "[CUDA][HIP] Defer overloading resolution diagnostics for host device functions" 2020-10-19 17:48:04 -04: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 Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
DeclSpec.cpp Convert ConstexprKind from Specifiers.h to a scoped enum; NFC 2020-11-16 14:10:19 -05:00
DelayedDiagnostic.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
IdentifierResolver.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
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 [NFC, Refactor] Modernize StorageClass from Specifiers.h to a scoped enum (II) 2021-01-04 22:58:26 +01:00
SemaAccess.cpp [clang] Fix an assertion crash in delayed access check. 2020-11-13 14:02:57 +01:00
SemaAttr.cpp Detect section type conflicts between functions and variables 2020-12-17 11:43:47 -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 [NFC, Refactor] Modernize StorageClass from Specifiers.h to a scoped enum (II) 2021-01-04 22:58:26 +01:00
SemaCodeComplete.cpp [clang] Add a new nullability annotation for swift async: _Nullable_result 2020-12-07 17:19:20 -05: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 Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
SemaCoroutine.cpp [NFC, Refactor] Modernize StorageClass from Specifiers.h to a scoped enum (II) 2021-01-04 22:58:26 +01:00
SemaDecl.cpp [NFC, Refactor] Modernize StorageClass from Specifiers.h to a scoped enum (II) 2021-01-04 22:58:26 +01:00
SemaDeclAttr.cpp [NFC, Refactor] Modernize StorageClass from Specifiers.h to a scoped enum (II) 2021-01-04 22:58:26 +01:00
SemaDeclCXX.cpp [NFC, Refactor] Modernize StorageClass from Specifiers.h to a scoped enum (II) 2021-01-04 22:58:26 +01:00
SemaDeclObjC.cpp [NFC, Refactor] Modernize StorageClass from Specifiers.h to a scoped enum (II) 2021-01-04 22:58:26 +01:00
SemaExceptionSpec.cpp Switch the default of VerifyIntegerConstantExpression from constant 2020-10-15 16:58:47 -07:00
SemaExpr.cpp [NFC, Refactor] Modernize StorageClass from Specifiers.h to a scoped enum (II) 2021-01-04 22:58:26 +01:00
SemaExprCXX.cpp [NFC, Refactor] Modernize StorageClass from Specifiers.h to a scoped enum (II) 2021-01-04 22:58:26 +01:00
SemaExprMember.cpp [clang] Fix noderef for AddrOf on MemberExpr 2020-12-07 14:48:41 -08:00
SemaExprObjC.cpp [NFC, Refactor] Modernize StorageClass from Specifiers.h to a scoped enum (II) 2021-01-04 22:58:26 +01:00
SemaFixItUtils.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
SemaInit.cpp Revert "[Sema] Fix deleted function problem in implicitly movable test" 2021-01-04 17:21:19 +08:00
SemaLambda.cpp [NFC, Refactor] Modernize StorageClass from Specifiers.h to a scoped enum (II) 2021-01-04 22:58:26 +01:00
SemaLookup.cpp [NFC, Refactor] Modernize StorageClass from Specifiers.h to a scoped enum (II) 2021-01-04 22:58:26 +01:00
SemaModule.cpp Change Module::ASTFile and ModuleFile::File => Optional<FileEntryRef>, NFC 2020-11-02 15:11:51 -05:00
SemaObjCProperty.cpp [NFC, Refactor] Modernize StorageClass from Specifiers.h to a scoped enum (II) 2021-01-04 22:58:26 +01:00
SemaOpenMP.cpp [NFC, Refactor] Modernize StorageClass from Specifiers.h to a scoped enum (II) 2021-01-04 22:58:26 +01:00
SemaOverload.cpp Revert "Following up on PR48517, fix handling of template arguments that refer" 2020-12-22 10:18:08 -08:00
SemaPseudoObject.cpp [NFC, Refactor] Modernize StorageClass from Specifiers.h to a scoped enum (II) 2021-01-04 22:58:26 +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 [NFC, Refactor] Modernize StorageClass from Specifiers.h to a scoped enum (II) 2021-01-04 22:58:26 +01:00
SemaStmtAsm.cpp [NFC, Refactor] Modernize StorageClass from Specifiers.h to a scoped enum (II) 2021-01-04 22:58:26 +01:00
SemaStmtAttr.cpp Pass the source range when diagnosing an unknown attribute 2020-11-13 10:29:44 -08:00
SemaTemplate.cpp [NFC, Refactor] Modernize StorageClass from Specifiers.h to a scoped enum (II) 2021-01-04 22:58:26 +01:00
SemaTemplateDeduction.cpp Revert "[c++20] P1907R1: Support for generalized non-type template arguments of scalar type." 2020-12-22 10:18:08 -08:00
SemaTemplateInstantiate.cpp Revert "Following up on PR48517, fix handling of template arguments that refer" 2020-12-22 10:18:08 -08:00
SemaTemplateInstantiateDecl.cpp [NFC, Refactor] Modernize StorageClass from Specifiers.h to a scoped enum (II) 2021-01-04 22:58:26 +01:00
SemaTemplateVariadic.cpp Revert "[c++20] P1907R1: Support for generalized non-type template arguments of scalar type." 2020-12-22 10:18:08 -08:00
SemaType.cpp Make Expr::HasSideEffect more precise for instantiation-dependent 2020-12-18 01:08:42 -08:00
TreeTransform.h Revert "[c++20] P1907R1: Support for generalized non-type template arguments of scalar type." 2020-12-22 10:18:08 -08: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