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