cplusplus
cplusplus copied to clipboard
A compiler front end for the C++ language
:robot: I have created a release \*beep\* \*boop\* --- ### [1.1.15](https://www.github.com/robertoraggi/cplusplus/compare/v1.1.14...v1.1.15) (2022-09-19) ### Bug Fixes * Add support for Xcode 14 ([a8896dd](https://www.github.com/robertoraggi/cplusplus/commit/a8896dd2c6cba95cff5fa5b278fabde7d26ae50c)) * Add TemplateParameterList ([6ee556c](https://www.github.com/robertoraggi/cplusplus/commit/6ee556cbde7bee380f5ba19bb4de2d81e2f34656)) * Clean up parsing...
Hello, I am thinking about using cplusplus to write some personal source analysis and transformation tools. The first one i want to implement is a simple file dependency analyzer. Is...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.1.3 to 5.1.7. Changelog Sourced from vite's changelog. 5.1.7 (2024-03-24) fix: fs.deny with globs with directories (#16250) (5a056dd), closes #16250 5.1.6 (2024-03-11) chore(deps): update all non-major dependencies...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.1.3 to 5.2.8. Release notes Sourced from vite's releases. [email protected] Please refer to CHANGELOG.md for details. [email protected] Please refer to CHANGELOG.md for details. [email protected] Please refer to...
Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...
While testing some files I've used to test https://github.com/tyfkda/xcc I found one that `cxx` stil can't handle: ``` #define FOO(x) {x} FOO( #if 1 bar #else qux #endif ) ```...