..
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 "Rename llvm::array_lengthof into llvm::size to match std::size from C++17"
2022-01-26 16:55:53 +01: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
Fix -Wbitfield-constant-conversion on 1-bit signed bitfield
2022-08-09 11:43:50 -04:00
SemaCodeComplete.cpp
[clang] LLVM_FALLTHROUGH => [[fallthrough]]. NFC
2022-08-08 09:12:46 -07: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
[Builtins] Do not claim most libfuncs are readnone with trapping math.
2022-08-11 12:29:01 +01:00
SemaDeclAttr.cpp
[HLSL] Support -E option for HLSL.
2022-08-04 16:54:19 -07:00
SemaDeclCXX.cpp
Do not use the same identifier for a data member as a type; NFC
2022-08-11 07:32:32 -04: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
[clang][AArch64][SVE] Add unary +/- operators for SVE types
2022-08-10 10:32:43 +00:00
SemaExprCXX.cpp
[clang] LLVM_FALLTHROUGH => [[fallthrough]]. NFC
2022-08-08 09:12:46 -07: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
[OpenMP] Allow data members in interop init/use/destroy clauses
2022-08-11 09:39:12 -07:00
SemaOverload.cpp
[clang] LLVM_FALLTHROUGH => [[fallthrough]]. NFC
2022-08-08 09:12:46 -07: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] LLVM_FALLTHROUGH => [[fallthrough]]. NFC
2022-08-08 09:12:46 -07:00
SemaTemplateInstantiate.cpp
Clang: fix AST representation of expanded template arguments.
2022-08-09 14:26:16 +02:00
SemaTemplateInstantiateDecl.cpp
[clang] LLVM_FALLTHROUGH => [[fallthrough]]. NFC
2022-08-08 09:12:46 -07:00
SemaTemplateVariadic.cpp
Use range based for loop in Sema::CheckParameterPacksForExpansion. NFC
2022-04-22 13:31:31 +08:00
SemaType.cpp
Extend ptr32 support to be applied on typedef
2022-08-09 11:08:52 -04:00
TreeTransform.h
Clang: fix AST representation of expanded template arguments.
2022-08-09 14:26:16 +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