-
As a visitor, I wish to be able to navigate around the huge building without fear of getting lost or unable to find directions so that it will make my visitation less frustrating.
And sometimes there …
-
## The problem with `Vec`s
Bumpalo packs data tightly and grows downwards. This is generally a good thing, but when building `Vec`s, it's a disadvantage because when a `Vec` needs to grow beyond ca…
-
At least in tests it would be nice to have a hash for timeline state at lsn.
This is computed in `test_ancestor_detach_branched_from` and it should be used in `test_import.py` as well. Path to stab…
-
`SqlNullabilityProcessor.VisitSqlBinary` as last step for AndAlso/OrElse performs `SimplifyLogicalSqlBinaryExpression`. However, before that happens we assign the nullability of the result based on nu…
-
| | |
| --- | --- |
| Bugzilla Link | [49589](https://llvm.org/bz49589) |
| Version | unspecified |
| OS | All |
| CC | @jpienaar,@River707 |
## Extended Description
An order of visitation issue i…
-
-
**Describe the bug**
When downloading visit and UIR reports for a time range, sometimes the resulting zip file cannot be opened, as Windows reports that it is invalid.
**To Reproduce**
Steps to r…
-
`bbc` crashed.
```fortran
module broyden_func_interface
abstract interface
function broyden_func(x)
real(8), dimension(:), intent(in) :: x
real(8), dimensio…
-
QueryVisitor has no state passed in either up or down recursion. This limits the width of decisions that can be taken by visitation of QueryVisitor. For eg, for #9924, we need a way to specify is the …
-
In a recent project of mine I use maven/cobertura and I wonder why a given switch statement reduces overall branch coverage to below 100% while its case branches, including the default branch have bee…
ghost updated
8 years ago