Richard Smith
|
05441b0db7
[c++20] Add rewriting from comparison operators to <=> / ==.
|
5 years ago |
Richard Smith
|
ea521aa602
[c++20] Add CXXRewrittenBinaryOperator to represent a comparison
|
5 years ago |
Saar Raz
|
f7b604fbbe
[Concepts] Remove unused and illegal Sema includes from ExprCXX.cpp
|
5 years ago |
Saar Raz
|
40a8d3b5ee
[Concepts] Concept Specialization Expressions
|
5 years ago |
Nico Weber
|
04a9a9ffc7
Revert 374882 "[Concepts] Concept Specialization Expressions"
|
5 years ago |
Benjamin Kramer
|
209a097de1
[AST] Remove unused Sema includes to fix a cyclic dependency from Sema to AST
|
5 years ago |
Saar Raz
|
88186b0504
[Concepts] Concept Specialization Expressions
|
5 years ago |
Simon Pilgrim
|
d55e66916d
AST - silence static analyzer getAs<> null dereference warnings. NFCI.
|
5 years ago |
Erich Keane
|
6ce1fe9e5b
Teach CallGraph to look into Generic Lambdas.
|
5 years ago |
Richard Smith
|
e9401b10f5
For P0784R7: Add support for dynamic allocation with new / delete during
|
5 years ago |
Marco Antognini
|
d3067677be
[OpenCL] Improve destructor support in C++ for OpenCL
|
6 years ago |
Richard Smith
|
2cbdb2c8c9
[c++20] P0780R2: Support pack-expansion of init-captures.
|
6 years ago |
Eric Fiselier
|
c786ab0af6
Implement __builtin_LINE() et. al. to support source location capture.
|
6 years ago |
Richard Smith
|
5b0a110410
[c++20] Implement P1009R2: allow omitting the array bound in an array
|
6 years ago |
Hamza Sood
|
1522af0cc9
[c++20] Implement P0428R2 - Familiar template syntax for generic lambdas
|
6 years ago |
Chandler Carruth
|
324f918438
Update the file headers across all of the LLVM projects in the monorepo
|
6 years ago |
Bruno Ricci
|
ac5aeb33f2
[AST] Move back BasePathSize to the bit-fields of CastExpr
|
6 years ago |
Bruno Ricci
|
9cf7831cb8
[AST] Store the results in OverloadExpr in a trailing array
|
6 years ago |
Bruno Ricci
|
e5791bbff6
[AST][NFC] Pack CXXScalarValueInitExpr
|
6 years ago |
Bruno Ricci
|
e4d246c863
[AST] Pack CXXDependentScopeMemberExpr
|
6 years ago |
Bruno Ricci
|
7eadfa4ba2
[AST] Store some data of CXXNewExpr as trailing objects
|
6 years ago |
Bruno Ricci
|
4d27dbbf8e
[AST][NFC] Pack DependentScopeDeclRefExpr and CXXUnresolvedConstructExpr
|
6 years ago |
Bruno Ricci
|
c98f5f226b
[AST] Store the arguments of CXXConstructExpr in a trailing array
|
6 years ago |
Bruno Ricci
|
4dfa0aabd8
[AST][NFC] Fix Wsign-compare warning introduced in CXXOperatorCallExpr
|
6 years ago |
Bruno Ricci
|
440b5e7cd6
[AST][NFC] Pack CXXOperatorCallExpr
|
6 years ago |
Bruno Ricci
|
9f569d45e0
[AST] Store the callee and argument expressions of CallExpr in a trailing array.
|
6 years ago |
Bruno Ricci
|
7ad3b78a57
[AST][NFC] Make ArrayTypeTraitExpr non polymorphic
|
6 years ago |
Bruno Ricci
|
f9722ecff0
[AST][NFC] Pack CXXDefaultInitExpr
|
6 years ago |
Bill Wendling
|
0680f97fc4
Create ConstantExpr class
|
6 years ago |
Stephen Kelly
|
2dfd8132cf
Port getLocEnd -> getEndLoc
|
7 years ago |