summaryrefslogtreecommitdiff
path: root/clang/unittests/AST
Commit message (Expand)AuthorAgeFilesLines
* [clang] Evaluate non-type default template argument when it is requiredMariya Podchishchaeva2023-05-091-2/+0
* [clang] fix an unused variable warning after 9d0b55f0e4ca55d04ee8abfdf021913e...Krasimir Georgiev2023-04-131-1/+0
* [clang] Ensure that Attr::Create(Implicit) chooses a valid syntaxRichard Sandiford2023-04-131-6/+2
* [clang][ASTImporter] Fix import of typedef with unnamed structuresBalázs Kéri2023-04-131-0/+63
* Fix the buildbots after 636dd1e8a1782e22f9bdee640428ed5c50a4a4f2Aaron Ballman2023-04-101-4/+6
* [clang][ASTImporter] Import typedefs to distinct records as distinct nodes.Balázs Kéri2023-03-271-0/+75
* Reland [clang][ASTImport] Add support for import of empty recordsPavel Kosov2023-03-211-0/+23
* Revert "[clang][ASTImport] Add support for import of empty records"Pavel Kosov2023-03-201-23/+0
* [clang][ASTImport] Add support for import of empty recordsPavel Kosov2023-03-201-0/+23
* Add __builtin_FILE_NAME()Ilya Karapsin2023-03-171-0/+4
* [C++20] [Modules] Treat module linkage as formal linkage onlyChuanqi Xu2023-03-131-8/+8
* [Clang] Create opaque type for AArch64 SVE2p1/SME2 svcount_t.Sander de Smalen2023-03-071-0/+12
* [clang][ASTImporter] Add VaList declaration to lookup table.Balázs Kéri2023-03-061-0/+36
* [clang][ASTImporter] Import TemplateName correctlyBalázs Kéri2023-03-031-0/+60
* [clang][ASTImporter] Improve import of InjectedClassNameType.Balázs Kéri2023-03-011-0/+244
* [NFC] [clang] Forward forwarding referenceChris Cotter2023-02-282-0/+59
* [Modules] Refactor modules-ts tests to use standard c++ modulesChuanqi Xu2023-02-161-3/+3
* [NFC][TargetParser] Replace uses of llvm/Support/Host.hArchibald Elliott2023-02-101-1/+1
* [clang][ASTImporter] Handle UsingType in friend declarations.Balázs Kéri2023-01-301-0/+33
* [clang][ASTImporter] Propagate TemplateArgument::IsDefaulted during importMichael Buch2023-01-271-0/+20
* [clang][TemplateBase] Add IsDefaulted bit to TemplateArgumentMichael Buch2023-01-271-0/+31
* [clang][TypePrinter] Support expression template arguments when checking defa...Michael Buch2023-01-271-0/+128
* [unittests] Use GTEST_SKIP() instead of return when appropriatePaul Robinson2023-01-261-2/+2
* [clang][Sema] Fix uninitialized `SourceLocation` for types with multiple attr...Volodymyr Sapsai2023-01-181-0/+41
* [clang] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata2023-01-141-12/+20
* [clang] Add #include <optional> (NFC)Kazu Hirata2023-01-141-0/+1
* [test] Split out Annotations from `TestingSupport`Jordan Rupprecht2023-01-123-2/+3
* [NFC][Clang][ASTTests] Use ASSERT instead of EXPECT for nullptr checksMichael Spencer2023-01-041-8/+8
* [clang][AST] Compare UnresolvedLookupExpr in structural equivalence.Balázs Kéri2022-12-211-0/+123
* [Support] Move TargetParsers to new componentArchibald Elliott2022-12-201-0/+1
* [clang/unittests] Use std::nullopt instead of None (NFC)Kazu Hirata2022-12-031-1/+1
* [C++20] [Modules] Attach implicitly declared allocation funcitons toChuanqi Xu2022-11-151-0/+114
* Revert "[clang] ASTImporter: Fix importing of va_list types and declarations"Matheus Izvekov2022-10-311-26/+1
* [clang] ASTImporter: Fix importing of va_list types and declarationsMatheus Izvekov2022-10-311-1/+26
* Disambiguate type names when printing NTTP typesNenad Mikša2022-10-282-8/+8
* Properly print unnamed TagDecl objects in diagnosticsAaron Ballman2022-10-141-1/+1
* [clang] Support `constexpr` for some `ASTNodeKind` member functionsEric Li2022-10-131-0/+41
* [clang] initialize type qualifiers for FunctionNoProtoTypeRichard Howell2022-09-261-0/+22
* [clang] Fix AST representation of expanded template arguments.Matheus Izvekov2022-09-171-0/+38
* [clang][ASTImporter] DeclContext::localUncachedLookup: Continue lookup into d...Michael Buch2022-09-161-2/+2
* [C++20] [Modules] Make member functions with a in-class definition in HU impl...Chuanqi Xu2022-09-131-0/+43
* [clang] Use std::size instead of llvm::array_lengthofJoe Loser2022-09-083-44/+44
* [clang] Perform implicit lvalue-to-rvalue cast with new interpreterTimm Bäder2022-09-081-0/+47
* Fix build error in StmtPrinterTest.cppNathan Ridge2022-09-051-9/+11
* [clangd] Avoid crash when printing call to string literal operator templateNathan Ridge2022-09-051-2/+33
* [test] Make tests pass regardless of gnu++14/gnu++17 defaultFangrui Song2022-09-041-4/+4
* Revert "Clang: fix AST representation of expanded template arguments."Matheus Izvekov2022-08-261-38/+0
* [clang][AST] RecursiveASTVisitor should visit owned TagDecl of friend type.Balázs Kéri2022-08-231-0/+29
* [NFC] Add unittest for inline functions in modulesChuanqi Xu2022-08-161-0/+32
* [AST] [Modules] Introduce Decl::getNonTransparentDeclContext to handle export...Chuanqi Xu2022-08-121-0/+19