josh11b
|
978e27f484
Generics overview (#524)
|
4 gadi atpakaļ |
Chandler Carruth
|
8082791c54
Remove the extra branch allowance. (#609)
|
4 gadi atpakaļ |
Jon Meow
|
8e31e46c66
Don't use VarDecl replacements on range for loops. (#604)
|
4 gadi atpakaļ |
Jeremy G. Siek
|
b60ef90d62
Merge HandleValue into the Step functions (#598)
|
4 gadi atpakaļ |
Geoff Romer
|
19e4bc55ce
Migrate remaining `Expression` alternatives to `IndirectValue` (#607)
|
4 gadi atpakaļ |
Chandler Carruth
|
1057eda8f7
Fix formatting by removing a comment. (#608)
|
4 gadi atpakaļ |
Geoff Romer
|
056da4dd5c
Migrate `PrimitiveOperator` to value semantics (#606)
|
4 gadi atpakaļ |
Geoff Romer
|
276880ae83
Migrate `Tuple` and `FieldInitializer` to value semantics (#605)
|
4 gadi atpakaļ |
Chandler Carruth
|
a286f38ddc
Move CI to use a remote action cache. (#603)
|
4 gadi atpakaļ |
Jon Meow
|
2d95993bd5
Improve handling for `let` and `auto` (#599)
|
4 gadi atpakaļ |
Richard Smith
|
7200e36781
Proposal for a partial ordering for operator precedence (#555)
|
4 gadi atpakaļ |
Geoff Romer
|
d3b4358fd5
Update stacked pull request workflow. (#590)
|
4 gadi atpakaļ |
Jon Meow
|
6c259dd5de
Switch from assert to a CHECK macro to run in all build modes. (#595)
|
4 gadi atpakaļ |
Geoff Romer
|
6ca6822157
Implement `IndirectValue` (#588)
|
4 gadi atpakaļ |
Geoff Romer
|
85cfb3b930
Use string values instead of string pointers in Expression. (#591)
|
4 gadi atpakaļ |
Jon Meow
|
9bdabda851
Insert fn for void functions (#596)
|
4 gadi atpakaļ |
Jon Meow
|
2344a52e24
Start handling variable declarations (#571)
|
4 gadi atpakaļ |
Jon Meow
|
b897e9e38b
Readd deleted_packages while resolving cache issues (#594)
|
4 gadi atpakaļ |
Chandler Carruth
|
7ca4dd5c12
Bump the cache key so we save a fresh cache. (#589)
|
4 gadi atpakaļ |
Geoff Romer
|
1916258e9b
Refactor `Expression` to use `std::variant` instead of a union (#586)
|
4 gadi atpakaļ |
Chandler Carruth
|
0a7895e218
Expand CI to cover migration tool. (#587)
|
4 gadi atpakaļ |
Chandler Carruth
|
4cf495cee6
Initialization of memory and variables (#257)
|
4 gadi atpakaļ |
Richard Smith
|
89e21113c3
Add 3 '*' operators: one prefix, one infix, and one postfix, per #523. (#582)
|
4 gadi atpakaļ |
Richard Smith
|
d6b47ba10f
[toolchain] Add dump-parse-tree command to driver. (#584)
|
4 gadi atpakaļ |
Richard Smith
|
6a4c8a5186
[toolchain] Add simpler mechanism for matching YAML output in tests. (#583)
|
4 gadi atpakaļ |
Chandler Carruth
|
70071f9ede
Add a script to clean the disk cache. (#585)
|
4 gadi atpakaļ |
Geoff Romer
|
31f37f54fe
Fix golden tests to use the "target" Bazel configuration (#581)
|
4 gadi atpakaļ |
Chandler Carruth
|
07cee1b82a
Switch to the Bazel disk cache (locally and in CI). (#579)
|
4 gadi atpakaļ |
Chandler Carruth
|
a857b7ea1a
Cleanup or suppress numerous `clang-tidy` issues. (#577)
|
4 gadi atpakaļ |
Richard Smith
|
1b122924e8
[toolchain] Parse postfix operator `*` as a type operator. (#576)
|
4 gadi atpakaļ |