Richard Smith
|
ea521aa602
[c++20] Add CXXRewrittenBinaryOperator to represent a comparison
|
5 rokov pred |
Saar Raz
|
40a8d3b5ee
[Concepts] Concept Specialization Expressions
|
5 rokov pred |
Nico Weber
|
04a9a9ffc7
Revert 374882 "[Concepts] Concept Specialization Expressions"
|
5 rokov pred |
Saar Raz
|
88186b0504
[Concepts] Concept Specialization Expressions
|
5 rokov pred |
Erik Pilkington
|
159cd770e3
[C++2a] Add __builtin_bit_cast, used to implement std::bit_cast
|
6 rokov pred |
Eric Fiselier
|
c786ab0af6
Implement __builtin_LINE() et. al. to support source location capture.
|
6 rokov pred |
Chandler Carruth
|
324f918438
Update the file headers across all of the LLVM projects in the monorepo
|
6 rokov pred |
Bill Wendling
|
0680f97fc4
Create ConstantExpr class
|
6 rokov pred |
Fangrui Song
|
abdbb605f2
Remove trailing space
|
7 rokov pred |
Leonard Chan
|
84dd23f357
[Fixed Point Arithmetic] Fixed Point Precision Bits and Fixed Point Literals
|
7 rokov pred |
Eugene Zelenko
|
372df09786
[AST] Fix some Clang-tidy modernize-use-auto and Include What You Use warnings; other minor fixes (NFC).
|
7 rokov pred |
Bjorn Pettersson
|
9411957410
[Sema] Disallow assigning record lvalues with nested const-qualified fields.
|
8 rokov pred |
Eric Fiselier
|
e512155cf6
[coroutines] Allow co_await and co_yield expressions that return an lvalue to compile
|
8 rokov pred |
Yaxun Liu
|
44e7dd4bbb
[OpenCL] Map default address space to alloca address space
|
8 rokov pred |
Eric Fiselier
|
603fc45e72
[coroutines] Add DependentCoawaitExpr and fix re-building CoroutineBodyStmt.
|
8 rokov pred |
Richard Smith
|
0601f898eb
Add two new AST nodes to represent initialization of an array in terms of
|
8 rokov pred |
Richard Smith
|
88800602c0
DR1213: element access on an array xvalue or prvalue produces an xvalue. In the
|
8 rokov pred |
Richard Smith
|
5f0128122c
P0217R3: Perform semantic checks and initialization for the bindings in a
|
9 rokov pred |
Erik Pilkington
|
d3b0a63ca6
[ObjC] Implement @available in the Parser and AST
|
9 rokov pred |
Richard Smith
|
5be817d9f9
P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941, DR1959, DR1991:
|
9 rokov pred |
Alexey Bataev
|
0a368f60e7
[MSVC] 'property' with an empty array in array subscript expression.
|
9 rokov pred |
Richard Smith
|
708f13bd1a
[coroutines] Creation of promise object, lookup of operator co_await, building
|
9 rokov pred |
Alexey Bataev
|
4de8211781
[OPENMP 4.0] Initial support for array sections.
|
10 rokov pred |
Yunzhong Gao
|
e43fe24e60
Implementing C99 partial re-initialization behavior (DR-253)
|
10 rokov pred |
Richard Smith
|
8ec6e8150c
Fix assertion when assigning to object in OpenCL constant address space.
|
10 rokov pred |
David Majnemer
|
fa966a6a6b
Sema: Parenthesized bound destructor member expressions can be called
|
10 rokov pred |
Reid Kleckner
|
a56a81abb0
MS extensions: Properly diagnose address of MS property decl
|
10 rokov pred |
David Majnemer
|
1bb85b211d
AST: Remove overzealous assertion from IsModifiable
|
10 rokov pred |
Richard Smith
|
4617a9dfc9
[c++1z] N4295: fold-expressions.
|
10 rokov pred |
Kaelyn Takata
|
ebbcfcf837
Add the initial TypoExpr AST node for delayed typo correction.
|
10 rokov pred |