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