llvm/clang/lib/Sema
2020-07-31 20:36:58 +01:00
..
AnalysisBasedWarnings.cpp
CMakeLists.txt On Windows build, making the /bigobj flag global , instead of passing it per file. 2020-07-28 18:04:36 -05:00
CodeCompleteConsumer.cpp
CoroutineStmtBuilder.h
DeclSpec.cpp For PR46800, implement the GCC __builtin_complex builtin. 2020-07-22 13:43:10 -07:00
DelayedDiagnostic.cpp
IdentifierResolver.cpp
JumpDiagnostics.cpp
MultiplexExternalSemaSource.cpp Merge some of the PCH object support with modular codegen 2020-07-22 12:46:12 -07:00
OpenCLBuiltins.td
ParsedAttr.cpp
Scope.cpp
ScopeInfo.cpp
Sema.cpp [clang] Pass the NamedDecl* instead of the DeclarationName into many diagnostics. 2020-07-28 10:30:35 +01:00
SemaAccess.cpp
SemaAttr.cpp Reapply "Rename/refactor isIntegerConstantExpression to getIntegerConstantExpression" 2020-07-21 20:57:12 -07:00
SemaAvailability.cpp
SemaCast.cpp [clang] Pass the NamedDecl* instead of the DeclarationName into many diagnostics. 2020-07-28 10:30:35 +01:00
SemaChecking.cpp [NFC] Sema: use checkArgCount instead of custom checking 2020-07-28 13:41:06 -07:00
SemaCodeComplete.cpp
SemaConcept.cpp [clang][NFC] Remove spurious +x flag on SemaConcept.cpp 2020-07-26 17:10:59 +01:00
SemaConsumer.cpp
SemaCoroutine.cpp [NFC] Edit the comment for the return type of await_suspend 2020-07-29 10:20:55 +08:00
SemaCUDA.cpp recommit 4fc752b30b [CUDA][HIP] Always defer diagnostics for wrong-sided reference 2020-07-17 09:14:39 -04:00
SemaCXXScopeSpec.cpp
SemaDecl.cpp PR46729: Reject explicit and partial specializations with C linkage. 2020-07-29 17:44:32 -07:00
SemaDeclAttr.cpp [clang][NFC] clang-format fix after eb10b065f2 2020-07-29 14:55:16 +01:00
SemaDeclCXX.cpp [clang][NFC] Add 'override' keyword to virtual function overrides 2020-07-14 08:59:57 -07:00
SemaDeclObjC.cpp
SemaExceptionSpec.cpp
SemaExpr.cpp PR46377: Fix dependence calculation for function types and typedef 2020-07-28 13:23:13 -07:00
SemaExprCXX.cpp [AST][FPEnv] Keep FP options in trailing storage of CallExpr 2020-07-24 12:04:19 +07:00
SemaExprMember.cpp Don't form a 'context-independent expr' reference to a member during 2020-07-27 19:38:22 -07: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
SemaInit.cpp [clang] Set the error-bit for ill-formed semantic InitListExpr. 2020-07-21 09:39:44 +02:00
SemaLambda.cpp [clang][NFC] Pass the ASTContext to CXXRecordDecl::setCaptures 2020-07-29 14:55:15 +01:00
SemaLookup.cpp
SemaModule.cpp
SemaObjCProperty.cpp
SemaOpenMP.cpp [OpenMP] Implement TR8 present motion modifier in Clang (1/2) 2020-07-29 12:18:45 -04:00
SemaOverload.cpp [clang] Pass the NamedDecl* instead of the DeclarationName into many diagnostics. 2020-07-28 10:30:35 +01:00
SemaPseudoObject.cpp
SemaStmt.cpp [clang] Pass the NamedDecl* instead of the DeclarationName into many diagnostics. 2020-07-28 10:30:35 +01:00
SemaStmtAsm.cpp
SemaStmtAttr.cpp Reapply "Rename/refactor isIntegerConstantExpression to getIntegerConstantExpression" 2020-07-21 20:57:12 -07:00
SemaSYCL.cpp
SemaTemplate.cpp PR46729: Reject explicit and partial specializations with C linkage. 2020-07-29 17:44:32 -07:00
SemaTemplateDeduction.cpp DR2303: Prefer 'nearer' base classes during template deduction. 2020-07-31 05:39:55 -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 PR46377: Fix dependence calculation for function types and typedef 2020-07-28 13:23:13 -07:00
SemaType.cpp [clang] Use the location of the void parameters when complaining that only a single void parameter should be present. 2020-07-31 20:36:58 +01:00
TreeTransform.h [OpenMP] Implement TR8 present motion modifier in Clang (1/2) 2020-07-29 12:18:45 -04:00
TypeLocBuilder.cpp
TypeLocBuilder.h
UsedDeclVisitor.h