Erich Keane
|
063c2472fa
[NFCI]Create CommonAttributeInfo Type as base type of *Attr and ParsedAttr.
|
6 years ago |
Richard Smith
|
940249d817
[c++20] P1143R2: Add support for the C++20 'constinit' keyword.
|
6 years ago |
Aaron Ballman
|
b20dcef8a7
Replace some custom C11 extension warnings with the generic warning.
|
6 years ago |
Serge Pavlov
|
0778fc61cf
[Parser] Emit descriptive diagnostic for misplaced pragma
|
6 years ago |
Serge Pavlov
|
923a4782f1
[Parser] Change parameter type from int to enum
|
6 years ago |
Rui Ueyama
|
ce7674d7be
Fix parameter name comments using clang-tidy. NFC.
|
6 years ago |
Richard Smith
|
31de5dab92
P0840R2: support for [[no_unique_address]] attribute
|
6 years ago |
Ilya Biryukov
|
a3c3146170
[Lex] Allow to consume tokens while preprocessing
|
6 years ago |
Richard Smith
|
fb98e7c13d
[c++20] Implement P0846R0: allow (ADL-only) calls to template-ids whose
|
6 years ago |
Richard Trieu
|
c9884fd36d
Consume unexpected "template" keywords after "using"
|
6 years ago |
Richard Smith
|
30cd644f80
[c++2a] Implement semantic restrictions for 'export' declarations.
|
6 years ago |
Richard Smith
|
56eca6c6aa
PR41192: fix cases where "missing ';' after class" error would
|
6 years ago |
Anton Afanasyev
|
95c1c41b49
Adds `-ftime-trace` option to clang that produces Chrome `chrome://tracing` compatible JSON profiling output dumps.
|
6 years ago |
Anastasia Stulova
|
342dd05bcb
[OpenCL] Allow addr space spelling without __ prefix in C++.
|
6 years ago |
Ilya Biryukov
|
ee7f333417
[CodeComplete] Propagate preferred type for function arguments in more cases
|
6 years ago |
Chandler Carruth
|
324f918438
Update the file headers across all of the LLVM projects in the monorepo
|
6 years ago |
Anastasia Stulova
|
7f43dcfad8
Use DeclSpec for quals in DeclaratorChunk::FunctionTypeInfo.
|
6 years ago |
Richard Trieu
|
c18971ee23
Fix up diagnostics.
|
6 years ago |
Erich Keane
|
43f8ad7966
[NFC] Move storage of dispatch-version to GlobalDecl
|
6 years ago |
Erich Keane
|
01bad5891e
Fix the 'fixit' for inline namespace replacement.
|
6 years ago |
Erich Keane
|
8e8c9f7c8a
Implement P1094R2 (nested inline namespaces)
|
6 years ago |
Aaron Ballman
|
71ae196c71
Introduce the _Clang scoped attribute token.
|
6 years ago |
Reid Kleckner
|
1168491f34
Fix clang -Wimplicit-fallthrough warnings across llvm, NFC
|
6 years ago |
Erik Pilkington
|
e1dcbc21bc
NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)
|
6 years ago |
Aaron Ballman
|
589b42244b
Support accepting __gnu__ as a scoped attribute namespace that aliases to gnu.
|
6 years ago |
Kadir Cetinkaya
|
7dfb64163c
[CodeCompletion] Enable signature help when initializing class/struct/union members.
|
7 years ago |
Michael Kruse
|
915cb4dbc2
Append new attributes to the end of an AttributeList.
|
7 years ago |
Fangrui Song
|
abdbb605f2
Remove trailing space
|
7 years ago |
Erich Keane
|
74701fe1cf
[NFC] Rename clang::AttributeList to clang::ParsedAttr
|
7 years ago |
Erich Keane
|
829882796c
AttributeList de-listifying:
|
7 years ago |