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