Kadir Cetinkaya
|
72b8749991
[clang] Make handling of unnamed template params similar to function params
|
5 年之前 |
Rui Ueyama
|
ce7674d7be
Fix parameter name comments using clang-tidy. NFC.
|
6 年之前 |
Saar Raz
|
fa50bf0cf8
[Concepts] Concept definitions (D40381)
|
6 年之前 |
Ilya Biryukov
|
a3c3146170
[Lex] Allow to consume tokens while preprocessing
|
6 年之前 |
Richard Smith
|
fb98e7c13d
[c++20] Implement P0846R0: allow (ADL-only) calls to template-ids whose
|
6 年之前 |
Anton Afanasyev
|
95c1c41b49
Adds `-ftime-trace` option to clang that produces Chrome `chrome://tracing` compatible JSON profiling output dumps.
|
6 年之前 |
Chandler Carruth
|
324f918438
Update the file headers across all of the LLVM projects in the monorepo
|
6 年之前 |
Reid Kleckner
|
203f103b27
[MS] Push outermost class DeclContexts only in -fdelayed-template-parsing
|
6 年之前 |
Reid Kleckner
|
32cf310e28
Revert r347627 "[MS] Push fewer DeclContexts for delayed template parsing"
|
6 年之前 |
Reid Kleckner
|
39c3aadd7d
[MS] Push fewer DeclContexts for delayed template parsing
|
6 年之前 |
Artem Belevich
|
057446eb82
[CUDA] Fixed parsing of optional template-argument-list.
|
7 年之前 |
Richard Smith
|
75af897e99
Improve diagnostic for missing comma in template parameter list.
|
7 年之前 |
Fangrui Song
|
abdbb605f2
Remove trailing space
|
7 年之前 |
Erich Keane
|
829882796c
AttributeList de-listifying:
|
7 年之前 |
Nicolas Lesser
|
6be26adfb3
[C++17] Disallow lambdas in template parameters (PR33696).
|
7 年之前 |
Richard Smith
|
2f412f2b98
Diagnose missing 'template' keywords in contexts where a comma is not a
|
7 年之前 |
Adrian Prantl
|
647be32c60
Remove \brief commands from doxygen comments.
|
7 年之前 |
Richard Smith
|
ef91bd38cd
PR37189 Fix incorrect end source location and spelling for a split '>>' token.
|
7 年之前 |
Faisal Vali
|
9626b8d4ee
Revert rC330794 and some dependent tiny bug fixes
|
7 年之前 |
Bjorn Pettersson
|
859cc527ff
Fix buildbot problems after rC330794
|
7 年之前 |
Faisal Vali
|
45d663da56
[c++2a] [concepts] Add rudimentary parsing support for template concept declarations
|
7 年之前 |
Nico Weber
|
dd0c68e17f
Revert r329684 (and follow-ups 329693, 329714). See discussion on https://reviews.llvm.org/D43578.
|
7 年之前 |
Andrew V. Tischenko
|
d3f7881f4d
-ftime-report switch support in Clang.
|
7 年之前 |
Richard Smith
|
6ba4f924d9
Fix a couple of cases where we would fail to correctly parse deduced class template specialization types.
|
7 年之前 |
Jan Korous
|
9a33e2aa22
[Parser][FixIt] Better diagnostics for "typedef" instead of "typename" typo
|
7 年之前 |
Faisal Vali
|
2d075f470b
[NFC] Modernize enum DeclSpecContext into a scoped enum.
|
7 年之前 |
Faisal Vali
|
0682d12e45
[NFC] Modernize enum 'UnqualifiedId::IdKind' into a scoped enum UnqualifiedIdKind.
|
7 年之前 |
Faisal Vali
|
ef699b2164
[NFC] Modernize enum Declarator::TheContext to a type-safe scoped enum.
|
7 年之前 |
Faisal Vali
|
a67ef13167
[NFC] Remove a cast rendered unnecessary by r321409
|
7 年之前 |
Faisal Vali
|
2b9abcdb2d
[NFC] Update the template-parameter parsers and analyzers to return NamedDecl (vs Decl)
|
7 年之前 |