文件最后提交记录最后更新时间
[clang] Replace X && isa<Y>(X) with isa_and_nonnull<Y>(X). NFC (#94987)1 年前
[clang][NFC] Move Bounds Safety Sema code to SemaBoundsSafety.cpp (#99330)1 年前
Fix lifetimebound for field access (#100197)1 年前
[Clang] Extend lifetime bound analysis to support assignments for the built-in pointer type (#96475)1 年前
[NFC][Clang] Improve const correctness for IdentifierInfo (#79365)2 年前
Update the file headers across all of the LLVM projects in the monorepo7 年前
[C2y] Remove support for _Imaginary (#97436)1 年前
Update the file headers across all of the LLVM projects in the monorepo7 年前
[HLSL] Remove hlsl::Resource (#98938)1 年前
[Clang][Sema] Skip RecordDecl when checking scope of declarations (#69432)2 年前
[clang][Sema] Preserve the initializer of invalid VarDecls (#88645)2 年前
[NFC] [Serialization] Avoid using DeclID directly as much as possible2 年前
[OpenCL] Add cl_khr_kernel_clock builtins (#91950)2 年前
Fix a regression with alignas on structure members in C (#98642)1 年前
[clang][Sema] Add missing scope flags to Scope::dumpImpl (#94529)1 年前
[Coroutines] Clear FirstVLALoc in time1 年前
[Clang] make SVE types known to device targets too (#99446)1 年前
Fix -Wunused-variable in SemaAMDGPU.cpp in release build, NFC1 年前
[APINotes] Support annotating C++ methods1 年前
[clang][ARM] Fix warning for using VFP from interrupts. (#91870)1 年前
[clang] Split up SemaDeclAttr.cpp (#93966)1 年前
[clang][NFC] Move documentation of Sema functions into Sema.h1 年前
[clang] Add the const to all default lists in SemaAttr.cpp, NFC1 年前
[clang] Diagnose use of deprecated template alias (#97619)1 年前
[clang] Split up SemaDeclAttr.cpp (#93966)1 年前
[clang][NFC] Move PDiag into SemaBase (#93849)2 年前
[clang][NFC] Move Bounds Safety Sema code to SemaBoundsSafety.cpp (#99330)1 年前
[CUDA][HIP] warn incompatible redeclare (#77359)1 年前
Revert "Reapply "[Clang] Implement resolution for CWG1835 (#92957)" (#98547)"1 年前
[clang][NFC] Move documentation of Sema functions into Sema.h1 年前
[Clang] Fix definition of layout-compatible to ignore empty classes (#92103)1 年前
[Clang][AST] Move NamespaceDecl bits to DeclContext (#98567)1 年前
release/19.x: [Clang] Consider outer instantiation scopes for constraint normalization1 年前
Update the file headers across all of the LLVM projects in the monorepo7 年前
[Clang][Sema] Make UnresolvedLookupExprs in class scope explicit specializations instantiation dependent (#100392)1 年前
[C++20] [Modules] Treat in class defined member functions in language linkage as implicitly inline1 年前
[clang][FMV][AArch64] Improve streaming mode compatibility.1 年前
Fix std::initializer_list recognition if it's exported out of a module1 年前
[clang][NFC] Move PDiag into SemaBase (#93849)2 年前
[Clang][OpenMP] Add interchange directive (#93022)1 年前
[Clang] Remove the special-casing for RequiresExprBodyDecl in BuildResolvedCallExpr() after fd87d765c0 (#111277)1 年前
[Clang] Fix crash due to invalid source location in __is_trivially_equality_comparable (#107815)1 年前
[Clang][Sema] Make UnresolvedLookupExprs in class scope explicit specializations instantiation dependent (#100392)1 年前
[clang][NFC] Move more things out of SemaChecking.cpp (#96641)1 年前
Do not suggest taking the address of a const pointer to get void*3 年前
[HLSL] Split out resource class data from resource attribute (#98419)1 年前
[clang] Introduce target-specific Sema components (#93179)2 年前
[clang] Fix crash when #embed used in a compound literal (#102304)1 年前
[Clang] Fix handling of placeholder variables name in init captures (#107055)1 年前
[Clang] Fix handling of placeholder variables name in init captures (#107055)1 年前
[clang] Introduce target-specific Sema components (#93179)2 年前
[clang] Split up SemaDeclAttr.cpp (#93966)1 年前
[clang] Split up SemaDeclAttr.cpp (#93966)1 年前
[clang] Split up SemaDeclAttr.cpp (#93966)1 年前
[HLSL] Implement export keyword (#96823)1 年前
[clang] Introduce target-specific Sema components (#93179)2 年前
[clang][NFC] Move more things out of SemaChecking.cpp (#96641)1 年前
[clang] Introduce SemaObjC (#89086)2 年前
[Sema] Use llvm::erase_if (NFC) (#96068)1 年前
[clang][NFC] Move more things out of SemaChecking.cpp (#96641)1 年前
[Clang][Sema] Make UnresolvedLookupExprs in class scope explicit specializations instantiation dependent (#100392)1 年前
[Clang][Sema] Make UnresolvedLookupExprs in class scope explicit specializations instantiation dependent (#100392)1 年前
[clang] Introduce target-specific Sema components (#93179)2 年前
[clang] Introduce SemaPseudoObject (#92646)2 年前
[RISCV] Remove experimental for bf16 extensions (#97996)1 年前
[clang] Split up SemaDeclAttr.cpp (#93966)1 年前
[clang][NFC] Move documentation of Sema functions into Sema.h1 年前
Revert "Reapply "[Clang] Implement resolution for CWG1835 (#92957)" (#98547)"1 年前
[HLSL] add loop unroll (#93879)1 年前
[clang] Split up SemaDeclAttr.cpp (#93966)1 年前
[clang] Introduce target-specific Sema components (#93179)2 年前
[Clang][Sema] Make UnresolvedLookupExprs in class scope explicit specializations instantiation dependent (#100392)1 年前
[clang][NFC] Move documentation of Sema functions into Sema.h1 年前
[Clang] Instantiate Typedefs referenced by type alias deduction guides (#111804)1 年前
[Clang][Sema] Revisit the fix for the lambda within a type alias template decl (#89934)1 年前
Reapply "Add source file name for template instantiations in -ftime-trace" (#99757)1 年前
Reapply [Clang][C++26] Implement "Ordering of constraints involving fold expressions (#99022)1 年前
[clang] Fix crash in concept deprecation (#98622)1 年前
[clang] Introduce target-specific Sema components (#93179)2 年前
[clang] Split up SemaDeclAttr.cpp (#93966)1 年前
[Clang] Remove the special-casing for RequiresExprBodyDecl in BuildResolvedCallExpr() after fd87d765c0 (#111277)1 年前
[clang] Implement sugared substitution changes to infrastructure3 年前
[NFC][clang] Fix static analyzer concerns2 年前
Implement CWG26313 年前