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