..
AnalysisBasedWarnings.cpp
[-Wcalled-once-parameter] Introduce 'called_once' attribute
2021-01-05 18:26:44 +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
Update the file headers across all of the LLVM projects in the monorepo
2019-01-19 08:50:56 +00:00
DeclSpec.cpp
[clang] Use SourceLocations in unions [NFCI]
2021-01-14 10:56:53 +00: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 cl_khr_subgroup_non_uniform_vote to TableGen BIFs
2021-02-03 10:23:52 +00: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
PR44325 (and duplicates): don't issue -Wzero-as-null-pointer-constant
2021-02-03 14:58:53 -08:00
SemaAccess.cpp
[clang] Fix an assertion crash in delayed access check.
2020-11-13 14:02:57 +01:00
SemaAttr.cpp
[Frontend] Add pragma align natural and sort out pragma pack stack effect
2021-01-13 10:53:24 -05: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
[AArch64][SVE] Allow C-style casts between fixed-size and scalable vectors
2020-11-19 11:18:35 +00:00
SemaChecking.cpp
[Sema] Fix -Warray-bounds false negative when casting an out-of-bounds array item
2021-02-03 07:50:50 -06:00
SemaCodeComplete.cpp
[CodeComplete] Guess type for designated initializers
2021-02-04 22:14:49 +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
Update the file headers across all of the LLVM projects in the monorepo
2019-01-19 08:50:56 +00:00
SemaCoroutine.cpp
Revert "[NFC, Refactor] Modernize StorageClass from Specifiers.h to a scoped enum (II)"
2021-01-04 23:17:45 +01:00
SemaDecl.cpp
[OpenCL] Add diagnostics for references to functions
2021-02-02 15:07:40 +00:00
SemaDeclAttr.cpp
[HIP] Support __managed__ attribute
2021-01-22 11:43:58 -05:00
SemaDeclCXX.cpp
[clang] Do not crash when CXXRecordDecl has a non-CXXRecordDecl base.
2021-01-14 21:20:06 +01: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
Switch the default of VerifyIntegerConstantExpression from constant
2020-10-15 16:58:47 -07:00
SemaExpr.cpp
[clang] Use SourceLocations in unions [NFCI]
2021-01-14 10:56:53 +00:00
SemaExprCXX.cpp
[clang][PATCH] Fix bug 48848 assertion related to recoverFromMSUnqualifiedLookup
2021-02-01 10:56:47 -08: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
Update the file headers across all of the LLVM projects in the monorepo
2019-01-19 08:50:56 +00:00
SemaInit.cpp
PR49020: Diagnose brace elision in designated initializers in C++.
2021-02-03 14:36:49 -08:00
SemaLambda.cpp
Revert "[hip][cuda] Enable extended lambda support on Windows."
2021-02-04 07:10:46 -05:00
SemaLookup.cpp
[OpenCL] Change extension handling for -fdeclare-opencl-builtins
2021-02-02 11:15:29 +00:00
SemaModule.cpp
Change Module::ASTFile and ModuleFile::File => Optional<FileEntryRef>, NFC
2020-11-02 15:11:51 -05:00
SemaObjCProperty.cpp
Revert "[NFC, Refactor] Modernize StorageClass from Specifiers.h to a scoped enum (II)"
2021-01-04 23:17:45 +01:00
SemaOpenMP.cpp
[OpenMP] Fix iterations calculation for dependent counters.
2021-02-02 10:09:37 -08:00
SemaOverload.cpp
[Sema] diagnoseEquivalentInternalLinkageDeclarations - assert for non-null NamedDecl. NFCI.
2021-01-26 15:51:49 +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
[clang][Sema] Compare SourceLocations directly [NFCI]
2021-01-09 14:13:18 +00: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
[SVE] Add support to vectorize_width loop pragma for scalable vectors
2021-01-08 11:37:27 +00:00
SemaTemplate.cpp
Revert "Following up on PR48517, fix handling of template arguments that refer"
2021-01-20 15:55:35 +01:00
SemaTemplateDeduction.cpp
[OpenCL] Fix default address space in template argument deduction.
2021-02-04 13:51:53 +00:00
SemaTemplateInstantiate.cpp
Revert "Following up on PR48517, fix handling of template arguments that refer"
2021-01-20 15:55:35 +01: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
[OpenCL] Introduce new language options for OpenCL keywords.
2021-02-05 11:18:48 +03:00
TreeTransform.h
Revert "[hip][cuda] Enable extended lambda support on Windows."
2021-02-04 07:10:46 -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
UsedDeclVisitor.h
DeferredDiagnosticsEmitter crashes
2020-10-08 11:42:21 -04:00