.. |
AnalysisBasedWarnings.cpp
|
Use the range-based overload of llvm::sort where possible
|
2022-07-23 15:13:25 +02:00 |
CMakeLists.txt
|
[RISCV] Lazily add RVV C intrinsics.
|
2022-07-26 15:47:47 +08:00 |
CodeCompleteConsumer.cpp
|
[clang] LLVM_FALLTHROUGH => [[fallthrough]]. NFC
|
2022-08-08 09:12:46 -07:00 |
CoroutineStmtBuilder.h
|
…
|
|
DeclSpec.cpp
|
Revert "[clang] adds unary type transformations as compiler built-ins"
|
2022-08-14 15:58:21 -04:00 |
DelayedDiagnostic.cpp
|
…
|
|
HLSLExternalSemaSource.cpp
|
[HLSL] Add HLSLResource attribute
|
2022-07-28 20:54:51 -05:00 |
IdentifierResolver.cpp
|
Reland "[Clang][Sema] Fix invalid redefinition error in if/switch/for statement"
|
2022-04-21 01:18:58 +08:00 |
JumpDiagnostics.cpp
|
[clang] LLVM_FALLTHROUGH => [[fallthrough]]. NFC
|
2022-08-08 09:12:46 -07:00 |
MultiplexExternalSemaSource.cpp
|
[clang][AST] Improve AST Reader/Writer memory footprint
|
2021-05-20 15:34:29 -07:00 |
OpenCLBuiltins.td
|
[OpenCL] Fix atomic_fetch_add/sub half overloads
|
2022-06-17 09:53:45 +01:00 |
ParsedAttr.cpp
|
[clang] Reject non-declaration C++11 attributes on declarations
|
2022-06-15 11:58:26 +02:00 |
Scope.cpp
|
Use value instead of getValue (NFC)
|
2022-07-29 21:18:41 -07:00 |
ScopeInfo.cpp
|
[clang] Disallow mixing SEH and Objective-C exceptions
|
2021-10-20 14:18:12 -04:00 |
Sema.cpp
|
[NFC] [C++20] [Modules] Use Sema::isCurrentModulePurview() to simplify the codes
|
2022-07-27 14:15:32 +08:00 |
SemaAccess.cpp
|
[C++2b] Implement multidimentional subscript operator
|
2022-02-08 12:10:47 -05:00 |
SemaAttr.cpp
|
[clang-cl] Handle some pragma alloc_text corner cases handled by MSVC
|
2022-06-29 06:45:59 -07:00 |
SemaAvailability.cpp
|
[clang] Don't use Optional::getValue (NFC)
|
2022-06-20 22:59:26 -07:00 |
SemaCUDA.cpp
|
[CUDA] remove duplicate condition
|
2022-07-22 11:27:19 -04:00 |
SemaCXXScopeSpec.cpp
|
[C++20] [Module] Support reachable definition initially/partially
|
2022-06-29 12:48:48 +08:00 |
SemaCast.cpp
|
[randstruct] Add randomize structure layout support
|
2022-04-09 13:15:36 -07:00 |
SemaChecking.cpp
|
[Sema] Avoid isNullPointerConstant invocation
|
2022-08-14 13:39:57 -07:00 |
SemaCodeComplete.cpp
|
[clang] Apply FixIts to members declared via `using` in derived classes
|
2022-08-17 10:09:48 +02:00 |
SemaConcept.cpp
|
[NFC][Clang] make AtomicConstraint::ParameterMapping const
|
2022-08-10 10:51:39 -07:00 |
SemaConsumer.cpp
|
…
|
|
SemaCoroutine.cpp
|
[NFC] [Coroutines] Add test for ambiguous allocation functions in
|
2022-06-06 14:23:35 +08:00 |
SemaDecl.cpp
|
[Sema] Fix friend destructor declarations after D130936
|
2022-08-16 22:28:19 +03:00 |
SemaDeclAttr.cpp
|
[HLSL] Support -E option for HLSL.
|
2022-08-04 16:54:19 -07:00 |
SemaDeclCXX.cpp
|
MSVC compatibility mode: fix error on unqualified templated base class initialization in case of partial specialization
|
2022-08-16 17:09:55 +02:00 |
SemaDeclObjC.cpp
|
Fixed a number of typos
|
2022-08-01 13:13:18 -04:00 |
SemaExceptionSpec.cpp
|
[OpenMP] Initial parsing and semantic support for 'parallel masked taskloop simd' construct
|
2022-07-01 08:57:15 -07:00 |
SemaExpr.cpp
|
[Sema] fix false -Wcomma being emitted from void returning functions
|
2022-08-16 20:44:38 +08:00 |
SemaExprCXX.cpp
|
__has_trivial_copy should map to __is_trivially_copyable
|
2022-08-13 22:54:52 +03:00 |
SemaExprMember.cpp
|
[clang] LLVM_FALLTHROUGH => [[fallthrough]]. NFC
|
2022-08-08 09:12:46 -07:00 |
SemaExprObjC.cpp
|
[clang] Implement ElaboratedType sugaring for types written bare
|
2022-07-27 11:10:54 +02:00 |
SemaFixItUtils.cpp
|
[clang] NFC: Rename rvalue to prvalue
|
2021-06-09 12:27:10 +02:00 |
SemaInit.cpp
|
[clang] LLVM_FALLTHROUGH => [[fallthrough]]. NFC
|
2022-08-08 09:12:46 -07:00 |
SemaLambda.cpp
|
[clang] LLVM_FALLTHROUGH => [[fallthrough]]. NFC
|
2022-08-08 09:12:46 -07:00 |
SemaLookup.cpp
|
[clang] LLVM_FALLTHROUGH => [[fallthrough]]. NFC
|
2022-08-08 09:12:46 -07:00 |
SemaModule.cpp
|
[NFC] [C++20] [Modules] Use Sema::isCurrentModulePurview() to simplify the codes
|
2022-07-27 14:15:32 +08:00 |
SemaObjCProperty.cpp
|
[Clang][Sema] Fix attribute mismatch warning for ObjC class properties
|
2022-01-11 12:10:18 +00:00 |
SemaOpenMP.cpp
|
Use llvm::all_of (NFC)
|
2022-08-14 16:25:36 -07:00 |
SemaOverload.cpp
|
[Sema] Always perform ADL when searching for transormed operators in C++20
|
2022-08-12 16:07:02 +02:00 |
SemaPseudoObject.cpp
|
[clang] NFC: Rename rvalue to prvalue
|
2021-06-09 12:27:10 +02:00 |
SemaRISCVVectorLookup.cpp
|
[RISCV][Clang] Support RVV policy functions.
|
2022-08-01 17:32:08 +00:00 |
SemaSYCL.cpp
|
[SYCL] Diagnose uses of zero length arrays
|
2021-12-29 15:30:18 +03:00 |
SemaStmt.cpp
|
[clang] LLVM_FALLTHROUGH => [[fallthrough]]. NFC
|
2022-08-08 09:12:46 -07:00 |
SemaStmtAsm.cpp
|
[clang] LLVM_FALLTHROUGH => [[fallthrough]]. NFC
|
2022-08-08 09:12:46 -07:00 |
SemaStmtAttr.cpp
|
[clang][parse] Move source range into ParsedAttibutesView
|
2022-03-24 08:11:57 +01:00 |
SemaTemplate.cpp
|
[clang] LLVM_FALLTHROUGH => [[fallthrough]]. NFC
|
2022-08-08 09:12:46 -07:00 |
SemaTemplateDeduction.cpp
|
[clang] fix a typo in da6187f566
|
2022-08-17 01:27:12 -07:00 |
SemaTemplateInstantiate.cpp
|
[AST] [Modules] Introduce Decl::getNonTransparentDeclContext to handle exported friends
|
2022-08-12 11:50:35 +08:00 |
SemaTemplateInstantiateDecl.cpp
|
[AST] [Modules] Introduce Decl::getNonTransparentDeclContext to handle exported friends
|
2022-08-12 11:50:35 +08:00 |
SemaTemplateVariadic.cpp
|
Revert "[clang] adds unary type transformations as compiler built-ins"
|
2022-08-14 15:58:21 -04:00 |
SemaType.cpp
|
Revert "[clang] adds unary type transformations as compiler built-ins"
|
2022-08-14 15:58:21 -04:00 |
TreeTransform.h
|
[clang] fix missing initialization of original number of expansions
|
2022-08-15 17:39:38 +02:00 |
TypeLocBuilder.cpp
|
[clang] Implement ElaboratedType sugaring for types written bare
|
2022-07-27 11:10:54 +02:00 |
TypeLocBuilder.h
|
[clang] Implement ElaboratedType sugaring for types written bare
|
2022-07-27 11:10:54 +02:00 |
UsedDeclVisitor.h
|
[HIP][OpenMP] Fix assertion in deferred diag
|
2021-10-25 11:07:40 -04:00 |