llvm-project/clang/lib/Sema
Alexey Bataev 3732f4e093 [OPENMP]Add extra checks and initialization for clause modifier.
Added initialization of the extra modifier to silence sanitizer. Added
extra checks to avoid such trouble in future.
2019-12-24 16:12:28 -05:00
..
AnalysisBasedWarnings.cpp [Sema] Fixes -Wrange-loop-analysis warnings 2019-12-17 21:54:32 +01:00
CMakeLists.txt [OpenMP][NFCI] Introduce llvm/IR/OpenMPConstants.h 2019-12-10 00:10:09 -06:00
CodeCompleteConsumer.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00: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 [c++20] P1143R2: Add support for the C++20 'constinit' keyword. 2019-09-04 20:30:37 +00: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 [NFC] Refactor representation of materialized temporaries 2019-11-19 18:20:45 +01:00
MultiplexExternalSemaSource.cpp [clang] Improve LLVM-style RTTI support in ExternalASTSource/ExternalSemaSource 2019-12-15 18:11:01 +01:00
OpenCLBuiltins.td [OpenCL] Add atomic builtin functions 2019-12-23 12:29:01 +00:00
ParsedAttr.cpp Move some definitions from Sema to Basic to fix shared libs build 2019-09-16 13:58:59 +00: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 reland "[DebugInfo] Support to emit debugInfo for extern variables" 2019-12-22 18:28:50 -08:00
SemaAccess.cpp [c++20] Delete defaulted comparison functions if they would invoke an 2019-12-10 19:28:30 -08:00
SemaAttr.cpp Move vtordisp mode from Attr class to LangOptions.h, NFC 2019-11-22 15:47:46 -08:00
SemaCUDA.cpp [HIP] Add option -fgpu-allow-device-init 2019-10-22 16:06:20 -04:00
SemaCXXScopeSpec.cpp [Clang] Migrate llvm::make_unique to std::make_unique 2019-08-14 23:04:18 +00:00
SemaCast.cpp Refactor CompareReferenceRelationship and its callers in preparation for 2019-12-18 14:05:57 -08:00
SemaChecking.cpp [Sema] SequenceChecker: C++17 sequencing rules for built-in operators <<, >>, .*, ->*, =, op= 2019-12-22 12:41:14 +00:00
SemaCodeComplete.cpp [Sema] Fixes -Wrange-loop-analysis warnings 2019-12-17 21:54:32 +01:00
SemaConcept.cpp [Concepts] Constrained partial specializations and function overloads. 2019-12-23 08:37:35 +02: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] Remove assert on CoroutineParameterMoves in Sema::buildCoroutineParameterMoves 2019-11-22 11:39:13 -05:00
SemaDecl.cpp reland "[DebugInfo] Support to emit debugInfo for extern variables" 2019-12-22 18:28:50 -08:00
SemaDeclAttr.cpp [attributes][analyzer] Add annotations for handles. 2019-12-20 11:47:55 -08:00
SemaDeclCXX.cpp [c++20] Compute exception specifications for defaulted comparisons. 2019-12-15 22:02:31 -08:00
SemaDeclObjC.cpp Fix `-Wunused-variable` warning. NFC. 2019-12-21 11:10:35 -05:00
SemaExceptionSpec.cpp [c++20] Compute exception specifications for defaulted comparisons. 2019-12-15 22:02:31 -08:00
SemaExpr.cpp [c++20] P1959R0: Remove support for std::*_equality. 2019-12-16 17:49:45 -08:00
SemaExprCXX.cpp CWG2352: Allow qualification conversions during reference binding. 2019-12-19 18:37:55 -08:00
SemaExprMember.cpp Resolve exception specifications after marking the corresponding 2019-12-15 22:02:30 -08:00
SemaExprObjC.cpp Implement __attribute__((objc_direct)), __attribute__((objc_direct_members)) 2019-11-18 11:48:40 -08: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 CWG2352: Allow qualification conversions during reference binding. 2019-12-19 18:37:55 -08:00
SemaLambda.cpp [c++20] Fix handling of unqualified lookups from a defaulted comparison 2019-12-09 17:40:36 -08:00
SemaLookup.cpp [OpenCL] Add builtin function extension handling 2019-12-18 10:13:51 +00:00
SemaModule.cpp [DeclCXX] Remove unknown external linkage specifications 2019-11-21 15:23:05 +02:00
SemaObjCProperty.cpp Also synthesize _cmd and self for properties 2019-12-09 14:30:01 -08:00
SemaOpenMP.cpp [OPENMP]Add extra checks and initialization for clause modifier. 2019-12-24 16:12:28 -05:00
SemaOverload.cpp CWG2352: Allow qualification conversions during reference binding. 2019-12-19 18:37:55 -08:00
SemaPseudoObject.cpp [AST] Use an explicit copy in a range-based for 2019-11-12 20:47:46 +01:00
SemaStmt.cpp [NFC] Refactor representation of materialized temporaries 2019-11-19 18:20:45 +01:00
SemaStmtAsm.cpp [Sema][X86] Consider target attribute into the checks in validateOutputSize and validateInputSize. 2019-12-23 11:23:30 -08:00
SemaStmtAttr.cpp [NFCI]Create CommonAttributeInfo Type as base type of *Attr and ParsedAttr. 2019-09-13 17:39:31 +00:00
SemaTemplate.cpp [Concepts] Constrained partial specializations and function overloads. 2019-12-23 08:37:35 +02:00
SemaTemplateDeduction.cpp [Concepts] Constrained partial specializations and function overloads. 2019-12-23 08:37:35 +02:00
SemaTemplateInstantiate.cpp [Concepts] Constrained partial specializations and function overloads. 2019-12-23 08:37:35 +02:00
SemaTemplateInstantiateDecl.cpp [Concepts] Constrained partial specializations and function overloads. 2019-12-23 08:37:35 +02:00
SemaTemplateVariadic.cpp PR42587: diagnose unexpanded uses of a pack parameter of a generic 2019-08-26 22:51:28 +00:00
SemaType.cpp [attributes][analyzer] Add annotations for handles. 2019-12-20 11:47:55 -08:00
TreeTransform.h [OPENMP50]Basic support for conditional lastprivate. 2019-12-24 12:22:05 -05: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