llvm-project/clang/lib/Sema
Sven van Haastregt 6690b7d3ac [OpenCL] Ensure atomic_init is guarded with extension
The named and generic address space overloads for atomic_init added
by 50f8abb9f4 ("[OpenCL] Add OpenCL 3.0 atomics to
-fdeclare-opencl-builtins", 2022-02-11) were not guarded by the
corresponding extensions.
2022-02-16 15:12:23 +00:00
..
AnalysisBasedWarnings.cpp [clang] Remove redundant member initialization (NFC) 2022-01-02 10:20:23 -08:00
CMakeLists.txt [clang] Make libBasic not depend on MC 2021-04-28 12:16:22 -04:00
CodeCompleteConsumer.cpp [CodeCompletion] Signature help for aggregate initialization. 2022-01-04 16:00:22 +01: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
IdentifierResolver.cpp
JumpDiagnostics.cpp [clang] Add range accessor for ObjCAtTryStmt catch_stmts and use it 2021-10-27 08:57:05 -04:00
MultiplexExternalSemaSource.cpp [clang][AST] Improve AST Reader/Writer memory footprint 2021-05-20 15:34:29 -07:00
OpenCLBuiltins.td [OpenCL] Ensure atomic_init is guarded with extension 2022-02-16 15:12:23 +00:00
ParsedAttr.cpp Allow parameter pack expansions and initializer lists in annotate attribute 2022-02-08 13:38:07 -05:00
Scope.cpp [clang] Use true/false instead of 1/0 (NFC) 2022-01-09 00:19:47 -08:00
ScopeInfo.cpp [clang] Disallow mixing SEH and Objective-C exceptions 2021-10-20 14:18:12 -04:00
Sema.cpp Revert "Add support for floating-point option `ffp-eval-method` and for" 2022-02-15 22:02:25 -05:00
SemaAccess.cpp [C++2b] Implement multidimentional subscript operator 2022-02-08 12:10:47 -05:00
SemaAttr.cpp Revert "Add support for floating-point option `ffp-eval-method` and for" 2022-02-15 22:02:25 -05:00
SemaAvailability.cpp [clang] Convert a few loops to for-each 2021-10-11 14:24:32 -04:00
SemaCUDA.cpp [CUDA][HIP] Do not promote constexpr var with non-constant initializer 2022-02-15 15:15:55 -05:00
SemaCXXScopeSpec.cpp [AST] Add more source information for DecltypeTypeLoc. 2022-01-10 09:34:18 +01:00
SemaCast.cpp [clang][sema] TryStaticCast - use castAs<> instead of getAs<> to avoid dereference of nullptr 2022-02-12 11:14:19 +00:00
SemaChecking.cpp [PowerPC] Fix __builtin_pdepd and __builtin_pextd to be 64-bit and P10 only. 2022-02-15 12:30:50 -06:00
SemaCodeComplete.cpp [clang][sema] - remove CodeCompleter nullptr checks 2022-02-11 15:09:44 +00:00
SemaConcept.cpp [NFC] Remove duplicate include 2022-01-27 13:56:13 +08:00
SemaConsumer.cpp
SemaCoroutine.cpp [C++20] [Coroutines] Implement return value optimization for get_return_object 2022-02-16 13:38:00 +08:00
SemaDecl.cpp Revert "[Clang] Propagate guaranteed alignment for malloc and others" 2022-02-08 14:34:44 -05:00
SemaDeclAttr.cpp Update the diagnostic behavior of [[noreturn]] in C2x 2022-02-14 14:04:32 -05:00
SemaDeclCXX.cpp [C++2b] Implement multidimentional subscript operator 2022-02-08 12:10:47 -05:00
SemaDeclObjC.cpp Reland "[clang][ObjC] Add fix it for missing methods in impl" 2022-01-06 10:55:02 -05:00
SemaExceptionSpec.cpp [-fms-extensions] Make some exception specification warnings/errors compatible with what cl.exe does 2022-01-07 14:42:16 -08:00
SemaExpr.cpp Revert "Add support for floating-point option `ffp-eval-method` and for" 2022-02-15 22:02:25 -05:00
SemaExprCXX.cpp [clang] roll-forward "[clang] Mark `trivial_abi` types as "trivially relocatable"". 2022-02-04 20:17:34 +01:00
SemaExprMember.cpp [clang] Don't typo-fix an expression in a SFINAE context. 2022-02-01 15:17:28 -05:00
SemaExprObjC.cpp [clang] Fix bugprone argument comments (NFC) 2022-01-09 00:19:49 -08:00
SemaFixItUtils.cpp [clang] NFC: Rename rvalue to prvalue 2021-06-09 12:27:10 +02:00
SemaInit.cpp [Format, Sema] Use range-based for loops with llvm::reverse (NFC) 2021-11-17 08:52:35 -08:00
SemaLambda.cpp [clang] retain type sugar in auto / template argument deduction 2021-11-15 23:07:45 +01:00
SemaLookup.cpp Revert "Rename llvm::array_lengthof into llvm::size to match std::size from C++17" 2022-01-26 16:55:53 +01:00
SemaModule.cpp [C++20] [Modules] Don't create multiple global module fragment 2022-02-08 11:52:09 +08:00
SemaObjCProperty.cpp [Clang][Sema] Fix attribute mismatch warning for ObjC class properties 2022-01-11 12:10:18 +00:00
SemaOpenMP.cpp Fix a typo (occured => occurred) 2022-02-08 21:35:26 +01:00
SemaOverload.cpp [C++2b] Implement multidimentional subscript operator 2022-02-08 12:10:47 -05:00
SemaPseudoObject.cpp [clang] NFC: Rename rvalue to prvalue 2021-06-09 12:27:10 +02:00
SemaSYCL.cpp [SYCL] Diagnose uses of zero length arrays 2021-12-29 15:30:18 +03:00
SemaStmt.cpp [clang] Don't emit redundant warnings for 'return;' 2022-02-14 11:28:32 -05:00
SemaStmtAsm.cpp Introduce _BitInt, deprecate _ExtInt 2021-12-06 12:52:01 -05:00
SemaStmtAttr.cpp [clang] inheritance fix for nomerge attribute 2022-02-11 15:51:08 +01:00
SemaTemplate.cpp [clang][sema] ActOnExplicitInstantiation - remove Prev nullptr check 2022-02-11 15:09:44 +00:00
SemaTemplateDeduction.cpp [Sema] Fix a bugprone argument comment (NFC) 2022-01-23 14:00:01 -08:00
SemaTemplateInstantiate.cpp [clang] Correctly(?) handle placeholder types in ExprRequirements. 2022-02-01 15:16:17 -05:00
SemaTemplateInstantiateDecl.cpp Allow parameter pack expansions and initializer lists in annotate attribute 2022-02-08 13:38:07 -05:00
SemaTemplateVariadic.cpp Introduce _BitInt, deprecate _ExtInt 2021-12-06 12:52:01 -05:00
SemaType.cpp Check for the overloadable attribute in all the appropriate syntactic locations 2022-02-14 08:54:21 -05:00
TreeTransform.h [C++20] [Coroutines] Implement return value optimization for get_return_object 2022-02-16 13:38:00 +08:00
TypeLocBuilder.cpp
TypeLocBuilder.h
UsedDeclVisitor.h [HIP][OpenMP] Fix assertion in deferred diag 2021-10-25 11:07:40 -04:00