-
Followup to 5f0ffd8de5c7f0236a71bdc905cc4b0439ddf33e:
```
Date: Wed Nov 20 20:23:11 2024 -0800
?`virusAnalysisTests()`: if Linux, use procfs:
this should close https://github.com/S…
-
For the tree-sitter language frontend (#604 #608) we need to take care of the preprocessor our self.
To update the location properties accordingly, we want to do the preprocessing in the [kotlintre…
-
When i modify the .github/workflow cmake.yml, set -DCMAKE_CXX_STANDARD=20, in order to test systemc-3.0.0 and cci cmake with c++ standard 20.
Finally, it is failure when step configure cci.
Ques…
-
This issue should document the idea of loading already preprocessed code into the cpg (e.g. generated via `gcc -E`).
The main challenge here is to interpret the `#line` preprocessor declaration (e.g.…
-
when i use AWSiOSSDKV2 2.37.2, I get this crash report。
I use IoT APIs like this
```
DispatchQueue.global(qos: .background).async{
self.awsIoTDataManager
.connectUsingWebSocke…
-
[Issue #3](https://github.com/SwuduSusuwu/SubStack/issues/3) (Support all _C99_ systems) is a superset of this.
[Issue #19](https://github.com/SwuduSusuwu/SubStack/issues/18) (Support all _C++11_ sys…
-
[Issue #18](https://github.com/SwuduSusuwu/SubStack/issues/18) is a request to improve overall support for systems/tools,
which includes https://github.com/SwuduSusuwu/SubStack/commit/d7370e8fbb0e965…
-
Bad practice.
C++ version can be set by compile features (#86 ).
What about optimization level and `-Wall` and other flags?
-
**Describe the bug**
Using the C++ SDK in the c++ project
Compiler saying:
```
error: ‘byte’ is not a member of ‘std’
```
See here byte required c++ 17 to be activated, not sure the…
-
**Describe the bug**
cmake recognises that the definition name cxx standard is incorrect.
```cmake
# file kokkos_test_cxx_std.cmake From 4~6 lines
set(EXTENSION_NAME CMAKE_CXX${standard}_EX…