index
:
delta/llvm.git
277873ce0f48
51f23efbef48
5357a98c823a
9eb3e564d3b
EmptyLineAfterFunctionDefinition
HEAD
Jamie_Phabricator_D100991
LitFixes
Llvm
aranges
arcpatch-D108319
arcpatch-D113798
arcpatch-D90810
base_offset
baserock/flang
baserock/morph
c92d1aa44b132597d
cherry-pick-something
cleaner-attribute-errors
cmake-integration
dev-main-update
dev-newmaster
dev/mdvorski/ranges_the_rest_algo
diagnostic-handler-dev
efb284c07e
eng/PR-D101122-follow-up
fix_asan
forTom
hostassoc
llvm_plex_11.0.1
lntue-libc-fmin
maain
mai
main
maste
master
muiez/revert-ffad4
omp-loop
optimize_compinstr_fix
perf/tmp
relase/12.x
release/1.0.x
release/1.1.x
release/1.2.x
release/1.3.x
release/1.4.x
release/1.5.x
release/1.6.x
release/1.7.x
release/1.8.x
release/1.9.x
release/10.x
release/11.x
release/12.x
release/13.x
release/14.x
release/15.x
release/16.x
release/2.0.x
release/2.1.x
release/2.2.x
release/2.3.x
release/2.4.x
release/2.5.x
release/2.6.x
release/2.7.x
release/2.8.x
release/2.9.x
release/3.0.x
release/3.1.x
release/3.2.x
release/3.3.x
release/3.4.x
release/3.5.x
release/3.6.x
release/3.7.x
release/3.8.x
release/3.9.x
release/4.x
release/5.x
release/6.x
release/7.x
release/8.x
release/9.x
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215010
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
relese/12.x
rgallop/opensource-main/scudo_standalone
scripted-process
shape
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
temp-test-main
test-D97234
testing
upstream
use-after-move-docs
verify-in-debug
vkd1
zibi/warnings_from_nanosleep
github.com: llvm/llvm-project.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
clang
/
unittests
/
AST
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clang] Evaluate non-type default template argument when it is required
Mariya Podchishchaeva
2023-05-09
1
-2
/
+0
*
[clang] fix an unused variable warning after 9d0b55f0e4ca55d04ee8abfdf021913e...
Krasimir Georgiev
2023-04-13
1
-1
/
+0
*
[clang] Ensure that Attr::Create(Implicit) chooses a valid syntax
Richard Sandiford
2023-04-13
1
-6
/
+2
*
[clang][ASTImporter] Fix import of typedef with unnamed structures
Balázs Kéri
2023-04-13
1
-0
/
+63
*
Fix the buildbots after 636dd1e8a1782e22f9bdee640428ed5c50a4a4f2
Aaron Ballman
2023-04-10
1
-4
/
+6
*
[clang][ASTImporter] Import typedefs to distinct records as distinct nodes.
Balázs Kéri
2023-03-27
1
-0
/
+75
*
Reland [clang][ASTImport] Add support for import of empty records
Pavel Kosov
2023-03-21
1
-0
/
+23
*
Revert "[clang][ASTImport] Add support for import of empty records"
Pavel Kosov
2023-03-20
1
-23
/
+0
*
[clang][ASTImport] Add support for import of empty records
Pavel Kosov
2023-03-20
1
-0
/
+23
*
Add __builtin_FILE_NAME()
Ilya Karapsin
2023-03-17
1
-0
/
+4
*
[C++20] [Modules] Treat module linkage as formal linkage only
Chuanqi Xu
2023-03-13
1
-8
/
+8
*
[Clang] Create opaque type for AArch64 SVE2p1/SME2 svcount_t.
Sander de Smalen
2023-03-07
1
-0
/
+12
*
[clang][ASTImporter] Add VaList declaration to lookup table.
Balázs Kéri
2023-03-06
1
-0
/
+36
*
[clang][ASTImporter] Import TemplateName correctly
Balázs Kéri
2023-03-03
1
-0
/
+60
*
[clang][ASTImporter] Improve import of InjectedClassNameType.
Balázs Kéri
2023-03-01
1
-0
/
+244
*
[NFC] [clang] Forward forwarding reference
Chris Cotter
2023-02-28
2
-0
/
+59
*
[Modules] Refactor modules-ts tests to use standard c++ modules
Chuanqi Xu
2023-02-16
1
-3
/
+3
*
[NFC][TargetParser] Replace uses of llvm/Support/Host.h
Archibald Elliott
2023-02-10
1
-1
/
+1
*
[clang][ASTImporter] Handle UsingType in friend declarations.
Balázs Kéri
2023-01-30
1
-0
/
+33
*
[clang][ASTImporter] Propagate TemplateArgument::IsDefaulted during import
Michael Buch
2023-01-27
1
-0
/
+20
*
[clang][TemplateBase] Add IsDefaulted bit to TemplateArgument
Michael Buch
2023-01-27
1
-0
/
+31
*
[clang][TypePrinter] Support expression template arguments when checking defa...
Michael Buch
2023-01-27
1
-0
/
+128
*
[unittests] Use GTEST_SKIP() instead of return when appropriate
Paul Robinson
2023-01-26
1
-2
/
+2
*
[clang][Sema] Fix uninitialized `SourceLocation` for types with multiple attr...
Volodymyr Sapsai
2023-01-18
1
-0
/
+41
*
[clang] Use std::optional instead of llvm::Optional (NFC)
Kazu Hirata
2023-01-14
1
-12
/
+20
*
[clang] Add #include <optional> (NFC)
Kazu Hirata
2023-01-14
1
-0
/
+1
*
[test] Split out Annotations from `TestingSupport`
Jordan Rupprecht
2023-01-12
3
-2
/
+3
*
[NFC][Clang][ASTTests] Use ASSERT instead of EXPECT for nullptr checks
Michael Spencer
2023-01-04
1
-8
/
+8
*
[clang][AST] Compare UnresolvedLookupExpr in structural equivalence.
Balázs Kéri
2022-12-21
1
-0
/
+123
*
[Support] Move TargetParsers to new component
Archibald Elliott
2022-12-20
1
-0
/
+1
*
[clang/unittests] Use std::nullopt instead of None (NFC)
Kazu Hirata
2022-12-03
1
-1
/
+1
*
[C++20] [Modules] Attach implicitly declared allocation funcitons to
Chuanqi Xu
2022-11-15
1
-0
/
+114
*
Revert "[clang] ASTImporter: Fix importing of va_list types and declarations"
Matheus Izvekov
2022-10-31
1
-26
/
+1
*
[clang] ASTImporter: Fix importing of va_list types and declarations
Matheus Izvekov
2022-10-31
1
-1
/
+26
*
Disambiguate type names when printing NTTP types
Nenad Mikša
2022-10-28
2
-8
/
+8
*
Properly print unnamed TagDecl objects in diagnostics
Aaron Ballman
2022-10-14
1
-1
/
+1
*
[clang] Support `constexpr` for some `ASTNodeKind` member functions
Eric Li
2022-10-13
1
-0
/
+41
*
[clang] initialize type qualifiers for FunctionNoProtoType
Richard Howell
2022-09-26
1
-0
/
+22
*
[clang] Fix AST representation of expanded template arguments.
Matheus Izvekov
2022-09-17
1
-0
/
+38
*
[clang][ASTImporter] DeclContext::localUncachedLookup: Continue lookup into d...
Michael Buch
2022-09-16
1
-2
/
+2
*
[C++20] [Modules] Make member functions with a in-class definition in HU impl...
Chuanqi Xu
2022-09-13
1
-0
/
+43
*
[clang] Use std::size instead of llvm::array_lengthof
Joe Loser
2022-09-08
3
-44
/
+44
*
[clang] Perform implicit lvalue-to-rvalue cast with new interpreter
Timm Bäder
2022-09-08
1
-0
/
+47
*
Fix build error in StmtPrinterTest.cpp
Nathan Ridge
2022-09-05
1
-9
/
+11
*
[clangd] Avoid crash when printing call to string literal operator template
Nathan Ridge
2022-09-05
1
-2
/
+33
*
[test] Make tests pass regardless of gnu++14/gnu++17 default
Fangrui Song
2022-09-04
1
-4
/
+4
*
Revert "Clang: fix AST representation of expanded template arguments."
Matheus Izvekov
2022-08-26
1
-38
/
+0
*
[clang][AST] RecursiveASTVisitor should visit owned TagDecl of friend type.
Balázs Kéri
2022-08-23
1
-0
/
+29
*
[NFC] Add unittest for inline functions in modules
Chuanqi Xu
2022-08-16
1
-0
/
+32
*
[AST] [Modules] Introduce Decl::getNonTransparentDeclContext to handle export...
Chuanqi Xu
2022-08-12
1
-0
/
+19
[next]