-
### Dependency
- #1146
### Overview
We need to investigate ways of Automating spell checking. This can be a procedure run by PM's, or something run in pull requests or with github actions.
#…
-
related to issue #48725.
```c++
enum class Flag {
None = 0,
A = 1,
B = 2,
};
constexpr Flag operator|(Flag a, Flag b) noexcept {
return static_cast(static_cast(a) | stati…
-
### 1. Summary
It would be nice, if check-pages will check, if correct [**URI fragment**](https://www.w3.org/DesignIssues/Fragment.html) exists.
### 2. MCVE
For example, I have correct URL `"http:/…
-
Most link checkers don't support checking email addresses.
On top of that, it can be hard to decide what a proper email address looks like. E.g. `php@7.2` would be a false-positive, which could be a …
-
I've run into an issue recently where I've had to move some code from returning a static error to wrapping that error, and noticed that there's not a builtin way to compare errors using the `errors.Is…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR45150](https://bugs.llvm.org/show_bug.cgi?id=45150) |
| Status | NEW |
| Importance | P normal |
|…
-
The cargo-dist [dist-manifest.json format](https://opensource.axo.dev/cargo-dist/book/reference/schema.html) is an amalgam of bolted on concepts and features and needs a major cleanup.
## per-machi…
-
## What's the problem?
Our primary audience is young adolescents, particularly those who are multilingual and may have learning disabilities. Part of supporting them is keeping the reading level of w…
-
Hi. I'm going to to add some checkers into StaticAnalyzer, but when I'm coding I meet some unexpected logic.
_**How is the problem going**_
First I add a new checker (Let say MyCustomChecker.cpp) to…
-
| | |
| --- | --- |
| Bugzilla Link | [38276](https://llvm.org/bz38276) |
| Version | unspecified |
| OS | All |
| Attachments | [contains sample cpp file and build command used](https://user-images…