llvm-project/clang/lib/Sema
Fangrui Song fc935fc35b Reland D80979 [clang] Implement VectorType logic not operator
With a fix to use -triple %itanium_abi_triple

Differential Revision: https://reviews.llvm.org/D80979
2020-06-08 09:32:30 -07:00
..
AnalysisBasedWarnings.cpp Thread safety analysis: Add note for double unlock 2020-06-08 17:00:29 +02:00
CMakeLists.txt [OpenMP][SYCL] Improve diagnosing of unsupported types usage 2020-05-29 18:00:48 +03:00
CodeCompleteConsumer.cpp Remove llvm::Error include form Diagnostic.h 2020-04-06 10:42:17 -07:00
CoroutineStmtBuilder.h
DeclSpec.cpp [ARM] Add __bf16 as new Bfloat16 C Type 2020-06-05 10:32:43 +01:00
DelayedDiagnostic.cpp
IdentifierResolver.cpp
JumpDiagnostics.cpp [CodeGen] Emit destructor calls to destruct compound literals 2020-03-10 14:08:28 -07:00
MultiplexExternalSemaSource.cpp recommit 1b978ddba0 [CUDA][HIP][OpenMP] Emit deferred diagnostics by a post-parsing AST travese 2020-03-23 12:09:07 -04: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
ScopeInfo.cpp
Sema.cpp [OpenMP][SYCL] Do not crash on attempt to diagnose unsupported type use 2020-05-30 12:27:58 +03:00
SemaAccess.cpp
SemaAttr.cpp [clang] Fix bug in #pragma float_control(push/pop) 2020-05-14 05:58:11 -07:00
SemaAvailability.cpp Prune TargetInfo.h include from ParsedAttr.h, NFC 2020-03-11 20:47:11 -07:00
SemaCUDA.cpp [CUDA][HIP] Fix implicit HD function resolution 2020-06-04 16:54:52 -04:00
SemaCXXScopeSpec.cpp
SemaCast.cpp [ARM] Add __bf16 as new Bfloat16 C Type 2020-06-05 10:32:43 +01:00
SemaChecking.cpp [ARM] Add __bf16 as new Bfloat16 C Type 2020-06-05 10:32:43 +01:00
SemaCodeComplete.cpp [NFC] Refactoring PropertyAttributeKind for ObjCPropertyDecl and ObjCDeclSpec. 2020-04-23 17:21:25 -04:00
SemaConcept.cpp PR45589: Properly decompose overloaded `&&` and `||` operators in 2020-05-12 13:45:45 -07:00
SemaConsumer.cpp
SemaCoroutine.cpp [coroutines] Don't build promise init with no args 2020-04-02 21:44:54 -04:00
SemaDecl.cpp [WebAssembly] Improve clang diagnostics for wasm attributes 2020-06-05 14:32:51 -07:00
SemaDeclAttr.cpp [WebAssembly] Improve clang diagnostics for wasm attributes 2020-06-05 14:32:51 -07:00
SemaDeclCXX.cpp PR46209: properly determine whether a copy assignment operator is 2020-06-05 16:05:32 -07:00
SemaDeclObjC.cpp [ObjC generics] Fix not inheriting type bounds in categories/extensions. 2020-04-24 16:32:28 -07:00
SemaExceptionSpec.cpp [Matrix] Implement matrix index expressions ([][]). 2020-06-01 20:08:49 +01:00
SemaExpr.cpp Reland D80979 [clang] Implement VectorType logic not operator 2020-06-08 09:32:30 -07:00
SemaExprCXX.cpp [AST] Record SourceLocation for TypoExpr. 2020-06-05 17:03:32 +02:00
SemaExprMember.cpp
SemaExprObjC.cpp [SemaObjC] Add a warning for dictionary literals with duplicate keys 2020-05-05 15:30:39 -04:00
SemaFixItUtils.cpp
SemaInit.cpp [AST] Fix a null initializer crash for InitListExpr 2020-06-02 10:48:48 +02:00
SemaLambda.cpp Set the captures on a CXXRecordDecl representing a lambda closure type 2020-06-05 16:05:32 -07:00
SemaLookup.cpp [AST] Record SourceLocation for TypoExpr. 2020-06-05 17:03:32 +02:00
SemaModule.cpp
SemaObjCProperty.cpp [NFC] Refactoring PropertyAttributeKind for ObjCPropertyDecl and ObjCDeclSpec. 2020-04-23 17:21:25 -04:00
SemaOpenMP.cpp [OPENMP50]Codegen for inscan reductions in worksharing directives. 2020-06-04 16:29:33 -04:00
SemaOverload.cpp [Matrix] Implement * binary operator for MatrixType. 2020-06-07 11:11:27 +01:00
SemaPseudoObject.cpp Reapply "Add support for #pragma float_control" with buildbot fixes 2020-05-04 05:51:25 -07:00
SemaSYCL.cpp [OpenMP][SYCL] Improve diagnosing of unsupported types usage 2020-05-29 18:00:48 +03:00
SemaStmt.cpp [AST] Fix a clang crash on an invalid for-range statement. 2020-06-08 17:32:10 +02:00
SemaStmtAsm.cpp Prohibit capture of _ExtInt in inline assembly. 2020-05-14 07:21:09 -07:00
SemaStmtAttr.cpp [clang] Add nomerge function attribute to clang 2020-05-21 17:07:39 -07:00
SemaTemplate.cpp [Matrix] Add matrix type to Clang. 2020-05-11 18:55:45 +01:00
SemaTemplateDeduction.cpp [AST][RecoveryExpr] Make DeduceAutoType fail if the auto is deduced from recovery exprs. 2020-05-29 09:54:28 +02:00
SemaTemplateInstantiate.cpp PR23029 / C++ DR2233: Allow expanded parameter packs to follow 2020-06-02 13:48:59 -07:00
SemaTemplateInstantiateDecl.cpp [CUDA][HIP] Fix constexpr variables for C++17 2020-06-03 21:56:52 -04:00
SemaTemplateVariadic.cpp [ARM] Add __bf16 as new Bfloat16 C Type 2020-06-05 10:32:43 +01:00
SemaType.cpp [ARM] Add poly64_t on AArch32. 2020-06-05 13:04:21 +01:00
TreeTransform.h [Matrix] Implement matrix index expressions ([][]). 2020-06-01 20:08:49 +01:00
TypeLocBuilder.cpp
TypeLocBuilder.h
UsedDeclVisitor.h recommit 1b978ddba0 [CUDA][HIP][OpenMP] Emit deferred diagnostics by a post-parsing AST travese 2020-03-23 12:09:07 -04:00