..
AnalysisBasedWarnings.cpp
Minor renaming as suggested in review [NFC]
2019-03-19 00:14:46 +00:00
CMakeLists.txt
Fix llvm-clang-x86_64-expensive-checks-win build by setting bigobj flag.
2018-10-05 12:33:57 +00: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
Update the file headers across all of the LLVM projects in the monorepo
2019-01-19 08:50:56 +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
Update the file headers across all of the LLVM projects in the monorepo
2019-01-19 08:50:56 +00:00
MultiplexExternalSemaSource.cpp
Update the file headers across all of the LLVM projects in the monorepo
2019-01-19 08:50:56 +00:00
ParsedAttr.cpp
Update the file headers across all of the LLVM projects in the monorepo
2019-01-19 08:50:56 +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
Update the file headers across all of the LLVM projects in the monorepo
2019-01-19 08:50:56 +00:00
Sema.cpp
Adds `-ftime-trace` option to clang that produces Chrome `chrome://tracing` compatible JSON profiling output dumps.
2019-03-30 08:42:48 +00:00
SemaAccess.cpp
Range-style std::find{,_if} -> llvm::find{,_if}. NFC
2019-03-31 08:48:19 +00:00
SemaAttr.cpp
Add a priority field to availability attributes to prioritize explicit
2019-01-24 19:14:39 +00:00
SemaCUDA.cpp
[CUDA][HIP][Sema] Fix template kernel with function as template parameter
2019-03-05 18:19:35 +00:00
SemaCXXScopeSpec.cpp
[Sema][NFCI] Don't allocate storage for the various CorrectionCandidateCallback unless we are going to do some typo correction
2019-03-25 17:08:51 +00:00
SemaCast.cpp
[Sema] Change addr space diagnostics in casts to follow C++ style.
2019-03-07 17:06:30 +00:00
SemaChecking.cpp
[X86] Add some fp to integer conversion intrinsics to Sema::CheckX86BuiltinRoundingOrSAE so their rounding controls will be checked.
2019-04-08 17:05:57 +00:00
SemaCodeComplete.cpp
[CodeComplete] Fix crash when completing ObjC block parameter with a broken type
2019-04-04 11:34:18 +00: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
Un-revert "[coroutines][PR40978] Emit error for co_yield within catch block"
2019-03-25 00:53:10 +00:00
SemaDecl.cpp
[PR41157][OpenCL] Prevent implicit init of local addr space var in C++ mode.
2019-04-04 11:08:51 +00:00
SemaDeclAttr.cpp
[MS] Add frontend support for __declspec(allocator)
2019-03-25 23:20:18 +00:00
SemaDeclCXX.cpp
[Sema][NFCI] Don't allocate storage for the various CorrectionCandidateCallback unless we are going to do some typo correction
2019-03-25 17:08:51 +00:00
SemaDeclObjC.cpp
Add support for attributes on @implementations in Objective-C
2019-04-11 17:55:30 +00:00
SemaExceptionSpec.cpp
Update the file headers across all of the LLVM projects in the monorepo
2019-01-19 08:50:56 +00:00
SemaExpr.cpp
Range-style std::find{,_if} -> llvm::find{,_if}. NFC
2019-03-31 08:48:19 +00:00
SemaExprCXX.cpp
[Sema] Deduplicate some availability checking logic
2019-03-20 19:26:33 +00:00
SemaExprMember.cpp
[Sema][NFCI] Don't allocate storage for the various CorrectionCandidateCallback unless we are going to do some typo correction
2019-03-25 17:08:51 +00:00
SemaExprObjC.cpp
[Sema][NFCI] Don't allocate storage for the various CorrectionCandidateCallback unless we are going to do some typo correction
2019-03-25 17:08:51 +00: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
[PR41276] Fixed incorrect generation of addr space cast for 'this' in C++.
2019-04-04 10:48:36 +00:00
SemaLambda.cpp
[Sema][NFCI] Don't allocate storage for the various CorrectionCandidateCallback unless we are going to do some typo correction
2019-03-25 17:08:51 +00:00
SemaLookup.cpp
Range-style std::find{,_if} -> llvm::find{,_if}. NFC
2019-03-31 08:48:19 +00:00
SemaObjCProperty.cpp
Range-style std::find{,_if} -> llvm::find{,_if}. NFC
2019-03-31 08:48:19 +00:00
SemaOpenMP.cpp
[OPENMP]Allow allocate directive on parameters.
2019-04-09 16:31:37 +00:00
SemaOverload.cpp
[Sema][NFCI] Don't allocate storage for the various CorrectionCandidateCallback unless we are going to do some typo correction
2019-03-25 17:08:51 +00:00
SemaPseudoObject.cpp
Re-commit "[AST] Introduce GenericSelectionExpr::Association"
2019-01-29 12:57:11 +00:00
SemaStmt.cpp
[CUDA]Delayed diagnostics for the asm instructions.
2019-02-22 14:42:48 +00:00
SemaStmtAsm.cpp
Inline asm constraints: allow ICE-like pointers for the "n" constraint (PR40890)
2019-03-06 10:26:19 +00:00
SemaStmtAttr.cpp
Update the file headers across all of the LLVM projects in the monorepo
2019-01-19 08:50:56 +00:00
SemaTemplate.cpp
[Sema][NFCI] Don't allocate storage for the various CorrectionCandidateCallback unless we are going to do some typo correction
2019-03-25 17:08:51 +00:00
SemaTemplateDeduction.cpp
Rename getTypeQualifiers to getMethodQualifiers.
2019-01-28 11:37:49 +00:00
SemaTemplateInstantiate.cpp
Check i < FD->getNumParams() before querying
2019-04-10 20:25:07 +00:00
SemaTemplateInstantiateDecl.cpp
Adds `-ftime-trace` option to clang that produces Chrome `chrome://tracing` compatible JSON profiling output dumps.
2019-03-30 08:42:48 +00:00
SemaTemplateVariadic.cpp
[Sema][NFCI] Don't allocate storage for the various CorrectionCandidateCallback unless we are going to do some typo correction
2019-03-25 17:08:51 +00:00
SemaType.cpp
[Sema] Fix a use-after-deallocate of a ParsedAttr
2019-04-02 19:48:11 +00:00
TreeTransform.h
[OPENMP]Initial support for 'allocate' clause.
2019-03-27 14:14:31 +00:00
TypeLocBuilder.cpp
Update the file headers across all of the LLVM projects in the monorepo
2019-01-19 08:50:56 +00:00
TypeLocBuilder.h
Update the file headers across all of the LLVM projects in the monorepo
2019-01-19 08:50:56 +00:00