-
> (...) [we] could just copy the clang-format and clang-tidy setup from reactor-cpp.
_Originally posted by @cmnrd in https://github.com/lf-lang/lingua-franca/issues/1806#issuecomment-1573842961_
…
-
What kind of issue is this?
- [ ] **Question**.
This issue tracker is not the place for questions. If you want to ask how to do something,
or to understand why something isn't working…
-
| | |
| --- | --- |
| Bugzilla Link | [41218](https://llvm.org/bz41218) |
| Version | unspecified |
| OS | Linux |
| CC | @hokein,@kadircet,@lizan,@sam-mccall,@svenpanne |
## Extended Description
…
-
Get rid of some of the old-style Cmake macros(ie. ament_export_include_directories, ament_export_libraries, ament_target_dependencies, etc.)
Smth like this:
```
cmake_minimum_required(VERSION 3.8…
-
~~~c++
double f(double a, double b, float c) {
return a + (float)b + c;
}
~~~
The result of the cast is used as `double`, so it is unlikely to be intentional.
There should be no warning when…
-
| | |
| --- | --- |
| Bugzilla Link | [37857](https://llvm.org/bz37857) |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @gburgessiv,@pirama-arumuga-nainar,@s…
-
- 単体テストの実行
- E2Eテストの実行
-
| | |
| --- | --- |
| Bugzilla Link | [34412](https://llvm.org/bz34412) |
| Version | unspecified |
| OS | Linux |
| Blocks | llvm/llvm-project#37846 |
| Reporter | LLVM Bugzilla Contributor |
## …
-
We should use `clang-format` and `clang-tidy.
-
| | |
|--------------------|----|
| Bugzilla Link | [PR33167](https://bugs.llvm.org/show_bug.cgi?id=33167) |
| Status | NEW |
| Importance | P normal |
|…