llvm-project/clang/lib/Sema
Richard Smith 6c18f7db73 For PR46800, implement the GCC __builtin_complex builtin.
glibc's implementation of the CMPLX macro uses it (with -fgnuc-version
set to 4.7 or later).
2020-07-22 13:43:10 -07:00
..
AnalysisBasedWarnings.cpp Thread safety analysis: Add note for double unlock 2020-06-08 17:00:29 +02:00
CMakeLists.txt [openmp] Base of tablegen generated OpenMP common declaration 2020-06-23 10:32:32 -04:00
CodeCompleteConsumer.cpp Remove llvm::Error include form Diagnostic.h 2020-04-06 10:42:17 -07: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 For PR46800, implement the GCC __builtin_complex builtin. 2020-07-22 13:43:10 -07: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 [CodeGen] Emit destructor calls to destruct compound literals 2020-03-10 14:08:28 -07: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 PR42104: Support instantiations of lambdas that implicitly capture 2019-06-04 17:17:20 +00:00
Sema.cpp [AST][RecoveryExpr] Error-dependent expression should not be treat as a nullptr pointer constant. 2020-07-22 10:03:51 +02:00
SemaAccess.cpp [c++20] Delete defaulted comparison functions if they would invoke an 2019-12-10 19:28:30 -08:00
SemaAttr.cpp Reapply "Rename/refactor isIntegerConstantExpression to getIntegerConstantExpression" 2020-07-21 20:57:12 -07:00
SemaAvailability.cpp Prune TargetInfo.h include from ParsedAttr.h, NFC 2020-03-11 20:47:11 -07:00
SemaCUDA.cpp recommit 4fc752b30b [CUDA][HIP] Always defer diagnostics for wrong-sided reference 2020-07-17 09:14:39 -04:00
SemaCXXScopeSpec.cpp [Clang] Migrate llvm::make_unique to std::make_unique 2019-08-14 23:04:18 +00:00
SemaCast.cpp [clang][Attribute] Fix noderef attribute false-negatives 2020-06-10 12:20:54 -07:00
SemaChecking.cpp For PR46800, implement the GCC __builtin_complex builtin. 2020-07-22 13:43:10 -07:00
SemaCodeComplete.cpp [CodeComplete] Add code completion after function equals 2020-07-01 12:51:25 +08:00
SemaConcept.cpp PR45589: Properly decompose overloaded `&&` and `||` operators in 2020-05-12 13:45:45 -07: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 [Coroutines] Warning if return type of coroutine_handle::address is not void* 2020-07-06 13:46:01 +08:00
SemaDecl.cpp [Sema][AArch64] Add semantics for arm_sve_vector_bits attribute 2020-07-22 16:26:23 +00:00
SemaDeclAttr.cpp Reapply "Rename/refactor isIntegerConstantExpression to getIntegerConstantExpression" 2020-07-21 20:57:12 -07:00
SemaDeclCXX.cpp [clang][NFC] Add 'override' keyword to virtual function overrides 2020-07-14 08:59:57 -07:00
SemaDeclObjC.cpp [AST/Lex/Parse/Sema] As part of using inclusive language within 2020-06-20 01:15:32 -07:00
SemaExceptionSpec.cpp [Coroutines] Ensure co_await promise.final_suspend() does not throw 2020-06-22 15:01:42 -07:00
SemaExpr.cpp Reapply "Rename/refactor isIntegerConstantExpression to getIntegerConstantExpression" 2020-07-21 20:57:12 -07:00
SemaExprCXX.cpp Reapply "Rename/refactor isIntegerConstantExpression to getIntegerConstantExpression" 2020-07-21 20:57:12 -07:00
SemaExprMember.cpp Resolve exception specifications after marking the corresponding 2019-12-15 22:02:30 -08:00
SemaExprObjC.cpp [SemaObjC] Add a warning for @selector expressions that potentially refer to objc_direct methods 2020-07-07 13:29:54 -04: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 [clang] Set the error-bit for ill-formed semantic InitListExpr. 2020-07-21 09:39:44 +02:00
SemaLambda.cpp [CUDA][HIP] Let lambda be host device by default 2020-07-08 13:10:26 -04:00
SemaLookup.cpp DR458: Search template parameter scopes in the right order. 2020-06-23 17:14:33 -07:00
SemaModule.cpp [DeclCXX] Remove unknown external linkage specifications 2019-11-21 15:23:05 +02:00
SemaObjCProperty.cpp [NFC] Refactoring PropertyAttributeKind for ObjCPropertyDecl and ObjCDeclSpec. 2020-04-23 17:21:25 -04:00
SemaOpenMP.cpp [OpenMP] Implement TR8 `present` map type modifier in Clang (1/2) 2020-07-22 10:15:32 -04:00
SemaOverload.cpp Reapply "Rename/refactor isIntegerConstantExpression to getIntegerConstantExpression" 2020-07-21 20:57:12 -07:00
SemaPseudoObject.cpp Reland D81869 "Modify FPFeatures to use delta not absolute settings" 2020-06-27 01:34:57 -07:00
SemaSYCL.cpp [OpenMP][SYCL] Improve diagnosing of unsupported types usage 2020-05-29 18:00:48 +03:00
SemaStmt.cpp [clang] Fix the warning for a non-void consteval function without a return value to actually say "consteval". 2020-07-19 17:08:17 +01:00
SemaStmtAsm.cpp Prohibit capture of _ExtInt in inline assembly. 2020-05-14 07:21:09 -07:00
SemaStmtAttr.cpp Reapply "Rename/refactor isIntegerConstantExpression to getIntegerConstantExpression" 2020-07-21 20:57:12 -07:00
SemaTemplate.cpp [clang] Fix a null-NSS-access crash in DependentNameType. 2020-07-02 14:58:32 +02:00
SemaTemplateDeduction.cpp Reapply "Rename/refactor isIntegerConstantExpression to getIntegerConstantExpression" 2020-07-21 20:57:12 -07:00
SemaTemplateInstantiate.cpp PR46648: Do not eagerly instantiate default arguments for a generic 2020-07-09 17:24:20 -07:00
SemaTemplateInstantiateDecl.cpp [OpenCL] Defer addr space deduction for dependent type. 2020-07-13 11:44:38 +01:00
SemaTemplateVariadic.cpp [ARM] Add __bf16 as new Bfloat16 C Type 2020-06-05 10:32:43 +01:00
SemaType.cpp [Sema][AArch64] Add semantics for arm_sve_vector_bits attribute 2020-07-22 16:26:23 +00:00
TreeTransform.h Summary: [clang] Provide a way for WhileStmt to report the location of its LParen and RParen. 2020-07-10 21:31:16 -04: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 recommit 1b978ddba0 [CUDA][HIP][OpenMP] Emit deferred diagnostics by a post-parsing AST travese 2020-03-23 12:09:07 -04:00