Michael Liao 3e0834ac1f [hip][cuda] Fix the extended lambda name mangling issue. 5 жил өмнө
..
Interp d55e66916d AST - silence static analyzer getAs<> null dereference warnings. NFCI. 5 жил өмнө
APValue.cpp 84d475a5ed Silence static analyzer getAs<RecordType> null dereference warnings. NFCI. 5 жил өмнө
ASTConsumer.cpp 324f918438 Update the file headers across all of the LLVM projects in the monorepo 6 жил өмнө
ASTContext.cpp 3b8d539899 [ObjC] Diagnose implicit type coercion from ObjC 'Class' to object 5 жил өмнө
ASTDiagnostic.cpp 2d3687c2d2 Rename TypeNodes.def to TypeNodes.inc for consistency across all 5 жил өмнө
ASTDumper.cpp dfbf171da4 When dumping the AST to JSON, dump the type information from a typeid expression with a type operand. 6 жил өмнө
ASTImporter.cpp 3e0834ac1f [hip][cuda] Fix the extended lambda name mangling issue. 5 жил өмнө
ASTImporterLookupTable.cpp 2293e82f66 [ASTImporter] Fix unhandled cases in ASTImporterLookupTable 6 жил өмнө
ASTStructuralEquivalence.cpp 54ff7330ce [AST] AST structural equivalence to work internally with pairs. 6 жил өмнө
ASTTypeTraits.cpp 2d3687c2d2 Rename TypeNodes.def to TypeNodes.inc for consistency across all 5 жил өмнө
AttrImpl.cpp 324f918438 Update the file headers across all of the LLVM projects in the monorepo 6 жил өмнө
CMakeLists.txt 9e90d26fa6 [Clang Interpreter] Initial patch for the constexpr interpreter 6 жил өмнө
CXXABI.h 324f918438 Update the file headers across all of the LLVM projects in the monorepo 6 жил өмнө
CXXInheritance.cpp 49a6b09101 [Clang] Migrate llvm::make_unique to std::make_unique 6 жил өмнө
Comment.cpp ea608fd0e4 [clang] Ensure that comment classes are trivially destructible 6 жил өмнө
CommentBriefParser.cpp 324f918438 Update the file headers across all of the LLVM projects in the monorepo 6 жил өмнө
CommentCommandTraits.cpp 324f918438 Update the file headers across all of the LLVM projects in the monorepo 6 жил өмнө
CommentLexer.cpp 557742540d [AST] CommentLexer - Remove (optional) Invalid parameter from getSpelling. 6 жил өмнө
CommentParser.cpp f601e20544 Adds a warning when an inline Doxygen comment has no argument 6 жил өмнө
CommentSema.cpp 7dd928f7e7 [Wdocumentation] fixes an assertion failure with typedefed function and block pointer 6 жил өмнө
ComparisonCategories.cpp 324f918438 Update the file headers across all of the LLVM projects in the monorepo 6 жил өмнө
DataCollection.cpp 324f918438 Update the file headers across all of the LLVM projects in the monorepo 6 жил өмнө
Decl.cpp 3e0834ac1f [hip][cuda] Fix the extended lambda name mangling issue. 5 жил өмнө
DeclBase.cpp f294fc0727 DeclBase/DeclCXX/DeclTemplate - silence static analyzer getAs<> null dereference warnings. NFCI. 5 жил өмнө
DeclCXX.cpp 061f6e6e46 Move most CXXRecordDecl::DefinitionData bit-fields out into a separate 5 жил өмнө
DeclFriend.cpp 324f918438 Update the file headers across all of the LLVM projects in the monorepo 6 жил өмнө
DeclGroup.cpp 324f918438 Update the file headers across all of the LLVM projects in the monorepo 6 жил өмнө
DeclObjC.cpp 329eb5c6ba Use llvm::stable_sort 6 жил өмнө
DeclOpenMP.cpp 457ce20d09 [OPENMP 5.0]Initial support for 'allocator' clause. 6 жил өмнө
DeclPrinter.cpp 068fc15d66 Support for DWARF-5 C++ language tags. 5 жил өмнө
DeclTemplate.cpp cf4a18c6aa [Concept] Associated Constraints Infrastructure 5 жил өмнө
DeclarationName.cpp b444e60422 Use getOperatorSpelling to get the spelling of an overloaded operator 6 жил өмнө
Expr.cpp ea521aa602 [c++20] Add CXXRewrittenBinaryOperator to represent a comparison 5 жил өмнө
ExprCXX.cpp 05441b0db7 [c++20] Add rewriting from comparison operators to <=> / ==. 5 жил өмнө
ExprClassification.cpp ea521aa602 [c++20] Add CXXRewrittenBinaryOperator to represent a comparison 5 жил өмнө
ExprConstant.cpp ea521aa602 [c++20] Add CXXRewrittenBinaryOperator to represent a comparison 5 жил өмнө
ExprObjC.cpp 7860756493 [AST][NFC] Add const children() accessors to all AST nodes 6 жил өмнө
ExternalASTMerger.cpp b5087049fd [lldb][modern-type-lookup] No longer import temporary declarations into the persistent AST 5 жил өмнө
ExternalASTSource.cpp 324f918438 Update the file headers across all of the LLVM projects in the monorepo 6 жил өмнө
FormatString.cpp f758ad08d7 [Sema] Split out -Wformat-type-confusion from -Wformat-pedantic 5 жил өмнө
FormatStringParsing.h bff68a6421 Add a missing header comment, NFC 6 жил өмнө
InheritViz.cpp 84d475a5ed Silence static analyzer getAs<RecordType> null dereference warnings. NFCI. 5 жил өмнө
ItaniumCXXABI.cpp 6f53b4f252 [c++20] Fix some ambiguities in our mangling of lambdas with explicit 6 жил өмнө
ItaniumMangle.cpp ea521aa602 [c++20] Add CXXRewrittenBinaryOperator to represent a comparison 5 жил өмнө
JSONNodeDumper.cpp 943e5a4488 Add more information to JSON AST dumping of source locations. 5 жил өмнө
Linkage.h 324f918438 Update the file headers across all of the LLVM projects in the monorepo 6 жил өмнө
Mangle.cpp d55e66916d AST - silence static analyzer getAs<> null dereference warnings. NFCI. 5 жил өмнө
MicrosoftCXXABI.cpp 49a6b09101 [Clang] Migrate llvm::make_unique to std::make_unique 6 жил өмнө
MicrosoftMangle.cpp 3868de80cb [MS ABI]: Fix mangling function arguments for template types to be compatible with MSVC 5 жил өмнө
NSAPI.cpp 0923bea542 Removed dead code from clang/AST/NSAPI.h 6 жил өмнө
NestedNameSpecifier.cpp 324f918438 Update the file headers across all of the LLVM projects in the monorepo 6 жил өмнө
ODRHash.cpp e4fedfe5f0 [ODRHash] Fix null pointer dereference for ObjC selectors with empty slots. 6 жил өмнө
OSLog.cpp 0d69816576 os_log: Allow specifying mask type in format string. 6 жил өмнө
OpenMPClause.cpp bdbeb873a3 [OPENMP]Allow priority clause in combined task-based directives. 5 жил өмнө
ParentMap.cpp 2688e5894f [OPENMP]Fix PR42632: crash on the analysis of the OpenMP constructs. 6 жил өмнө
PrintfFormatString.cpp 6616e2d814 [Sema][ObjC] Fix a -Wformat false positive with localizedStringForKey 6 жил өмнө
QualTypeNames.cpp 96fadfc081 Make getFullyQualifiedName qualify both the pointee and class type for member ptr types 6 жил өмнө
RawCommentList.cpp a71671ffe4 [clang] Refactor doc comments to Decls attribution 6 жил өмнө
RecordLayout.cpp 324f918438 Update the file headers across all of the LLVM projects in the monorepo 6 жил өмнө
RecordLayoutBuilder.cpp 31de5dab92 P0840R2: support for [[no_unique_address]] attribute 6 жил өмнө
ScanfFormatString.cpp ce7674d7be Fix parameter name comments using clang-tidy. NFC. 6 жил өмнө
SelectorLocationsKind.cpp 324f918438 Update the file headers across all of the LLVM projects in the monorepo 6 жил өмнө
Stmt.cpp 48d573c2e1 [clang] Ensure that statements, expressions and types are trivially destructible 6 жил өмнө
StmtCXX.cpp 324f918438 Update the file headers across all of the LLVM projects in the monorepo 6 жил өмнө
StmtIterator.cpp 324f918438 Update the file headers across all of the LLVM projects in the monorepo 6 жил өмнө
StmtObjC.cpp 324f918438 Update the file headers across all of the LLVM projects in the monorepo 6 жил өмнө
StmtOpenMP.cpp 653a638f94 [OPENMP50]Add support for master taskloop simd. 5 жил өмнө
StmtPrinter.cpp ea521aa602 [c++20] Add CXXRewrittenBinaryOperator to represent a comparison 5 жил өмнө
StmtProfile.cpp ea521aa602 [c++20] Add CXXRewrittenBinaryOperator to represent a comparison 5 жил өмнө
StmtViz.cpp 324f918438 Update the file headers across all of the LLVM projects in the monorepo 6 жил өмнө
TemplateBase.cpp d55e66916d AST - silence static analyzer getAs<> null dereference warnings. NFCI. 5 жил өмнө
TemplateName.cpp fb98e7c13d [c++20] Implement P0846R0: allow (ADL-only) calls to template-ids whose 6 жил өмнө
TextNodeDumper.cpp 06b8284054 Include whether the destructor is constexpr in -ast-dump output for a 5 жил өмнө
Type.cpp 6dd0be602b [ObjC generics] Fix not inheriting type bounds in categories/extensions. 5 жил өмнө
TypeLoc.cpp 584a96f104 Add SVE opaque built-in types 6 жил өмнө
TypePrinter.cpp 3b03365d5f DebugInfo: Render the canonical name of a class template specialization, even when nested in another class template specialization 5 жил өмнө
VTTBuilder.cpp 84d475a5ed Silence static analyzer getAs<RecordType> null dereference warnings. NFCI. 5 жил өмнө
VTableBuilder.cpp 49a6b09101 [Clang] Migrate llvm::make_unique to std::make_unique 6 жил өмнө