Simon Pilgrim
|
f294fc0727
DeclBase/DeclCXX/DeclTemplate - silence static analyzer getAs<> null dereference warnings. NFCI.
|
5 years ago |
Guillaume Chatelet
|
fbefe36e8d
[Alignment] Move OffsetToAlignment to Alignment.h
|
6 years ago |
Richard Smith
|
6f53b4f252
[c++20] Fix some ambiguities in our mangling of lambdas with explicit
|
6 years ago |
Saar Raz
|
fa50bf0cf8
[Concepts] Concept definitions (D40381)
|
6 years ago |
Richard Smith
|
ae3e0f386d
Convert MemberExpr creation and serialization to work the same way as
|
6 years ago |
Benjamin Kramer
|
d1015ecc8e
Revert "Factor out duplicated code building a MemberExpr and marking it" and "Convert MemberExpr creation and serialization to work the same way as"
|
6 years ago |
Richard Smith
|
8cfd67d723
Convert MemberExpr creation and serialization to work the same way as
|
6 years ago |
Erich Keane
|
d61c1added
Make NoThrow FunctionLike, make FunctionLike include references, fix
|
6 years ago |
Richard Smith
|
2cbdb2c8c9
[c++20] P0780R2: Support pack-expansion of init-captures.
|
6 years ago |
Dmitri Gribenko
|
54eb12a115
Added an AST matcher for declarations that are in the `std` namespace
|
6 years ago |
Richard Smith
|
30cd644f80
[c++2a] Implement semantic restrictions for 'export' declarations.
|
6 years ago |
Akira Hatanaka
|
7f5aa78ec0
Move the implementation of getInnermostBlockDecl to the .cpp file to fix
|
6 years ago |
Don Hinton
|
64aa9a1dd1
Refactor cast<>'s in if conditionals, which can only assert on failure.
|
6 years ago |
Alexey Bataev
|
3fbbfdb3b6
[OPENMP 5.0]Add initial support for 'allocate' directive.
|
6 years ago |
Michael Kruse
|
e93ddfad28
[OpenMP 5.0] Parsing/sema support for "omp declare mapper" directive.
|
6 years ago |
Chandler Carruth
|
324f918438
Update the file headers across all of the LLVM projects in the monorepo
|
6 years ago |
Richard Smith
|
02db2fa1a9
DR674, PR38883, PR40238: Qualified friend lookup should look for a
|
6 years ago |
Gabor Marton
|
b533efb62c
[ASTImporter] Fix redecl chain of classes and class templates
|
6 years ago |
Artem Dergachev
|
a55b8668b2
[AST] [analyzer] NFC: Reuse code in stable ID dumping methods.
|
6 years ago |
Aaron Ballman
|
e73e91e86a
Change getRedeclContext() to support enumerations as another kind of transparent context in C.
|
6 years ago |
Kelvin Li
|
ac26bee66c
[OPENMP] Add support for OMP5 requires directive + unified_address clause
|
7 years ago |
Michael Kruse
|
9884fc1d08
Add inherited attributes before parsed attributes.
|
7 years ago |
George Karpenkov
|
a495c43386
Generate unique identifiers for Decl objects
|
7 years ago |
Bruno Ricci
|
51390e5f8c
Test commit
|
7 years ago |
Reid Kleckner
|
931d2baed6
Fix -Wcovered-switch-default uncovered after r338630
|
7 years ago |
Erich Keane
|
f2421d2e1b
[AST][1/4] Move the bit-fields from TagDecl, EnumDecl and RecordDecl into DeclContext
|
7 years ago |
Fangrui Song
|
abdbb605f2
Remove trailing space
|
7 years ago |
Gabor Marton
|
e16472dc53
Re-apply: [ASTImporter] Import the whole redecl chain of functions
|
7 years ago |
Gabor Marton
|
a605c7e735
Revert "[ASTImporter] Import the whole redecl chain of functions"
|
7 years ago |
Gabor Marton
|
029be8c2f3
[ASTImporter] Import the whole redecl chain of functions
|
7 years ago |