Michael Liao c6761990bd Minor coding style fix. NFC. %!s(int64=5) %!d(string=hai) anos
..
AnalysisBasedWarnings.cpp a27ae544f3 New tautological warning for bitwise-or with non-zero constant always true. %!s(int64=5) %!d(string=hai) anos
CMakeLists.txt 40a8d3b5ee [Concepts] Concept Specialization Expressions %!s(int64=5) %!d(string=hai) anos
CodeCompleteConsumer.cpp 324f918438 Update the file headers across all of the LLVM projects in the monorepo %!s(int64=6) %!d(string=hai) anos
CoroutineStmtBuilder.h 324f918438 Update the file headers across all of the LLVM projects in the monorepo %!s(int64=6) %!d(string=hai) anos
DeclSpec.cpp 940249d817 [c++20] P1143R2: Add support for the C++20 'constinit' keyword. %!s(int64=6) %!d(string=hai) anos
DelayedDiagnostic.cpp 324f918438 Update the file headers across all of the LLVM projects in the monorepo %!s(int64=6) %!d(string=hai) anos
IdentifierResolver.cpp 324f918438 Update the file headers across all of the LLVM projects in the monorepo %!s(int64=6) %!d(string=hai) anos
JumpDiagnostics.cpp 508d30929f Re-check in clang support gun asm goto after fixing tests. %!s(int64=6) %!d(string=hai) anos
MultiplexExternalSemaSource.cpp 324f918438 Update the file headers across all of the LLVM projects in the monorepo %!s(int64=6) %!d(string=hai) anos
OpenCLBuiltins.td 65cc880b94 [OpenCL] Add image query builtin functions %!s(int64=5) %!d(string=hai) anos
ParsedAttr.cpp 0893e1af68 Move some definitions from Sema to Basic to fix shared libs build %!s(int64=6) %!d(string=hai) anos
Scope.cpp e48636b555 Un-revert "[coroutines][PR40978] Emit error for co_yield within catch block" %!s(int64=6) %!d(string=hai) anos
ScopeInfo.cpp 7af84528b6 PR42104: Support instantiations of lambdas that implicitly capture %!s(int64=6) %!d(string=hai) anos
Sema.cpp 41d366cc66 [Sema] Emit diagnostics for uncorrected delayed typos at the end of TU %!s(int64=5) %!d(string=hai) anos
SemaAccess.cpp d779f019c1 Sema - silence static analyzer getAs<> null dereference warnings. NFCI. %!s(int64=5) %!d(string=hai) anos
SemaAttr.cpp 1d08493df3 Added support for "#pragma clang section relro=<name>" %!s(int64=5) %!d(string=hai) anos
SemaCUDA.cpp e619d987e2 [CUDA][HIP] Fix host/device check with -fopenmp %!s(int64=5) %!d(string=hai) anos
SemaCXXScopeSpec.cpp 49a6b09101 [Clang] Migrate llvm::make_unique to std::make_unique %!s(int64=6) %!d(string=hai) anos
SemaCast.cpp b300d3566a Sema: Create a no-op implicit cast for lvalue function conversions. %!s(int64=5) %!d(string=hai) anos
SemaChecking.cpp bb282f4751 Reland r374450 with Richard Smith's comments and test fixed. %!s(int64=5) %!d(string=hai) anos
SemaCodeComplete.cpp 889c2156fe [CodeComplete] Ensure object is the same in compareOverloads() %!s(int64=5) %!d(string=hai) anos
SemaConcept.cpp cf4a18c6aa [Concept] Associated Constraints Infrastructure %!s(int64=5) %!d(string=hai) anos
SemaConsumer.cpp 324f918438 Update the file headers across all of the LLVM projects in the monorepo %!s(int64=6) %!d(string=hai) anos
SemaCoroutine.cpp d779f019c1 Sema - silence static analyzer getAs<> null dereference warnings. NFCI. %!s(int64=5) %!d(string=hai) anos
SemaDecl.cpp b18fc6c363 Revert Tag CFI-generated data structures with "#pragma clang section" attributes. %!s(int64=5) %!d(string=hai) anos
SemaDeclAttr.cpp e3b053c27c SemaDeclAttr - silence static analyzer getAs<> null dereference warnings. NFCI. %!s(int64=5) %!d(string=hai) anos
SemaDeclCXX.cpp 254170520f [c++20] Implement most of P1152R4. %!s(int64=5) %!d(string=hai) anos
SemaDeclObjC.cpp 4219e20f04 SemaDeclObjC - silence static analyzer getAs<> null dereference warnings. NFCI. %!s(int64=5) %!d(string=hai) anos
SemaExceptionSpec.cpp 03d35ab3ae SemaExceptionSpec - silence static analyzer getAs<> null dereference warnings. NFCI. %!s(int64=5) %!d(string=hai) anos
SemaExpr.cpp ae3e9c83d4 Add -Wbitwise-conditional-parentheses to warn on mixing '|' and '&' with "?:" %!s(int64=5) %!d(string=hai) anos
SemaExprCXX.cpp b300d3566a Sema: Create a no-op implicit cast for lvalue function conversions. %!s(int64=5) %!d(string=hai) anos
SemaExprMember.cpp 84d475a5ed Silence static analyzer getAs<RecordType> null dereference warnings. NFCI. %!s(int64=5) %!d(string=hai) anos
SemaExprObjC.cpp 38c1f7c254 Properly handle instantiation-dependent array bounds. %!s(int64=5) %!d(string=hai) anos
SemaFixItUtils.cpp 324f918438 Update the file headers across all of the LLVM projects in the monorepo %!s(int64=6) %!d(string=hai) anos
SemaInit.cpp b300d3566a Sema: Create a no-op implicit cast for lvalue function conversions. %!s(int64=5) %!d(string=hai) anos
SemaLambda.cpp c6761990bd Minor coding style fix. NFC. %!s(int64=5) %!d(string=hai) anos
SemaLookup.cpp 478f547ceb PR43080: Do not build context-sensitive expressions during name classification. %!s(int64=5) %!d(string=hai) anos
SemaModule.cpp 068fc15d66 Support for DWARF-5 C++ language tags. %!s(int64=5) %!d(string=hai) anos
SemaObjCProperty.cpp 063c2472fa [NFCI]Create CommonAttributeInfo Type as base type of *Attr and ParsedAttr. %!s(int64=6) %!d(string=hai) anos
SemaOpenMP.cpp 653a638f94 [OPENMP50]Add support for master taskloop simd. %!s(int64=5) %!d(string=hai) anos
SemaOverload.cpp b300d3566a Sema: Create a no-op implicit cast for lvalue function conversions. %!s(int64=5) %!d(string=hai) anos
SemaPseudoObject.cpp 0fb16153cd Split ActOnCallExpr into an ActOnCallExpr to be called by the parser, %!s(int64=6) %!d(string=hai) anos
SemaStmt.cpp f8c3d1a886 [OPENMP50]Treat range-based for as canonical loop. %!s(int64=5) %!d(string=hai) anos
SemaStmtAsm.cpp 8bae6bc137 Delay diagnosing asm constraints that require immediates until after inlining %!s(int64=6) %!d(string=hai) anos
SemaStmtAttr.cpp 063c2472fa [NFCI]Create CommonAttributeInfo Type as base type of *Attr and ParsedAttr. %!s(int64=6) %!d(string=hai) anos
SemaTemplate.cpp 05441b0db7 [c++20] Add rewriting from comparison operators to <=> / ==. %!s(int64=5) %!d(string=hai) anos
SemaTemplateDeduction.cpp c12eb40f6c SemaTemplateDeduction - silence static analyzer getAs<> null dereference warnings. NFCI. %!s(int64=5) %!d(string=hai) anos
SemaTemplateInstantiate.cpp 05441b0db7 [c++20] Add rewriting from comparison operators to <=> / ==. %!s(int64=5) %!d(string=hai) anos
SemaTemplateInstantiateDecl.cpp cf4a18c6aa [Concept] Associated Constraints Infrastructure %!s(int64=5) %!d(string=hai) anos
SemaTemplateVariadic.cpp d814f93083 PR42587: diagnose unexpanded uses of a pack parameter of a generic %!s(int64=6) %!d(string=hai) anos
SemaType.cpp 254170520f [c++20] Implement most of P1152R4. %!s(int64=5) %!d(string=hai) anos
TreeTransform.h 3e0834ac1f [hip][cuda] Fix the extended lambda name mangling issue. %!s(int64=5) %!d(string=hai) anos
TypeLocBuilder.cpp 6dabc75940 [NFC] avoid AlignedCharArray in clang %!s(int64=6) %!d(string=hai) anos
TypeLocBuilder.h 6dabc75940 [NFC] avoid AlignedCharArray in clang %!s(int64=6) %!d(string=hai) anos