-
```
template
class foo{
template
constexpr explicit foo(const checked_pointer& other){
}
}
```
-
I would like to point out that identifiers like “[`_STIMAGE_ERROR_H_`](https://github.com/spacetelescope/stsci.stimage/blob/222d47ba92955975ee661061f5a4481199715531/include/lib/error.h#L37 "Update can…
-
Android Studio Clang-Tidy complains about all `re_snprintf` calls. Example is below. Is this a bug in Clang-Tidy or a real issue with the macro?
```
Clang-Tidy: Conditional operator with identical…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR20624](https://bugs.llvm.org/show_bug.cgi?id=20624) |
| Status | NEW |
| Importance | P normal |
|…
-
platform: macos
compiler:
Apple clang version 12.0.0 (clang-1200.0.32.29)
Target: x86_64-apple-darwin19.6.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin
c…
-
I would like to point out that identifiers like “[`_ABSTRACT_FS_H`](https://github.com/sbu-fsl/Metis/blob/aba6e29ed714904bdca3e2ac96d9d13625e7406b/include/abstract_fs.h#L12 "Update candidate")” and “[…
-
See https://devblogs.microsoft.com/cppblog/code-analysis-with-clang-tidy-in-visual-studio/
In the “Future work” section, the article says:
> The UI doesn’t currently support pointing Visual Studio…
-
bugprone-signed-char-misuse check is currently limited to assignments and variable declarations where a signed char is assigned to an integer variable.
The header declares character-handling fun…
-
When adding littlefs to a project that uses Clang static checking that includes `clang-analyzer-core`, the `littlefs.c.o` object throws several errors during compilation:
```
[6/27] Building C ob…
-
| | |
| --- | --- |
| Bugzilla Link | [45046](https://llvm.org/bz45046) |
| Version | unspecified |
| OS | All |
| Attachments | [Byte swapping code example](https://user-images.githubusercontent.co…