https://github.com/mcserep/cc-tests
CodeCompass test projects
https://github.com/mcserep/cc-tests
Last synced: 11 months ago
JSON representation
CodeCompass test projects
- Host: GitHub
- URL: https://github.com/mcserep/cc-tests
- Owner: mcserep
- License: gpl-3.0
- Created: 2019-03-05T12:49:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-10T14:01:50.000Z (about 2 years ago)
- Last Synced: 2025-05-15T16:16:07.639Z (about 1 year ago)
- Language: C++
- Size: 114 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CodeCompass test projects
* **simple**: very basic test project
* **inclusions**: header inclusion test project
* **enums**: enum and enum class test project
* **cyclic**: cyclic inclusion test project
* **funcptr**: function pointer test project
* **namespaces**: namespace test project
* **foreach**: range-based for loop test project
* **macros**: macro expansion test project
* **special**: special keywords and metadata test project
* **inheritance**: inheritance and type hierarchy test project
* **lifetime**: variable lifetime test project
* **lambda**: lambda expression parsing test project
* **cohesion**: lack of cohesion metrics test project
* **decl_def**: entity declaration and definition test project